aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatt C <mattz0rt@gmail.com>2019-10-01 16:20:24 -0400
committerMatt C <mattz0rt@gmail.com>2019-10-01 16:33:46 -0400
commitc8d3d813ff0a6ec15b1951a90e0870f283e06ee8 (patch)
treee7af070369eeaec0663e3efdc8193ae3b70aa021 /README.md
parent8eafa90105edff6400d09151e2c2b48444a37b28 (diff)
downloadAFLplusplus-c8d3d813ff0a6ec15b1951a90e0870f283e06ee8.tar.gz
Formatting and documentation improvements
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