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

Method GetVariable

mediumlevelilinstruction.cpp:780–785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

778
779
780Variable MediumLevelILOperand::GetVariable() const
781{
782 if (m_type != VariableMediumLevelOperand)
783 throw MediumLevelILInstructionAccessException();
784 return m_instr.GetRawOperandAsVariable(m_operandIndex);
785}
786
787
788SSAVariable MediumLevelILOperand::GetSSAVariable() const

Callers

nothing calls this directly

Tested by

no test coverage detected