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:1589–1590 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1587
1588
@property
1589
def
src_memory(self) -> int:
1590
return
self.get_int(1)
1591
1592
@property
1593
def
index(self) -> HighLevelILInstruction:
Callers
nothing calls this directly
Calls
1
get_int
Method · 0.80
Tested by
no test coverage detected