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

Method GetInteger

lowlevelilinstruction.cpp:1119–1124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1117
1118
1119uint64_t LowLevelILOperand::GetInteger() const
1120{
1121 if (m_type != IntegerLowLevelOperand)
1122 throw LowLevelILInstructionAccessException();
1123 return m_instr.GetRawOperandAsInteger(m_operandIndex);
1124}
1125
1126
1127size_t LowLevelILOperand::GetIndex() const

Callers 2

PrintILExprFunction · 0.45
PrintILExprFunction · 0.45

Tested by

no test coverage detected