about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-03-07 08:43:01 +0100
committervanhauser-thc <vh@thc.org>2021-03-07 08:43:01 +0100
commitd3f69ab4c6d4f1e2eb3349eec3f1cb9313081151 (patch)
tree0900b7c7984187bbf8bcd5a76147822a476d606f /src
parent517db1b8dc1b310b82a73e3878285ca03249f3e4 (diff)
downloadafl++-d3f69ab4c6d4f1e2eb3349eec3f1cb9313081151.tar.gz
documentation for AFL_PERSISTENT_RECORD
Diffstat (limited to 'src')
-rw-r--r--src/afl-fuzz.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index 267ab075..b2c81580 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -218,6 +218,7 @@ static void usage(u8 *argv0, int more_help) {
       "AFL_PATH: path to AFL support binaries\n"
       "AFL_PYTHON_MODULE: mutate and trim inputs with the specified Python module\n"
       "AFL_QUIET: suppress forkserver status messages\n"
+      "AFL_PERSISTENT_RECORD: record the last X inputs to every crash in out/crashes\n"
       "AFL_PRELOAD: LD_PRELOAD / DYLD_INSERT_LIBRARIES settings for target\n"
       "AFL_SHUFFLE_QUEUE: reorder the input queue randomly on startup\n"
       "AFL_SKIP_BIN_CHECK: skip the check, if the target is an executable\n"