about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-01-03 17:02:29 +0100
committervanhauser-thc <vh@thc.org>2022-01-03 17:02:38 +0100
commit3b96c8ae1333b3f05ea9dbd34e8649499209108f (patch)
tree6014bd0a987da2f7392754e695ad18f67b95a573 /docs
parent226450600cb049dcc49830c95b6a1c2f0ad5f10b (diff)
downloadafl++-3b96c8ae1333b3f05ea9dbd34e8649499209108f.tar.gz
doc nits
Diffstat (limited to 'docs')
-rw-r--r--docs/INSTALL.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index 9d7a1c5b..efec0d8b 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -45,9 +45,10 @@ make source-only
 These build targets exist:
 
 * all: the main afl++ binaries and llvm/gcc instrumentation
-* binary-only: everything for binary-only fuzzing: frida_mode, qemu_mode,
-  unicorn_mode, libdislocator, libtokencap
-* source-only: everything for source code fuzzing: libdislocator, libtokencap
+* binary-only: everything for binary-only fuzzing: frida_mode, nyx_mode,
+  qemu_mode, frida_mode, unicorn_mode, coresight_mode, libdislocator, libtokencap
+* source-only: everything for source code fuzzing: nyx_mode, libdislocator,
+  libtokencap
 * distrib: everything (for both binary-only and source code fuzzing)
 * man: creates simple man pages from the help option of the programs
 * install: installs everything you have compiled with the build options above