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

Method GetInteger

highlevelilinstruction.cpp:519–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517
518
519uint64_t HighLevelILOperand::GetInteger() const
520{
521 if (m_type != IntegerHighLevelOperand)
522 throw HighLevelILInstructionAccessException();
523 return m_instr.GetRawOperandAsInteger(m_operandIndex);
524}
525
526
527ConstantData HighLevelILOperand::GetConstantData() const

Callers

nothing calls this directly

Tested by

no test coverage detected