about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-04-25 13:13:43 +0200
committervanhauser-thc <vh@thc.org>2023-04-25 13:13:43 +0200
commitd822181467ec41f1ee2d840c3c5b1918c72ffc86 (patch)
tree58caccbe65d817c69db954f97009430e965b52c2 /docs/Changelog.md
parentbc969f78f634035abf88bc73a5076848660901e7 (diff)
downloadafl++-d822181467ec41f1ee2d840c3c5b1918c72ffc86.tar.gz
afl-cmin -T support
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 816a864d..667fd634 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -14,7 +14,7 @@
   - afl-showmap:
     - added custom mutator post_process and send support
     - add `-I filelist` option, an alternative to `-i in_dir`
-  - afl-cmin.bash:
+  - afl-cmin + afl-cmin.bash:
     - `-T threads` parallel task support, huge speedup!
   - a new grammar custom mutator atnwalk was submitted by @voidptr127 !