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

Method GetSourceExpr

mediumlevelilinstruction.cpp:1964–1970  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1962
1963
1964MediumLevelILInstruction MediumLevelILInstruction::GetSourceExpr() const
1965{
1966 size_t operandIndex;
1967 if (GetOperandIndexForUsage(SourceExprMediumLevelOperandUsage, operandIndex))
1968 return GetRawOperandAsExpr(operandIndex);
1969 throw MediumLevelILInstructionAccessException();
1970}
1971
1972
1973Variable MediumLevelILInstruction::GetSourceVariable() const

Callers 2

VisitExprsMethod · 0.45
CopyToMethod · 0.45

Tested by

no test coverage detected