Skip to content

Commit f35035e

Browse files
lint
1 parent 726f177 commit f35035e

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

program-analysis/echidna/configuration.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -375,16 +375,16 @@ Run events server on the given port.
375375

376376
### `symExec`
377377

378-
| Type | Default | Available in | CLI equivalent |
379-
| ---- | ------- | ------------ | ----------------|
380-
| Bool | `false` | 2.2.4+ | `--sym-exec` |
378+
| Type | Default | Available in | CLI equivalent |
379+
| ---- | ------- | ------------ | -------------- |
380+
| Bool | `false` | 2.2.4+ | `--sym-exec` |
381381

382382
Whether to add an additional symbolic execution worker.
383383

384384
### `symExecNSolvers`
385385

386386
| Type | Default | Available in | CLI equivalent |
387-
| ---- | ------- | ------------ | -----------------------|
387+
| ---- | ------- | ------------ | ---------------------- |
388388
| Int | `1` | 2.2.4+ | `--sym-exec-n-solvers` |
389389

390390
Number of SMT solvers used in symbolic execution. While there is a single
@@ -394,16 +394,16 @@ symExec worker, N threads may be used to solve SMT queries. Only relevant if
394394
### `symExecTimeout`
395395

396396
| Type | Default | Available in | CLI equivalent |
397-
| ---- | ------- | ------------ | ---------------------|
397+
| ---- | ------- | ------------ | -------------------- |
398398
| Int | `30` | 2.2.4+ | `--sym-exec-timeout` |
399399

400400
Timeout for symbolic execution SMT solver per formula to solve. Only relevant if `symExec` is true.
401401

402402
### `symExecSMTSolver`
403403

404-
| Type | Default | Available in |
405-
| ---- | -----------| ------------ |
406-
| String | `bitwuzla` | 2.2.8+ |
404+
| Type | Default | Available in |
405+
| ------ | ---------- | ------------ |
406+
| String | `bitwuzla` | 2.2.8+ |
407407

408408
The SMT solver used when doing symbolic execution. Valid values are: "cvc5", "z3" and "bitwuzla". Only relevant if `symExec` is true.
409409

@@ -420,7 +420,7 @@ Number of states in exponents of 2 (i.e. 2^10 states) that we may explore using
420420

421421
| Type | Default | Available in |
422422
| ---- | ------- | ------------ |
423-
| Int | `5` | 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

@@ -435,12 +435,12 @@ the smt solver to check reachability. Only relevant if `symExec` is true.
435435

436436
### `symExecTargets`
437437

438-
| Type | Default | Available in | CLI Equivalent |
439-
| --------| ------- | ------------ |---------------------|
440-
| [String]| `null` | 2.2.4+ | `--sym-exec-target` |
438+
| Type | Default | Available in | CLI Equivalent |
439+
| -------- | ------- | ------------ | ------------------- |
440+
| [String] | `null` | 2.2.4+ | `--sym-exec-target` |
441441

442442
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.
443+
all functions are eligible. If used in the CLI, it will only allow a single target.
444444
Only relevant if `symExec` is true.
445445

446446
### `disableSlither`
@@ -519,4 +519,3 @@ part of the corpus on the `gas_info` field. This functionality was experimental.
519519
| Bool | `true` | \* until 2.2.7 |
520520

521521
This option controlled whether symbolic execution will be concolic (vs full symbolic execution). It has been removed from the current version of Echidna.
522-

0 commit comments

Comments
 (0)