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

Method GetCarryExpr

mediumlevelilinstruction.cpp:2038–2044  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2036
2037
2038MediumLevelILInstruction MediumLevelILInstruction::GetCarryExpr() const
2039{
2040 size_t operandIndex;
2041 if (GetOperandIndexForUsage(CarryExprMediumLevelOperandUsage, operandIndex))
2042 return GetRawOperandAsExpr(operandIndex);
2043 throw MediumLevelILInstructionAccessException();
2044}
2045
2046
2047MediumLevelILInstruction MediumLevelILInstruction::GetStackExpr() const

Callers 2

VisitExprsMethod · 0.45
CopyToMethod · 0.45

Tested by

no test coverage detected