diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md index bb98357e..2edca8af 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@  - Release Version: 2.59c + Release Version: 2.60c - Github Version: 2.59d + Github Version: 2.60d includes all necessary/interesting changes from Google's afl 2.56b @@ -71,9 +71,9 @@ (1) only in LLVM >= 9.0 due to a bug in llvm in previous versions - (2) gcc create non-performant code, hence it is disabled in gcc_plugin + (2) gcc creates non-performant code, hence it is disabled in gcc_plugin - So all in all this is the best-of AFL that is currently out there :-) + So all in all this is the best-of afl that is currently out there :-) For new versions and additional information, check out: [https://github.com/vanhauser-thc/AFLplusplus](https://github.com/vanhauser-thc/AFLplusplus) @@ -124,7 +124,7 @@ afl++ binaries by passing the STATIC=1 argument to make: $ make all STATIC=1 ``` -Note that afl++ is faster and better the newer the compilers used. +Note that afl++ is faster and better the newer the compilers used are. Hence gcc-9 and especially llvm-9 should be the compilers of choice. If your distribution does not have them, you can use the Dockerfile: |