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

Method GetFlagCondition

lowlevelilinstruction.cpp:1171–1176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1169
1170
1171BNLowLevelILFlagCondition LowLevelILOperand::GetFlagCondition() const
1172{
1173 if (m_type != FlagConditionLowLevelOperand)
1174 throw LowLevelILInstructionAccessException();
1175 return m_instr.GetRawOperandAsFlagCondition(m_operandIndex);
1176}
1177
1178
1179uint32_t LowLevelILOperand::GetSemanticFlagClass() const

Callers 1

PrintILExprFunction · 0.45

Tested by

no test coverage detected