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

Method GetLowExpr

highlevelilinstruction.cpp:2335–2341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2333
2334
2335HighLevelILInstruction HighLevelILInstruction::GetLowExpr() const
2336{
2337 size_t operandIndex;
2338 if (GetOperandIndexForUsage(LowExprHighLevelOperandUsage, operandIndex))
2339 return GetRawOperandAsExpr(operandIndex);
2340 throw HighLevelILInstructionAccessException();
2341}
2342
2343
2344uint64_t HighLevelILInstruction::GetOffset() const

Tested by

no test coverage detected