diff options
| author | vanhauser-thc <vh@thc.org> | 2021-11-16 11:03:53 +0100 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2021-11-16 11:03:53 +0100 |
| commit | 268339a683aab00f8487eac1ca31ef5d6c6abc4b (patch) | |
| tree | 05bead029a76420a380c5d2625360c70743e04e8 /GNUmakefile | |
| parent | 464f1a78dff320609d4580a7b2493dc5b527df67 (diff) | |
| download | afl++-268339a683aab00f8487eac1ca31ef5d6c6abc4b.tar.gz | |
showmap -A -> -H, accurate help output
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index ab57e7ad..673d2bf8 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -346,7 +346,7 @@ help: @echo "HELP --- the following make targets exist:" @echo "==========================================" @echo "all: just the main afl++ binaries" - @echo "binary-only: everything for binary-only fuzzing: coresight_mode, qemu_mode, unicorn_mode, libdislocator, libtokencap" + @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 "distrib: everything (for both binary-only and source code fuzzing)" @echo "man: creates simple man pages from the help option of the programs" |
