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

Method GetHighExpr

highlevelilinstruction.cpp:2326–2332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2324
2325
2326HighLevelILInstruction HighLevelILInstruction::GetHighExpr() const
2327{
2328 size_t operandIndex;
2329 if (GetOperandIndexForUsage(HighExprHighLevelOperandUsage, operandIndex))
2330 return GetRawOperandAsExpr(operandIndex);
2331 throw HighLevelILInstructionAccessException();
2332}
2333
2334
2335HighLevelILInstruction HighLevelILInstruction::GetLowExpr() const

Tested by

no test coverage detected