about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2019-10-02 20:15:23 +0200
committerAndrea Fioraldi <andreafioraldi@gmail.com>2019-10-02 20:15:23 +0200
commitbaff2ce80f6da4ae64a5c0447e550e04429bca5b (patch)
tree0d08ce533731dc08fa49b3f5827b71c6d108b158 /README.md
parent8a7fed5dfb27b68a328e409e4c3b5d95ca1a57e7 (diff)
parenta962359993654ddcc3568a73e85fcfafcecfa4c5 (diff)
downloadafl++-baff2ce80f6da4ae64a5c0447e550e04429bca5b.tar.gz
Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index cfcdb860..f818e271 100644
--- a/README.md
+++ b/README.md
@@ -105,6 +105,12 @@ These build options exist:
 * clean: cleans everything. for qemu_mode and unicorn_mode it means it deletes all downloads as well
 * help: shows these build options
 
+You can also build statically linked versions of the afl++ binaries by passing the STATIC=1 argument to make:
+
+```shell
+$ make all STATIC=1
+```
+
 
 ## 1) Challenges of guided fuzzing