about summary refs log tree commit diff
path: root/src/afl-fuzz.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2023-04-22 11:32:42 +0200
committerGitHub <noreply@github.com>2023-04-22 11:32:42 +0200
commitc5e5a17d6783bae26fa250e0bb7d1feb6d464dd1 (patch)
tree27d6454e8aafdadcfb02326bfb78d237f5dea44f /src/afl-fuzz.c
parent599b4631a3a40930e54e103f8ad1a69499fd1c8b (diff)
parent228e9527cb0c00644e9601afc0449c586b468576 (diff)
downloadafl++-c5e5a17d6783bae26fa250e0bb7d1feb6d464dd1.tar.gz
Merge pull request #1711 from atnwalk/atnwalk
AFL_POST_PROCESS_KEEP_ORIGINAL env variable for intermediate file formats and ATNwalk custom mutator
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r--src/afl-fuzz.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index 394f33f9..ebdbb3fa 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -292,6 +292,8 @@ static void usage(u8 *argv0, int more_help) {
 
       PERSISTENT_MSG
 
+      "AFL_POST_PROCESS_KEEP_ORIGINAL: save the file as it was prior post-processing to the queue,\n"
+      "                                but execute the post-processed one\n"
       "AFL_PRELOAD: LD_PRELOAD / DYLD_INSERT_LIBRARIES settings for target\n"
       "AFL_TARGET_ENV: pass extra environment variables to target\n"
       "AFL_SHUFFLE_QUEUE: reorder the input queue randomly on startup\n"