Skip to content

Commit c5107d4

Browse files
Update configuration.md
1 parent cbd0403 commit c5107d4

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

program-analysis/echidna/configuration.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,8 +431,16 @@ Number of times we may revisit a particular branching point. Only relevant if `s
431431
| Int | `1` | 2.2.4+ |
432432

433433
Number of times we may revisit a particular branching point before we consult
434-
the smt solver to check reachability. Only relevant if `symExec` is true and
435-
`symExecConcolic` is false.
434+
the smt solver to check reachability. Only relevant if `symExec` is true.
435+
436+
### `symExecTargets`
437+
438+
| Type | Default | Available in | CLI Equivalent |
439+
| --------| ------- | ------------ |---------------------|
440+
| [String]| `null` | 2.2.4+ | `--sym-exec-target` |
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.
436444

437445
### `disableSlither`
438446

0 commit comments

Comments
 (0)