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

Method GetConstantData

mediumlevelilinstruction.cpp:745–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

743
744
745ConstantData MediumLevelILOperand::GetConstantData() const
746{
747 if (m_type != ConstantDataMediumLevelOperand)
748 throw MediumLevelILInstructionAccessException();
749 return m_instr.GetRawOperandAsConstantData(m_operandIndex);
750}
751
752
753size_t MediumLevelILOperand::GetIndex() const

Callers

nothing calls this directly

Tested by

no test coverage detected