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

Method GetRawOperandAsSSAFlagList

lowlevelilinstruction.cpp:1524–1527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1522
1523
1524LowLevelILSSAFlagList LowLevelILInstructionBase::GetRawOperandAsSSAFlagList(size_t operand) const
1525{
1526 return LowLevelILSSAFlagList(function, function->GetRawExpr(operands[operand + 1]), operands[operand]);
1527}
1528
1529
1530LowLevelILSSARegisterOrFlagList LowLevelILInstructionBase::GetRawOperandAsSSARegisterOrFlagList(size_t operand) const

Callers 1

GetSSAFlagListMethod · 0.80

Calls 2

GetRawExprMethod · 0.45

Tested by

no test coverage detected