diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-03-27 23:24:42 +0100 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-03-27 23:24:42 +0100 |
commit | 5e389a0970736030d6db59d27593e3173df5e18c (patch) | |
tree | 904d367a964aa3cc638c63c2ac8948c42d588549 /README.md | |
parent | 11414596077922dfccac6579df62d86bd7a758ef (diff) | |
parent | 7c76b7db04b7068c3b52f3a0eeaf19d468425e79 (diff) | |
download | afl++-5e389a0970736030d6db59d27593e3173df5e18c.tar.gz |
Less allocs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 781c8b49..827a7aec 100644 --- a/README.md +++ b/README.md @@ -259,7 +259,7 @@ superior to blind fuzzing or coverage-only tools. ## Instrumenting programs for use with AFL 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. +instead of afl-gcc/afl-g++ is much faster and has many cool features. See llvm_mode/ - however few code does not compile with llvm. We support llvm versions 3.8.0 to 11. |