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

Method GetSSAFlag

lowlevelilinstruction.cpp:1226–1231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1224
1225
1226SSAFlag LowLevelILOperand::GetSSAFlag() const
1227{
1228 if (m_type != SSAFlagLowLevelOperand)
1229 throw LowLevelILInstructionAccessException();
1230 return m_instr.GetRawOperandAsSSAFlag(m_operandIndex);
1231}
1232
1233
1234LowLevelILIndexList LowLevelILOperand::GetIndexList() const

Callers 1

PrintILExprFunction · 0.80

Tested by

no test coverage detected