SymbCallPolicy Type
Represents how the symbolic executor should handle call instructions.
Union cases
| Union case |
Description
|
Full Usage:
FollowDirectInternalCalls
|
Follow direct calls whose target belongs to the current binary. |
Full Usage:
StopAtCalls
|
Stop before evaluating any call instruction. |
|
Dispatch matching call hooks, and follow direct internal calls otherwise.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsFollowDirectInternalCalls
Returns: bool
|
|
Full Usage:
this.IsStopAtCalls
Returns: bool
|
|
Full Usage:
this.IsUseCallHooks
Returns: bool
|
|
B2R2