Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ offset
Method
offset
python/highlevelil.py:1548–1549 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1546
1547
@property
1548
def
offset(self) -> int:
1549
return
self.get_int(1)
1550
1551
@property
1552
def
member_index(self) -> Optional[int]:
Callers
nothing calls this directly
Calls
1
get_int
Method · 0.80
Tested by
no test coverage detected