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

Method GetRawOperandAsExprList

highlevelilinstruction.cpp:768–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

766
767
768HighLevelILInstructionList HighLevelILInstructionBase::GetRawOperandAsExprList(size_t operand) const
769{
770 return HighLevelILInstructionList(
771 function, function->GetRawExpr(operands[operand + 1]), operands[operand], ast, instructionIndex);
772}
773
774
775HighLevelILSSAVariableList HighLevelILInstructionBase::GetRawOperandAsSSAVariableList(size_t operand) const

Callers 1

GetExprListMethod · 0.45

Calls 2

GetRawExprMethod · 0.45

Tested by

no test coverage detected