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

Method GetSemanticFlagGroup

lowlevelilinstruction.cpp:1187–1192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1185
1186
1187uint32_t LowLevelILOperand::GetSemanticFlagGroup() const
1188{
1189 if (m_type != SemanticFlagGroupLowLevelOperand)
1190 throw LowLevelILInstructionAccessException();
1191 return m_instr.GetRawOperandAsRegister(m_operandIndex);
1192}
1193
1194
1195uint32_t LowLevelILOperand::GetIntrinsic() const

Callers

nothing calls this directly

Tested by

no test coverage detected