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

Method GetDestExpr

lowlevelilinstruction.cpp:2451–2457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2449
2450
2451LowLevelILInstruction LowLevelILInstruction::GetDestExpr() const
2452{
2453 size_t operandIndex;
2454 if (GetOperandIndexForUsage(DestExprLowLevelOperandUsage, operandIndex))
2455 return GetRawOperandAsExpr(operandIndex);
2456 throw LowLevelILInstructionAccessException();
2457}
2458
2459
2460uint32_t LowLevelILInstruction::GetDestRegister() const

Callers 2

RecognizeLowLevelILMethod · 0.45
AdjustCallTypeMethod · 0.45

Tested by

no test coverage detected