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:1676–1677 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1674
1675
@property
1676
def
src_memory(self) -> int:
1677
return
self.get_int(1)
1678
1679
@property
1680
def
offset(self) -> int:
Callers
nothing calls this directly
Calls
1
get_int
Method · 0.80
Tested by
no test coverage detected