You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
431
445
432
446
### `disableSlither`
433
447
@@ -497,3 +511,11 @@ introduction of on-chain fuzzing in Echidna, it had become deprecated, and was l
497
511
498
512
Enabled the collection of worst-case gas usage. The information was stored as
499
513
part of the corpus on the `gas_info` field. This functionality was experimental.
514
+
515
+
### `symExecConcolic`
516
+
517
+
| Type | Default | Available in |
518
+
| ---- | ------- | -------------- |
519
+
| Bool |`true`|\* until 2.2.7 |
520
+
521
+
This option controlled whether symbolic execution will be concolic (vs full symbolic execution). It has been removed from the current version of Echidna.
0 commit comments