diff options
author | vanhauser-thc <vh@thc.org> | 2023-04-22 11:39:44 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-04-22 11:39:44 +0200 |
commit | 6bd48a48cbed1f923ff0999ea24af1f548c2e2bc (patch) | |
tree | 190be094155fbdc8bf642f3b84942c4ad1808060 /docs | |
parent | c5e5a17d6783bae26fa250e0bb7d1feb6d464dd1 (diff) | |
download | afl++-6bd48a48cbed1f923ff0999ea24af1f548c2e2bc.tar.gz |
code format
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 5ed5ef2b..f33acff9 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.07a (dev) + - afl-fuzz: + - new env `AFL_POST_PROCESS_KEEP_ORIGINAL` to keep the orignal + data before post process on finds - afl-showmap: - added custom mutator post_process and send support + - a new grammar custom mutator atnwalk was submitted by @voidptr127 ! ### Version ++4.06c (release) |