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

Method GetRightExpr

mediumlevelilinstruction.cpp:2029–2035  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2027
2028
2029MediumLevelILInstruction MediumLevelILInstruction::GetRightExpr() const
2030{
2031 size_t operandIndex;
2032 if (GetOperandIndexForUsage(RightExprMediumLevelOperandUsage, operandIndex))
2033 return GetRawOperandAsExpr(operandIndex);
2034 throw MediumLevelILInstructionAccessException();
2035}
2036
2037
2038MediumLevelILInstruction MediumLevelILInstruction::GetCarryExpr() const

Callers 2

VisitExprsMethod · 0.45
CopyToMethod · 0.45

Tested by

no test coverage detected