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

Method GetDestRegister

lowlevelilinstruction.cpp:2460–2466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2458
2459
2460uint32_t LowLevelILInstruction::GetDestRegister() const
2461{
2462 size_t operandIndex;
2463 if (GetOperandIndexForUsage(DestRegisterLowLevelOperandUsage, operandIndex))
2464 return GetRawOperandAsRegister(operandIndex);
2465 throw LowLevelILInstructionAccessException();
2466}
2467
2468
2469uint32_t LowLevelILInstruction::GetDestRegisterStack() const

Callers 2

RecognizeLowLevelILMethod · 0.45
RecognizeLowLevelILMethod · 0.45

Tested by

no test coverage detected