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