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

Method GetRawOperandAsIndexList

lowlevelilinstruction.cpp:1487–1490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1485
1486
1487LowLevelILIndexList LowLevelILInstructionBase::GetRawOperandAsIndexList(size_t operand) const
1488{
1489 return LowLevelILIndexList(function, function->GetRawExpr(operands[operand + 1]), operands[operand]);
1490}
1491
1492
1493LowLevelILIndexMap LowLevelILInstructionBase::GetRawOperandAsIndexMap(size_t operand) const

Callers 1

GetIndexListMethod · 0.45

Calls 2

LowLevelILIndexListClass · 0.85
GetRawExprMethod · 0.45

Tested by

no test coverage detected