GP-4505 Added writable mutability setting

This commit is contained in:
ghidra1
2024-04-11 15:27:16 -04:00
parent 8ee5734927
commit 616bf82426
8 changed files with 47 additions and 10 deletions

View File

@@ -1119,7 +1119,7 @@ Before you can do anything else, you must first create a project. Projects are u
<li>Decompiler output may change due to program changes</li>
<ul>
<li>Changes to data or functions called by the current function</li>
<li>Changes to data mutability (read-only/constant or volatile)</li>
<li>Changes to data mutability (writable, read-only/constant or volatile)</li>
</ul>
<li>Selections and navigation made in Listing and Decompiler track one another</li>
@@ -1214,7 +1214,7 @@ Before you can do anything else, you must first create a project. Projects are u
<br>
<li>Change function signatures to cause global improvements</li>
<li>Make function signature changes to handle specialized types of functions</li>
<li>Apply read-only memory and volatile memory settings correctly</li>
<li>Apply writable memory, read-only memory and volatile memory settings correctly</li>
</ul>
<div role="note">
<br>