File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ Number of states in base 2 (e.g. `2 ** 10`) that we may explore using symbolic e
420420
421421| Type | Default | Available in |
422422| ---- | ------- | ------------ |
423- | Int | ` 10 ` | 2.2.4+ |
423+ | Int | ` 5 ` | 2.2.4+ |
424424
425425Number of times we may revisit a particular branching point. Only relevant if ` symExec ` is true.
426426
@@ -439,8 +439,9 @@ the smt solver to check reachability. Only relevant if `symExec` is true.
439439| --------| ------- | ------------ | ---------------------|
440440| [ String] | ` null ` | 2.2.4+ | ` --sym-exec-target ` |
441441
442- List of function names to include during the symbolic execution exploration.
443- When used in the CLI, it will only allow a single target. Only relevant if ` symExec ` is true.
442+ List of whitelisted functions for using symbolic exploration. When set to null,
443+ all functions are eligible. If used in the CLI, it will only allow a single target.
444+ Only relevant if ` symExec ` is true.
444445
445446### ` disableSlither `
446447
You can’t perform that action at this time.
0 commit comments