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

Method constant

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

Source from the content-addressed store, hash-verified

1305
1306 @property
1307 def constant(self) -> int:
1308 return self._get_int(0)
1309
1310 @property
1311 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