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

Method GetStackSSARegister

lowlevelilinstruction.cpp:2541–2547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2539
2540
2541SSARegister LowLevelILInstruction::GetStackSSARegister() const
2542{
2543 size_t operandIndex;
2544 if (GetOperandIndexForUsage(StackSSARegisterLowLevelOperandUsage, operandIndex))
2545 return GetRawOperandAsExpr(operandIndex).GetRawOperandAsSSARegister(0);
2546 throw LowLevelILInstructionAccessException();
2547}
2548
2549
2550SSARegister LowLevelILInstruction::GetTopSSARegister() const

Callers

nothing calls this directly

Tested by

no test coverage detected