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

Method offset

python/lowlevelil.py:1990–1991  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1988
1989 @property
1990 def offset(self) -> int:
1991 return self._get_int(1)
1992
1993 @property
1994 def detailed_operands(self) -> List[Tuple[str, LowLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

_get_intMethod · 0.45

Tested by

no test coverage detected