Header menu logo B2R2

CFGResult Type

The result obtained from recovering a CFG.

Union cases

Union case Description

FailStop ErrorCase

Full Usage: FailStop ErrorCase

Parameters:

We need to stop the current task due to a fatal error.

Item : ErrorCase

MoveOn

Full Usage: MoveOn

We have successfully handled the task, so move on to the next task.

MoveOnButReloadCallers previousStatus

Full Usage: MoveOnButReloadCallers previousStatus

Parameters:

We have successfully handled the task, but we found the function's internal state has been changed, so we need to reload caller functions, too. This result is only used in the post-recovery phase.

previousStatus : NonReturningStatus

StopAndReload

Full Usage: StopAndReload

We need to stop and reload the current task.

Wait

Full Usage: Wait

We need to postpone the current task because the current function depends on other function(s) that have not been recovered yet.

Instance members

Instance member Description

this.IsFailStop

Full Usage: this.IsFailStop

Returns: bool
Returns: bool

this.IsMoveOn

Full Usage: this.IsMoveOn

Returns: bool
Returns: bool

this.IsMoveOnButReloadCallers

Full Usage: this.IsMoveOnButReloadCallers

Returns: bool
Returns: bool

this.IsStopAndReload

Full Usage: this.IsStopAndReload

Returns: bool
Returns: bool

this.IsWait

Full Usage: this.IsWait

Returns: bool
Returns: bool

Type something to start searching.