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

Method constant

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

Source from the content-addressed store, hash-verified

1709class HighLevelILConst(HighLevelILInstruction, Constant):
1710 @property
1711 def constant(self) -> int:
1712 return self.get_int(0)
1713
1714 @property
1715 def detailed_operands(self) -> List[Tuple[str, HighLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

get_intMethod · 0.80

Tested by

no test coverage detected