diff options
author | vanhauser-thc <vh@thc.org> | 2022-11-11 10:46:45 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-11-11 10:46:45 +0100 |
commit | c5f8869778b237f89cc4c12c1961a9ef559179b8 (patch) | |
tree | 9582e14e72faf720b3e2c599cecc09530a56a227 /docs/Changelog.md | |
parent | b2f12c37120e6529d1bab83976db009263dedc97 (diff) | |
download | afl++-c5f8869778b237f89cc4c12c1961a9ef559179b8.tar.gz |
afl_custom_fuzz_send added
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 38e2e6bc..b975fa76 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -4,8 +4,12 @@ release of the tool. See README.md for the general instruction manual. ### Version ++4.05a (dev) - - your PR? :) - + - afl-fuzz: + - added afl_custom_fuzz_send custom mutator feature. Now your can + send fuzz data to the target as you need, e.g. via IPC. + - afl-showmap/afl-cmin + - -t none now translates to -t 120000 (120 seconds) + - unicorn_mode updated ### Version ++4.04c (release) - fix gramatron and grammar_mutator build scripts |