diff options
author | vanhauser-thc <vh@thc.org> | 2023-04-25 13:13:43 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-04-25 13:13:43 +0200 |
commit | d822181467ec41f1ee2d840c3c5b1918c72ffc86 (patch) | |
tree | 58caccbe65d817c69db954f97009430e965b52c2 /docs/Changelog.md | |
parent | bc969f78f634035abf88bc73a5076848660901e7 (diff) | |
download | afl++-d822181467ec41f1ee2d840c3c5b1918c72ffc86.tar.gz |
afl-cmin -T support
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 2 |
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 ! |