HIGHLIGHTING / SLICING

HIGHLIGHTING

used to highlight items in assembling listing or decompiler view. this is useful for tracking register usage in large functions

root@sre:~$ ./ghidra
ghidra > assembly listing view or decompiler view > right-click a variableName > Highlight Def-use
 

SLICING

this is applied in the decompiler window and is used to display usage of the selected variable

Last updated