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

Method GetRawOperandAsSSARegisterStack

lowlevelilinstruction.cpp:1469–1472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1467
1468
1469SSARegisterStack LowLevelILInstructionBase::GetRawOperandAsSSARegisterStack(size_t operand) const
1470{
1471 return SSARegisterStack((uint32_t)operands[operand], (size_t)operands[operand + 1]);
1472}
1473
1474
1475SSARegisterStack LowLevelILInstructionBase::GetRawOperandAsPartialSSARegisterStackSource(size_t operand) const

Callers 6

GetSSARegisterStackMethod · 0.80

Calls 1

SSARegisterStackClass · 0.70

Tested by

no test coverage detected