diff options
| author | vanhauser-thc <vh@thc.org> | 2021-12-26 03:54:29 +0100 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2021-12-26 03:54:29 +0100 |
| commit | 54eca027a5b234c530a59e340a3ad617d1f24384 (patch) | |
| tree | ac6f7595e24a994abbe70e5697f8c0c7a93a76f1 /GNUmakefile | |
| parent | 8fe6282164b5c46032247acd049c8cf38b81ad6b (diff) | |
| download | afl++-54eca027a5b234c530a59e340a3ad617d1f24384.tar.gz | |
doc review
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile index 673d2bf8..a2c80261 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -345,9 +345,9 @@ performance-test: source-only help: @echo "HELP --- the following make targets exist:" @echo "==========================================" - @echo "all: just the main afl++ binaries" - @echo "binary-only: everything for binary-only fuzzing: qemu_mode, frida_mode, unicorn_mode, coresight_mode, libdislocator, libtokencap" - @echo "source-only: everything for source code fuzzing: gcc_plugin, libdislocator, libtokencap" + @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 "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" @echo "install: installs everything you have compiled with the build option above" |
