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

Method GetFlag

lowlevelilinstruction.cpp:331–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329
330
331uint32_t RegisterOrFlag::GetFlag() const
332{
333 if (!isFlag)
334 throw LowLevelILInstructionAccessException();
335 return index;
336}
337
338
339RegisterOrFlag& RegisterOrFlag::operator=(const RegisterOrFlag& v)

Callers 1

PrintILExprFunction · 0.80

Tested by

no test coverage detected