diff options
author | vanhauser-thc <vh@thc.org> | 2024-02-03 13:31:31 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-02-03 13:31:31 +0100 |
commit | d85722a4f6329940545dd66bf16718d591fca681 (patch) | |
tree | 92e0c33e1cef665d7962f0e9ad4826f483b91016 /docs/Changelog.md | |
parent | 68dc4829b394d07f09709a0bbc17008fa523705f (diff) | |
download | afl++-d85722a4f6329940545dd66bf16718d591fca681.tar.gz |
deterministic fuzzing and -z
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 48003f4b..2f0fba33 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -3,6 +3,11 @@ This is the list of all noteworthy changes made in every public release of the tool. See README.md for the general instruction manual. +### Version ++4.20a (dev) + - afl-fuzz: + - the new deterministic fuzzing feature is now activated by default, + deactivate with -z. Parameters -d and -D are ignored. + ### Version ++4.10c (release) - afl-fuzz: - default power schedule is now EXPLORE, due a fix in fast schedules |