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

Method GetIndexList

lowlevelilinstruction.cpp:1234–1239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1232
1233
1234LowLevelILIndexList LowLevelILOperand::GetIndexList() const
1235{
1236 if (m_type != IndexListLowLevelOperand)
1237 throw LowLevelILInstructionAccessException();
1238 return m_instr.GetRawOperandAsIndexList(m_operandIndex);
1239}
1240
1241
1242LowLevelILIndexMap LowLevelILOperand::GetIndexMap() const

Callers 2

PrintILExprFunction · 0.45
PrintILExprFunction · 0.45

Tested by

no test coverage detected