Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ high
Method
high
python/mediumlevelil.py:2587–2588 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2585
class
MediumLevelILSetVarSplit(MediumLevelILInstruction, SetVar):
2586
@property
2587
def
high(self) -> variable.Variable:
2588
return
self._get_var(0)
2589
2590
@property
2591
def
low(self) -> variable.Variable:
Callers
nothing calls this directly
Calls
1
_get_var
Method · 0.80
Tested by
no test coverage detected