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

Method GetSSAVariable

highlevelilinstruction.cpp:567–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565
566
567SSAVariable HighLevelILOperand::GetSSAVariable() const
568{
569 if (m_type != SSAVariableHighLevelOperand)
570 throw HighLevelILInstructionAccessException();
571 return m_instr.GetRawOperandAsSSAVariable(m_operandIndex);
572}
573
574
575HighLevelILInstructionList HighLevelILOperand::GetExprList() const

Callers 1

PrintILExprFunction · 0.45

Tested by

no test coverage detected