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

Method constant

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

Source from the content-addressed store, hash-verified

1984class LowLevelILExternPtr(LowLevelILConstantBase):
1985 @property
1986 def constant(self) -> int:
1987 return self._get_int(0)
1988
1989 @property
1990 def offset(self) -> int:

Callers

nothing calls this directly

Calls 1

_get_intMethod · 0.45

Tested by

no test coverage detected