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

Method constant_data

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

Source from the content-addressed store, hash-verified

1783class HighLevelILConstData(HighLevelILInstruction, Constant):
1784 @property
1785 def constant_data(self) -> variable.ConstantData:
1786 return self.get_constant_data(0, 1)
1787
1788 @property
1789 def detailed_operands(self) -> List[Tuple[str, HighLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

get_constant_dataMethod · 0.45

Tested by

no test coverage detected