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

Method GetRawOperandAsIndexList

highlevelilinstruction.cpp:781–784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

779
780
781HighLevelILIndexList HighLevelILInstructionBase::GetRawOperandAsIndexList(size_t operand) const
782{
783 return HighLevelILIndexList(function, function->GetRawExpr(operands[operand + 1]), operands[operand]);
784}
785
786
787PossibleValueSet HighLevelILInstructionBase::GetRawOperandAsPossibleValueSet(size_t operand) const

Callers 1

GetIndexListMethod · 0.45

Calls 2

GetRawExprMethod · 0.45

Tested by

no test coverage detected