MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / offset

Method offset

python/highlevelil.py:1680–1681  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1678
1679 @property
1680 def offset(self) -> int:
1681 return self.get_int(2)
1682
1683 @property
1684 def member_index(self) -> Optional[int]:

Callers

nothing calls this directly

Calls 1

get_intMethod · 0.80

Tested by

no test coverage detected