about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorSergej Schumilo <sergej@schumilo.de>2021-12-28 15:51:43 +0100
committerSergej Schumilo <sergej@schumilo.de>2021-12-28 15:51:43 +0100
commit41291d8c72f91f5c4544de384e8dc5c2817364f0 (patch)
tree25161d8b9c2d45f4de222a30fea63b8359248acb /GNUmakefile
parentf9d4dcdd85fcbc29672a58801fea0f388691ec5f (diff)
downloadafl++-41291d8c72f91f5c4544de384e8dc5c2817364f0.tar.gz
add Nyx mode
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index a2c80261..fc1d2768 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -346,7 +346,7 @@ help:
 	@echo "HELP --- the following make targets exist:"
 	@echo "=========================================="
 	@echo "all: the main afl++ binaries and llvm/gcc instrumentation"
-	@echo "binary-only: everything for binary-only fuzzing: frida_mode, qemu_mode, frida_mode, unicorn_mode, coresight_mode, libdislocator, libtokencap"
+	@echo "binary-only: everything for binary-only fuzzing: frida_mode, nyx_mode, qemu_mode, frida_mode, unicorn_mode, coresight_mode, libdislocator, libtokencap"
 	@echo "source-only: everything for source code fuzzing: libdislocator, libtokencap"
 	@echo "distrib: everything (for both binary-only and source code fuzzing)"
 	@echo "man: creates simple man pages from the help option of the programs"
@@ -636,6 +636,7 @@ ifeq "$(ARCH)" "aarch64"
 endif
 	-cd qemu_mode && sh ./build_qemu_support.sh
 	-cd unicorn_mode && unset CFLAGS && sh ./build_unicorn_support.sh
+	-cd nyx_mode && sh ./build_nyx_support.sh
 endif
 
 .PHONY: source-only