Header menu logo B2R2

SymbEvalSuccessor Type

Represents the successor relation produced by symbolic evaluation.

Union cases

Union case Description

Continue SymbState

Full Usage: Continue SymbState

Parameters:

Evaluation can continue from the given state.

Item : SymbState

EvalError SymbEvalError

Full Usage: EvalError SymbEvalError

Parameters:

Evaluation failed.

Item : SymbEvalError

Fork(trueState, falseState)

Full Usage: Fork(trueState, falseState)

Parameters:

Evaluation forked on a symbolic condition.

trueState : SymbState
falseState : SymbState

Evaluation stopped before completing the current run.

Item1 : SymbState
Item2 : SymbEvalStopReason

Instance members

Instance member Description

this.IsContinue

Full Usage: this.IsContinue

Returns: bool
Returns: bool

this.IsEvalError

Full Usage: this.IsEvalError

Returns: bool
Returns: bool

this.IsFork

Full Usage: this.IsFork

Returns: bool
Returns: bool

this.IsStopped

Full Usage: this.IsStopped

Returns: bool
Returns: bool

Type something to start searching.