diff options
author | van Hauser <vh@thc.org> | 2020-04-08 12:34:01 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-04-08 12:34:01 +0200 |
commit | 968295ed815aefdaf89286fa2e14d7971311a698 (patch) | |
tree | 250dd13a036e86c00d25c451e24d29750a60d699 /src/afl-fuzz.c | |
parent | 48e366d7a8507997bb386b181401f37a421bd843 (diff) | |
download | afl++-968295ed815aefdaf89286fa2e14d7971311a698.tar.gz |
added snapshot feature to documentation
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r-- | src/afl-fuzz.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index ad4f5b6b..e348f758 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -165,6 +165,7 @@ static void usage(afl_state_t *afl, u8 *argv0, int more_help) { "AFL_FORCE_UI: force showing the status screen (for virtual consoles)\n" "AFL_NO_CPU_RED: avoid red color for showing very high cpu usage\n" "AFL_SKIP_CPUFREQ: do not warn about variable cpu clocking\n" + "AFL_NO_SNAPSHOT: do not use the snapshot feature (if the snapshot lkm is loaded\n" "AFL_NO_FORKSRV: run target via execve instead of using the forkserver\n" "AFL_NO_ARITH: skip arithmetic mutations in deterministic stage\n" "AFL_SHUFFLE_QUEUE: reorder the input queue randomly on startup\n" |