diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-10-02 20:15:23 +0200 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-10-02 20:15:23 +0200 |
commit | baff2ce80f6da4ae64a5c0447e550e04429bca5b (patch) | |
tree | 0d08ce533731dc08fa49b3f5827b71c6d108b158 /README.md | |
parent | 8a7fed5dfb27b68a328e409e4c3b5d95ca1a57e7 (diff) | |
parent | a962359993654ddcc3568a73e85fcfafcecfa4c5 (diff) | |
download | afl++-baff2ce80f6da4ae64a5c0447e550e04429bca5b.tar.gz |
Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
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 |