aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-08-08 10:43:27 +0200
committervan Hauser <vh@thc.org>2019-08-08 10:43:27 +0200
commite1183be22ec38e180ec86737e204c5effbc1648b (patch)
treef3d29ed8af9b780faca38270d715527ec230a981 /README.md
parent2971b5b31527be94037dfc4f60231ee2a0a1ea25 (diff)
downloadAFLplusplus-e1183be22ec38e180ec86737e204c5effbc1648b.tar.gz
documentation update
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2124b862..dff6463b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
# american fuzzy lop plus plus (afl++)
Release Version: 2.53c
+
Github Version: 2.53d
@@ -17,7 +18,7 @@
get any improvements since November 2017.
Among others afl++ has, e.g. more performant llvm_mode, supporting
- llvm up to version 8, Qemu 3.1, more speed and crashfixes for Qemu,
+ llvm up to version 9, Qemu 3.1, more speed and crashfixes for Qemu,
laf-intel feature for Qemu (with libcompcov) and more.
Additionally the following patches have been integrated:
@@ -120,7 +121,7 @@ superior to blind fuzzing or coverage-only tools.
PLEASE NOTE: llvm_mode compilation with afl-clang-fast/afl-clang-fast++
instead of afl-gcc/afl-g++ is much faster and has a few cool features.
See llvm_mode/ - however few code does not compile with llvm.
-We support llvm versions 4.0 to 8.
+We support llvm versions 3.8.0 to 9.
When source code is available, instrumentation can be injected by a companion
tool that works as a drop-in replacement for gcc or clang in any standard build
@@ -143,7 +144,7 @@ For C++ programs, you'd would also want to set `CXX=/path/to/afl/afl-g++`.
The clang wrappers (afl-clang and afl-clang++) can be used in the same way;
clang users may also opt to leverage a higher-performance instrumentation mode,
as described in [llvm_mode/README.llvm](llvm_mode/README.llvm).
-Clang/LLVM has a much better performance and works with LLVM version 4.0 to 8.
+Clang/LLVM has a much better performance and works with LLVM version 3.8.0 to 9.
Using the LAF Intel performance enhancements are also recommended, see
[llvm_mode/README.laf-intel](llvm_mode/README.laf-intel)