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

Method GetSSAVariableList

highlevelilinstruction.cpp:583–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581
582
583HighLevelILSSAVariableList HighLevelILOperand::GetSSAVariableList() const
584{
585 if (m_type != SSAVariableListHighLevelOperand)
586 throw HighLevelILInstructionAccessException();
587 return m_instr.GetRawOperandAsSSAVariableList(m_operandIndex);
588}
589
590
591HighLevelILIndexList HighLevelILOperand::GetIndexList() const

Callers 1

PrintILExprFunction · 0.45

Tested by

no test coverage detected