File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Ghidra/Configurations/Public_Release/src/global/docs Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,13 @@ that merely integrate with emulation should consider the compositional/callback-
137137Extensions that incorporate new domains (e.g. Z3) or novel behaviors (e.g. JIT) should continue
138138using inheritance.
139139
140+ ## Data Graph
141+ Added a new data graph showing data relationships defined by references from one in memory defined data item
142+ to another. The data graph can be displayed by clicking on a data item in the listing and
143+ invoking the data graph action (** ctrl-g** or from the popup menu ** data -> display data graph** ). This action
144+ will create a new data graph displaying the selected data item and its contents. From
145+ that node, the graph can be expanded by following from or to references to that data item.
146+
140147## Hide Function Variables
141148Added the ability to toggle the display of function variables (parameters and locals) within
142149the Code Browser Listing just below the function signature. The Variables display can be turned
You can’t perform that action at this time.
0 commit comments