Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ src
Method
src
python/mediumlevelil.py:1602–1603 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1600
1601
@property
1602
def
src(self) -> MediumLevelILInstruction:
1603
return
self._get_expr(1)
1604
1605
@property
1606
def
detailed_operands(self) -> List[Tuple[str, MediumLevelILOperandType, str]]:
Callers
nothing calls this directly
Calls
1
_get_expr
Method · 0.45
Tested by
no test coverage detected