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

Method GetIndexList

highlevelilinstruction.cpp:591–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

589
590
591HighLevelILIndexList HighLevelILOperand::GetIndexList() const
592{
593 if (m_type != IndexListHighLevelOperand)
594 throw HighLevelILInstructionAccessException();
595 return m_instr.GetRawOperandAsIndexList(m_operandIndex);
596}
597
598
599const HighLevelILOperand HighLevelILOperandList::ListIterator::operator*()

Callers

nothing calls this directly

Tested by

no test coverage detected