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

Method GetInteger

mediumlevelilinstruction.cpp:737–742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

735
736
737uint64_t MediumLevelILOperand::GetInteger() const
738{
739 if (m_type != IntegerMediumLevelOperand)
740 throw MediumLevelILInstructionAccessException();
741 return m_instr.GetRawOperandAsInteger(m_operandIndex);
742}
743
744
745ConstantData MediumLevelILOperand::GetConstantData() const

Callers

nothing calls this directly

Tested by

no test coverage detected