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

Method GetExpr

lowlevelilinstruction.cpp:1139–1144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1137
1138
1139LowLevelILInstruction LowLevelILOperand::GetExpr() const
1140{
1141 if (m_type != ExprLowLevelOperand)
1142 throw LowLevelILInstructionAccessException();
1143 return m_instr.GetRawOperandAsExpr(m_operandIndex);
1144}
1145
1146
1147uint32_t LowLevelILOperand::GetRegister() const

Callers 2

GetMediumLevelILMethod · 0.45

Tested by

no test coverage detected