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

Method GetRegisterStack

lowlevelilinstruction.cpp:1155–1160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1153
1154
1155uint32_t LowLevelILOperand::GetRegisterStack() const
1156{
1157 if (m_type != RegisterStackLowLevelOperand)
1158 throw LowLevelILInstructionAccessException();
1159 return m_instr.GetRawOperandAsRegister(m_operandIndex);
1160}
1161
1162
1163uint32_t LowLevelILOperand::GetFlag() const

Callers

nothing calls this directly

Tested by

no test coverage detected