diff options
author | vanhauser-thc <vh@thc.org> | 2023-02-15 09:32:32 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-02-15 09:32:32 +0100 |
commit | 668f5e1fa9c126bb8c751a6e4ef038ae60a442fa (patch) | |
tree | 362993e4efc4e08489f9ccf47fbf2ed9f227ee33 /docs | |
parent | 80eabd6e8a30c2ffc0f084ab34df8b9d582419c3 (diff) | |
download | afl++-668f5e1fa9c126bb8c751a6e4ef038ae60a442fa.tar.gz |
debug output
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 1 | ||||
-rw-r--r-- | docs/env_variables.md | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 89c37912..5f253064 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -6,6 +6,7 @@ ### Version ++4.06a (dev) - afl-fuzz: - ensure temporary file descriptor is closed when not used + - added `AFL_NO_WARN_INSTABILITY` - afl-cc: - add CFI sanitizer variant to gcc targets - llvm 16 support (thanks to @devnexen!) diff --git a/docs/env_variables.md b/docs/env_variables.md index 61fb1e2b..7a574e59 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -482,6 +482,8 @@ checks or alter some of the more exotic semantics of the tool: - Setting `AFL_NO_STARTUP_CALIBRATION` will skip the initial calibration of all starting seeds, and start fuzzing at once. + - Setting `AFL_NO_WARN_INSTABILITY` will suppress instability warnings. + - In QEMU mode (-Q) and FRIDA mode (-O), `AFL_PATH` will be searched for afl-qemu-trace and afl-frida-trace.so. |