diff options
author | hexcoder- <heiko@hexco.de> | 2021-06-08 09:56:11 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2021-06-08 09:56:11 +0200 |
commit | fff8c5e0a855eb26408a555758ebe29044b047cd (patch) | |
tree | aeb1dd439a02d4442738e771f3e47c7a3ca0b511 | |
parent | c7b9171c103fc80da75d2b9648b62aa87cbe76fd (diff) | |
download | afl++-fff8c5e0a855eb26408a555758ebe29044b047cd.tar.gz |
adapt docs to minimum LLVM version
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | docs/Changelog.md | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md index 383d71c4..bc547b3c 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ behaviours and defaults: ## Important features of afl++ - afl++ supports llvm from 6.0 up to version 12, very fast binary fuzzing with QEMU 5.1 + afl++ supports llvm from 3.8 up to version 12, very fast binary fuzzing with QEMU 5.1 with laf-intel and redqueen, frida mode, unicorn mode, gcc plugin, full *BSD, Mac OS, Solaris and Android support and much, much, much more. @@ -296,7 +296,7 @@ anything below 9 is not recommended. | v +---------------------------------+ -| clang/clang++ 6.0+ is available | --> use LLVM mode (afl-clang-fast/afl-clang-fast++) +| clang/clang++ 3.8+ is available | --> use LLVM mode (afl-clang-fast/afl-clang-fast++) +---------------------------------+ see [instrumentation/README.llvm.md](instrumentation/README.llvm.md) | | if not, or if the target fails with LLVM afl-clang-fast/++ diff --git a/docs/Changelog.md b/docs/Changelog.md index 103f5920..6c851460 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -17,6 +17,9 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. an indicator why - afl-cc - support partial linking + - We do support llvm versions from 3.8 again + - afl_analyze + - fix timeout handling and support forkserver - ensure afl-compiler-rt is built for gcc_module - afl-analyze now uses the forkserver for increased performance |