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

Method GetVariableList

mediumlevelilinstruction.cpp:814–821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

812
813
814MediumLevelILVariableList MediumLevelILOperand::GetVariableList() const
815{
816 if (m_type != VariableListMediumLevelOperand)
817 throw MediumLevelILInstructionAccessException();
818 if (m_usage == OutputVariablesSubExprMediumLevelOperandUsage)
819 return m_instr.GetRawOperandAsExpr(m_operandIndex).GetRawOperandAsVariableList(0);
820 return m_instr.GetRawOperandAsVariableList(m_operandIndex);
821}
822
823
824MediumLevelILSSAVariableList MediumLevelILOperand::GetSSAVariableList() const

Callers 1

PrintILExprFunction · 0.80

Tested by

no test coverage detected