diff options
author | van Hauser <vh@thc.org> | 2020-04-12 12:18:06 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-04-12 12:18:06 +0200 |
commit | aaf8835cdb39b774ce9636e45a28f2445dfdcb24 (patch) | |
tree | 14724802053e445638bb82593dfd8a35ec4e95cf | |
parent | 0a525f768b8b50e6f20a59489f19a4efe84ccfff (diff) | |
download | afl++-aaf8835cdb39b774ce9636e45a28f2445dfdcb24.tar.gz |
updated changelog
-rw-r--r-- | docs/Changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index a1b55a69..108ebd08 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -17,6 +17,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - afl-fuzz: - variable map size support added (only LTO mode can use this) - snapshot feature usage now visible in UI + - compare-transform/AFL_LLVM_LAF_TRANSFORM_COMPARES now transforms also + static global and local variable comparisons (cannot find all though) - extended forkserver: map_size and more information is communicated to afl-fuzz (and afl-fuzz acts accordingly) - more refactoring |