Header menu logo B2R2

ConcCallPolicy Type

Represents how the concrete executor should handle call instructions.

Union cases

Union case Description

FollowDirectInternalCalls

Full Usage: FollowDirectInternalCalls

Follow direct calls whose target is inside the current binary.

StopAtCalls

Full Usage: StopAtCalls

Stop when any call instruction is observed.

UseCallHooks

Full Usage: UseCallHooks

Invoke registered call hooks when a matching target is observed.

Instance members

Instance member Description

this.IsFollowDirectInternalCalls

Full Usage: this.IsFollowDirectInternalCalls

Returns: bool
Returns: bool

this.IsStopAtCalls

Full Usage: this.IsStopAtCalls

Returns: bool
Returns: bool

this.IsUseCallHooks

Full Usage: this.IsUseCallHooks

Returns: bool
Returns: bool

Type something to start searching.