Header menu logo B2R2

SymbCallPolicy Type

Represents how the symbolic executor should handle call instructions.

Union cases

Union case Description

FollowDirectInternalCalls

Full Usage: FollowDirectInternalCalls

Follow direct calls whose target belongs to the current binary.

StopAtCalls

Full Usage: StopAtCalls

Stop before evaluating any call instruction.

UseCallHooks hooks

Full Usage: UseCallHooks hooks

Parameters:

Dispatch matching call hooks, and follow direct internal calls otherwise.

hooks : SymbCallHookRegistry

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.