aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-12-02 14:50:00 +0100
committervan Hauser <vh@thc.org>2019-12-02 14:50:00 +0100
commit60c8121c1d4172528f5713c486d5dd3f809ec8ac (patch)
treea35e200f4c90593b02ebf7b7f737472e42738b81 /README.md
parent124ec8d297269b6b3066123782a7e92c802d2248 (diff)
downloadafl++-60c8121c1d4172528f5713c486d5dd3f809ec8ac.tar.gz
add code-format target to make help
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 02c1bc2d..20eab9de 100644
--- a/README.md
+++ b/README.md
@@ -105,12 +105,12 @@ is what you should choose.
These build options exist:
* all: just the main afl++ binaries
-* radamsa: build libradamsa
* binary-only: everything for binary-only fuzzing: qemu_mode, unicorn_mode, libdislocator, libtokencap, radamsa
* source-only: everything for source code fuzzing: llvm_mode, libdislocator, libtokencap, radamsa
* distrib: everything (for both binary-only and source code fuzzing)
* install: installs everything you have compiled with the build options above
* clean: cleans everything. for qemu_mode and unicorn_mode it means it deletes all downloads as well
+* code-format: format the code, do this before you commit and send a PR please!
* tests: runs test cases to ensure that all features are still working as they should
* help: shows these build options