summaryrefslogtreecommitdiff
path: root/python/highlevelil.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/highlevelil.py')
-rw-r--r--python/highlevelil.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/highlevelil.py b/python/highlevelil.py
index 395de637..59434fb0 100644
--- a/python/highlevelil.py
+++ b/python/highlevelil.py
@@ -294,6 +294,10 @@ class HighLevelILInstruction(BaseILInstruction):
@staticmethod
def show_hlil_hierarchy():
+ """
+ Opens a new tab showing the HLIL 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():