GRAPH VIEW

a tool that displays multiple blocks of code representing each branch. it aids in the visualization of the programs control flow.

root@sre:~$ ./ghidra
ghidra > assembly listing view > highlight the {functionName} > windows > function graph
 name: {undefined main(int argc, char **argv)}

Last updated