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

Method GetPossibleValues

lowlevelilinstruction.cpp:1588–1591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1586
1587
1588PossibleValueSet LowLevelILInstructionBase::GetPossibleValues(const set<BNDataFlowQueryOption>& options) const
1589{
1590 return function->GetPossibleExprValues(*(const LowLevelILInstruction*)this, options);
1591}
1592
1593
1594RegisterValue LowLevelILInstructionBase::GetRegisterValue(uint32_t reg)

Callers

nothing calls this directly

Calls 1

GetPossibleExprValuesMethod · 0.45

Tested by

no test coverage detected