mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-08 21:47:59 -05:00
GP-4505 Added writable mutability setting
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user