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

Method GetPossibleFlagValuesAfter

lowlevelilinstruction.cpp:1636–1639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1634
1635
1636PossibleValueSet LowLevelILInstructionBase::GetPossibleFlagValuesAfter(uint32_t flag)
1637{
1638 return function->GetPossibleFlagValuesAfterInstruction(flag, instructionIndex);
1639}
1640
1641
1642RegisterValue LowLevelILInstructionBase::GetStackContents(int32_t offset, size_t len)

Callers

nothing calls this directly

Tested by

no test coverage detected