about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-11-05 09:16:04 +0100
committervan Hauser <vh@thc.org>2019-11-05 09:16:04 +0100
commitdede2e976400cec53099ab42fa3f4fa73e324d2c (patch)
treecf50b387f4d27b405d9c31854c90c48e36ab52e0 /README.md
parentc9c7e4777e089053ba4cfb847fc0900c6454ac53 (diff)
downloadafl++-dede2e976400cec53099ab42fa3f4fa73e324d2c.tar.gz
dockerfile additions
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index e8d4e6a8..583b7df8 100644
--- a/README.md
+++ b/README.md
@@ -115,6 +115,14 @@ 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.
+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:
+
+```shell
+$ docker build -t aflplusplus
+```
+
 
 ## 1) Challenges of guided fuzzing