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

Method GetVariable

highlevelilinstruction.cpp:559–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557
558
559Variable HighLevelILOperand::GetVariable() const
560{
561 if (m_type != VariableHighLevelOperand)
562 throw HighLevelILInstructionAccessException();
563 return m_instr.GetRawOperandAsVariable(m_operandIndex);
564}
565
566
567SSAVariable HighLevelILOperand::GetSSAVariable() const

Callers 2

AppendTwoOperandMethod · 0.45
PrintILExprFunction · 0.45

Tested by

no test coverage detected