Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ src
Method
src
python/mediumlevelil.py:1660–1661 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1658
class
MediumLevelILVarField(MediumLevelILInstruction):
1659
@property
1660
def
src(self) -> variable.Variable:
1661
return
self._get_var(0)
1662
1663
@property
1664
def
offset(self) -> int:
Callers
nothing calls this directly
Calls
1
_get_var
Method · 0.80
Tested by
no test coverage detected