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

Method GetSourceExpr

highlevelilinstruction.cpp:2164–2170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2162
2163
2164HighLevelILInstruction HighLevelILInstruction::GetSourceExpr() const
2165{
2166 size_t operandIndex;
2167 if (GetOperandIndexForUsage(SourceExprHighLevelOperandUsage, operandIndex))
2168 return GetRawOperandAsExpr(operandIndex);
2169 throw HighLevelILInstructionAccessException();
2170}
2171
2172
2173Variable HighLevelILInstruction::GetVariable() const

Callers 3

CollectSubExprsMethod · 0.45
CopyToMethod · 0.45
operator<Method · 0.45

Tested by

no test coverage detected