diff options
Diffstat (limited to 'python/lowlevelil.py')
| -rw-r--r-- | python/lowlevelil.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/lowlevelil.py b/python/lowlevelil.py index f20ad68f..98bf4da6 100644 --- a/python/lowlevelil.py +++ b/python/lowlevelil.py @@ -459,6 +459,10 @@ class LowLevelILInstruction(BaseILInstruction): @staticmethod def show_llil_hierarchy(): + """ + Opens a new tab showing the LLIL hierarchy which includes classes which can + easily be used with isinstance to match multiple types of IL instructions. + """ graph = flowgraph.FlowGraph() nodes = {} for instruction in ILInstruction.values(): |
