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

Method GetExpr

mediumlevelilinstruction.cpp:772–777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

770
771
772MediumLevelILInstruction MediumLevelILOperand::GetExpr() const
773{
774 if (m_type != ExprMediumLevelOperand)
775 throw MediumLevelILInstructionAccessException();
776 return m_instr.GetRawOperandAsExpr(m_operandIndex);
777}
778
779
780Variable MediumLevelILOperand::GetVariable() const

Callers 1

GetLowLevelILMethod · 0.45

Tested by

no test coverage detected