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

Method GetPossibleRegisterValuesAfter

lowlevelilinstruction.cpp:1612–1615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1610
1611
1612PossibleValueSet LowLevelILInstructionBase::GetPossibleRegisterValuesAfter(uint32_t reg)
1613{
1614 return function->GetPossibleRegisterValuesAfterInstruction(reg, instructionIndex);
1615}
1616
1617
1618RegisterValue LowLevelILInstructionBase::GetFlagValue(uint32_t flag)

Callers

nothing calls this directly

Tested by

no test coverage detected