about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-04-26 16:25:03 +0200
committervanhauser-thc <vh@thc.org>2023-04-26 16:25:03 +0200
commitb18bc7b98fa23ef805ed2ee3eec04dc1929afd49 (patch)
tree49357cab6a9fea70f30f43b129b02434772f5e66
parent432671449f98a675eaf37db52c6318e1edd2423f (diff)
downloadafl++-b18bc7b98fa23ef805ed2ee3eec04dc1929afd49.tar.gz
changelog updates
-rw-r--r--TODO.md1
-rw-r--r--docs/Changelog.md8
2 files changed, 5 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index dba75070..2efcefea 100644
--- a/TODO.md
+++ b/TODO.md
@@ -10,7 +10,6 @@
  - parallel builds for source-only targets
  - get rid of check_binary, replace with more forkserver communication
  - first fuzzer should be a main automatically? not sure.
- - reload fuzz binary on signal
 
 ## Maybe
 
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 667fd634..20b915fa 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -5,9 +5,11 @@
 
 ### Version ++4.07a (dev)
   - afl-fuzz:
+    - reverse reading the seeds only on restarts (increases performance)
     - new env `AFL_POST_PROCESS_KEEP_ORIGINAL` to keep the orignal
-      data before post process on finds
-    - reverse reading the seeds only on restarts
+      data before post process on finds (for atnwalk custom mutator)
+    - new env `AFL_IGNORE_PROBLEMS_COVERAGE` to ignore coverage from
+      loaded libs after forkserver initialization (required by Mozilla)
   - afl-cc:
     - new env `AFL_LLVM_LTO_SKIPINIT` to support the AFL++ based WASM
       (https://github.com/fgsect/WAFL) project
@@ -15,7 +17,7 @@
     - added custom mutator post_process and send support
     - add `-I filelist` option, an alternative to `-i in_dir`
   - afl-cmin + afl-cmin.bash:
-    - `-T threads` parallel task support, huge speedup!
+    - `-T threads` parallel task support, can be a huge speedup!
   - a new grammar custom mutator atnwalk was submitted by @voidptr127 !