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

Method GetFlagValue

lowlevelilinstruction.cpp:1618–1621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1616
1617
1618RegisterValue LowLevelILInstructionBase::GetFlagValue(uint32_t flag)
1619{
1620 return function->GetFlagValueAtInstruction(flag, instructionIndex);
1621}
1622
1623
1624RegisterValue LowLevelILInstructionBase::GetFlagValueAfter(uint32_t flag)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected