summaryrefslogtreecommitdiff
path: root/python/highlevelil.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/highlevelil.py')
-rw-r--r--python/highlevelil.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/highlevelil.py b/python/highlevelil.py
index 575fe025..e5b9311d 100644
--- a/python/highlevelil.py
+++ b/python/highlevelil.py
@@ -2434,6 +2434,8 @@ class HighLevelILFunction:
return result
finally:
core.BNFreeVariableList(core_variables)
+ elif self.il_form == FunctionGraphType.HighLevelILFunctionGraph:
+ return self.ssa_form.ssa_vars
return []