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

Method GetRawOperandAsSSARegisterOrFlagList

lowlevelilinstruction.cpp:1530–1533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1528
1529
1530LowLevelILSSARegisterOrFlagList LowLevelILInstructionBase::GetRawOperandAsSSARegisterOrFlagList(size_t operand) const
1531{
1532 return LowLevelILSSARegisterOrFlagList(function, function->GetRawExpr(operands[operand + 1]), operands[operand]);
1533}
1534
1535
1536map<uint32_t, int32_t> LowLevelILInstructionBase::GetRawOperandAsRegisterStackAdjustments(size_t operand) const

Calls 2

GetRawExprMethod · 0.45

Tested by

no test coverage detected