diff options
author | van Hauser <vh@thc.org> | 2019-10-02 01:48:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-02 01:48:51 +0200 |
commit | 5b45fc5921f25fd5bd2fe216e4c22d7f3988dfa9 (patch) | |
tree | e7af070369eeaec0663e3efdc8193ae3b70aa021 /README.md | |
parent | 19afe50efab221282bfde5993d59c47f98f7c8f9 (diff) | |
parent | c8d3d813ff0a6ec15b1951a90e0870f283e06ee8 (diff) | |
download | afl++-5b45fc5921f25fd5bd2fe216e4c22d7f3988dfa9.tar.gz |
Merge pull request #73 from mattz0rt/static_compilation
Build statically-linked binaries
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 |