Skip to content

Commit 7c04b86

Browse files
Update configuration.md
1 parent c5107d4 commit 7c04b86

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

program-analysis/echidna/configuration.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

425425
Number 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

0 commit comments

Comments
 (0)