diff options
| author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-08 18:07:39 +0100 |
|---|---|---|
| committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-08 18:07:39 +0100 |
| commit | e6685436d8c8e5a346b3aa10b9d28098c1ca2dd7 (patch) | |
| tree | 62e8b70a8210da308620b71fab193f71bfef2a8a /docs | |
| parent | 5fa4f47baec7e3dc78e685f9f8a44bf34c3eba53 (diff) | |
| parent | a93e11b79702eece7bda93bc8646c0bb9c2b0b64 (diff) | |
| download | afl++-e6685436d8c8e5a346b3aa10b9d28098c1ca2dd7.tar.gz | |
Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Changelog.md (renamed from docs/ChangeLog.md) | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/ChangeLog.md b/docs/Changelog.md index ad0b9e88..f2c39e65 100644 --- a/docs/ChangeLog.md +++ b/docs/Changelog.md @@ -1,4 +1,4 @@ -# ChangeLog +# Changelog This is the list of all noteworthy changes made in every public release of the tool. See README for the general instruction manual. @@ -25,9 +25,11 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. instrumentation. compile normally and set AFL_LLVM_USE_TRACE_PC :) - LLVM 11 is supported - CmpLog instrumentation using SanCov (see llvm_mode/README.cmplog) - - CmpLog instrumentation for QEMU - - AFL_PERSISTENT_HOOK callback module for persistent QEMU - (see examples/qemu_persistent_hook) + - qemu_mode: + - CmpLog instrumentation for QEMU (-c afl-fuzz command line option) + - AFL_PERSISTENT_HOOK callback module for persistent QEMU + (see examples/qemu_persistent_hook) + - added qemu_mode/README.persistent.md documentation - afl-cmin is now a sh script (invoking awk) instead of bash for portability the original script is still present as afl-cmin.bash - afl-showmap: -i dir option now allows processing multiple inputs using the |
