diff options
| author | vanhauser-thc <vh@thc.org> | 2023-10-06 18:53:44 +0200 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2023-10-06 18:53:44 +0200 |
| commit | 48bff70cdd7fb7aa8333533e01a372205c670a4f (patch) | |
| tree | c5118bb922a61e1fc937cefcac072a304ee4ee8f | |
| parent | a3806158116ae4c5b8a30c19533975cb41dd497f (diff) | |
| download | afl++-48bff70cdd7fb7aa8333533e01a372205c670a4f.tar.gz | |
add AFL_NO_CFG_FUZZING to env list
| -rw-r--r-- | TODO.md | 1 | ||||
| -rw-r--r-- | include/envs.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md index ac24fe07..12da6026 100644 --- a/TODO.md +++ b/TODO.md @@ -2,6 +2,7 @@ ## Should + - cmplog rtn sanity check on fixed length - afl-showmap -f support - afl-fuzz multicore wrapper script - add value_profile but only enable after 15 minutes without finds diff --git a/include/envs.h b/include/envs.h index 4259d6dd..734b1707 100644 --- a/include/envs.h +++ b/include/envs.h @@ -179,6 +179,7 @@ static char *afl_environment_variables[] = { "AFL_NO_COLOUR", #endif "AFL_NO_CPU_RED", + "AFL_NO_CFG_FUZZING", // afl.rs rust crate option "AFL_NO_CRASH_README", "AFL_NO_FORKSRV", "AFL_NO_UI", |
