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

Method GetSourceExpr

lowlevelilinstruction.cpp:2386–2392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2384
2385
2386LowLevelILInstruction LowLevelILInstruction::GetSourceExpr() const
2387{
2388 size_t operandIndex;
2389 if (GetOperandIndexForUsage(SourceExprLowLevelOperandUsage, operandIndex))
2390 return GetRawOperandAsExpr(operandIndex);
2391 throw LowLevelILInstructionAccessException();
2392}
2393
2394
2395uint32_t LowLevelILInstruction::GetSourceRegister() const

Callers 5

VisitExprsMethod · 0.45
CopyToMethod · 0.45
GetExprTextMethod · 0.45
GetExprTextInternalMethod · 0.45

Tested by

no test coverage detected