diff options
| author | vanhauser-thc <vh@thc.org> | 2021-04-19 11:05:42 +0200 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2021-04-19 11:05:49 +0200 |
| commit | 3b5fa3632b0e482b2915709d7fbec827e1d997b9 (patch) | |
| tree | 07338ec82703c20cc1f78a235ac3ad16e2465bf1 /README.md | |
| parent | 86a8ef168dda766d2f25f15c15c4d3ecf21d0667 (diff) | |
| download | afl++-3b5fa3632b0e482b2915709d7fbec827e1d997b9.tar.gz | |
drop support for llvm < 6.0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 583db85f..4a0f3574 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ behaviours and defaults: ## Important features of afl++ - afl++ supports llvm up to version 12, very fast binary fuzzing with QEMU 5.1 + afl++ supports llvm from 6.0 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. @@ -293,7 +293,7 @@ anything below 9 is not recommended. | v +---------------------------------+ -| clang/clang++ 3.3+ is available | --> use LLVM mode (afl-clang-fast/afl-clang-fast++) +| clang/clang++ 6.0+ 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/++ |
