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
420
420
421
421
| Type | Default | Available in |
422
422
| ---- | ------- | ------------ |
423
- | Int | ` 10 ` | 2.2.4+ |
423
+ | Int | ` 5 ` | 2.2.4+ |
424
424
425
425
Number of times we may revisit a particular branching point. Only relevant if ` symExec ` is true.
426
426
@@ -439,8 +439,9 @@ the smt solver to check reachability. Only relevant if `symExec` is true.
439
439
| --------| ------- | ------------ | ---------------------|
440
440
| [ String] | ` null ` | 2.2.4+ | ` --sym-exec-target ` |
441
441
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.
444
445
445
446
### ` disableSlither `
446
447
You can’t perform that action at this time.
0 commit comments