mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-23 14:34:25 +00:00
add AFL_NO_CFG_FUZZING to env list
This commit is contained in:
1
TODO.md
1
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
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user