Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ src
Method
src
python/mediumlevelil.py:1244–1245 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1242
class
MediumLevelILVar(MediumLevelILInstruction, VariableInstruction):
1243
@property
1244
def
src(self) -> variable.Variable:
1245
return
self._get_var(0)
1246
1247
@property
1248
def
var(self) -> variable.Variable:
Callers
nothing calls this directly
Calls
1
_get_var
Method · 0.80
Tested by
no test coverage detected