ConcCallPolicy Type
Represents how the concrete executor should handle call instructions.
Union cases
| Union case |
Description
|
Full Usage:
FollowDirectInternalCalls
|
Follow direct calls whose target is inside the current binary. |
Full Usage:
StopAtCalls
|
Stop when any call instruction is observed. |
Full Usage:
UseCallHooks
|
Invoke registered call hooks when a matching target is observed. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsFollowDirectInternalCalls
Returns: bool
|
|
Full Usage:
this.IsStopAtCalls
Returns: bool
|
|
Full Usage:
this.IsUseCallHooks
Returns: bool
|
|
B2R2