Header menu logo B2R2

DelayedBuilderRequest Type

This is a delayed request that is used to update the status of the CFG builder. This is populated only when the builder is running and is consumed after regular CFGActions are consumed.

Union cases

Union case Description

NotifyCalleeChange(callee, calleeInfo)

Full Usage: NotifyCalleeChange(callee, calleeInfo)

Parameters:

Notify that the callee's information (e.g., its returning status) has been changed.

callee : Addr
calleeInfo : CalleeInfo

NotifyCalleeSuccess(callee, calleeInfo)

Full Usage: NotifyCalleeSuccess(callee, calleeInfo)

Parameters:

Notify that the callee has been successfully built.

callee : Addr
calleeInfo : CalleeInfo

ResetBuilder

Full Usage: ResetBuilder

Reset the builder.

Rollback

Full Usage: Rollback

Rollback the current builder and make the callers to rollback if necessary.

Instance members

Instance member Description

this.IsNotifyCalleeChange

Full Usage: this.IsNotifyCalleeChange

Returns: bool
Returns: bool

this.IsNotifyCalleeSuccess

Full Usage: this.IsNotifyCalleeSuccess

Returns: bool
Returns: bool

this.IsResetBuilder

Full Usage: this.IsResetBuilder

Returns: bool
Returns: bool

this.IsRollback

Full Usage: this.IsRollback

Returns: bool
Returns: bool

Type something to start searching.