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

Method GetConstantData

highlevelilinstruction.cpp:527–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

525
526
527ConstantData HighLevelILOperand::GetConstantData() const
528{
529 if (m_type != ConstantDataHighLevelOperand)
530 throw HighLevelILInstructionAccessException();
531 return m_instr.GetRawOperandAsConstantData(m_operandIndex);
532}
533
534
535size_t HighLevelILOperand::GetIndex() const

Callers

nothing calls this directly

Tested by

no test coverage detected