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

Method GetRawOperandAsVariableList

mediumlevelilinstruction.cpp:1024–1027  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1022
1023
1024MediumLevelILVariableList MediumLevelILInstructionBase::GetRawOperandAsVariableList(size_t operand) const
1025{
1026 return MediumLevelILVariableList(function, function->GetRawExpr(operands[operand + 1]), operands[operand]);
1027}
1028
1029
1030MediumLevelILSSAVariableList MediumLevelILInstructionBase::GetRawOperandAsSSAVariableList(size_t operand) const

Callers 5

GetOutputVariablesMethod · 0.80
GetOutputVariablesMethod · 0.80
GetOutputVariablesMethod · 0.80
GetVariableListMethod · 0.80
GetOutputVariablesMethod · 0.80

Calls 2

GetRawExprMethod · 0.45

Tested by

no test coverage detected