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

Method GetRegisterStackAdjustments

lowlevelilinstruction.cpp:1300–1305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1298
1299
1300map<uint32_t, int32_t> LowLevelILOperand::GetRegisterStackAdjustments() const
1301{
1302 if (m_type != RegisterStackAdjustmentsLowLevelOperand)
1303 throw LowLevelILInstructionAccessException();
1304 return m_instr.GetRawOperandAsRegisterStackAdjustments(m_operandIndex);
1305}
1306
1307
1308const LowLevelILOperand LowLevelILOperandList::ListIterator::operator*()

Callers

nothing calls this directly

Tested by

no test coverage detected