We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b71a2 commit 821957cCopy full SHA for 821957c
python/variable.py
@@ -899,7 +899,7 @@ def function(self) -> 'binaryninja.function.Function':
899
@property
900
def il_function(self) -> 'function.ILFunctionType':
901
"""returns the IL Function object which this variable belongs to"""
902
- return self.var._il_function
+ return self._il_function
903
904
def set_name_async(self, name: Optional[str]) -> None:
905
"""
0 commit comments