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

Method GetRawOperandAsSSAVariableList

mediumlevelilinstruction.cpp:1030–1033  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1028
1029
1030MediumLevelILSSAVariableList MediumLevelILInstructionBase::GetRawOperandAsSSAVariableList(size_t operand) const
1031{
1032 return MediumLevelILSSAVariableList(function, function->GetRawExpr(operands[operand + 1]), operands[operand]);
1033}
1034
1035
1036MediumLevelILInstructionList MediumLevelILInstructionBase::GetRawOperandAsExprList(size_t operand) const

Callers 2

GetSSAVariableListMethod · 0.45
GetOutputSSAVariablesMethod · 0.45

Calls 2

GetRawExprMethod · 0.45

Tested by

no test coverage detected