diff options
author | vanhauser-thc <vh@thc.org> | 2021-09-07 17:15:54 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-09-07 17:16:23 +0200 |
commit | f760e80729412a2cd44a12e76b81ccb433626e60 (patch) | |
tree | d41b373b341d5503f6e2d6fdd1247053259cb670 /docs/Changelog.md | |
parent | cb01d566167b8c0d02a19485d13fdd05c1b8347b (diff) | |
download | afl++-f760e80729412a2cd44a12e76b81ccb433626e60.tar.gz |
add check_binary_signatures for afl-* utils
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 0ffbef05..de217c2e 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -15,7 +15,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. information on how to deal with instrumenting libraries - fix a regression introduced in 3.10 that resulted in less coverage being detected. thanks to Collin May for reporting! - + - afl-showmap, afl-tmin and afl-analyze now honor persistent mode + for more speed. thanks to dloffre-snl for reporting! - afl-cc: - fix for shared linking on MacOS - llvm and LTO mode verified to work with new llvm 14-dev |