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

Method GetDestSSARegisterStack

lowlevelilinstruction.cpp:2496–2502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2494
2495
2496SSARegisterStack LowLevelILInstruction::GetDestSSARegisterStack() const
2497{
2498 size_t operandIndex;
2499 if (GetOperandIndexForUsage(DestSSARegisterStackLowLevelOperandUsage, operandIndex))
2500 return GetRawOperandAsExpr(operandIndex).GetRawOperandAsSSARegisterStack(0);
2501 throw LowLevelILInstructionAccessException();
2502}
2503
2504
2505SSAFlag LowLevelILInstruction::GetDestSSAFlag() const

Callers

nothing calls this directly

Tested by

no test coverage detected