Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ src_memory
Method
src_memory
python/highlevelil.py:1434–1435 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1432
1433
@property
1434
def
src_memory(self) -> int:
1435
return
self.get_int(3)
1436
1437
@property
1438
def
detailed_operands(self) -> List[Tuple[str, HighLevelILOperandType, str]]:
Callers
nothing calls this directly
Calls
1
get_int
Method · 0.80
Tested by
no test coverage detected