diff options
author | van Hauser <vh@thc.org> | 2020-12-01 13:13:11 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-12-01 13:13:11 +0100 |
commit | 8584f9d2b5de9687c518c672e471f4f8cd9166fa (patch) | |
tree | 568533382f57e7d631962b94fb5d1742c0377112 /src/afl-fuzz.c | |
parent | f7d8643dc4531a9aa8849d4acf2a96b0d8ae5c3c (diff) | |
download | afl++-8584f9d2b5de9687c518c672e471f4f8cd9166fa.tar.gz |
added AFL_NO_AUTODICT
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 b60908da..b91d862d 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -187,6 +187,7 @@ static void usage(u8 *argv0, int more_help) { " used. Defaults to 200.\n" "AFL_NO_AFFINITY: do not check for an unused cpu core to use for fuzzing\n" "AFL_NO_ARITH: skip arithmetic mutations in deterministic stage\n" + "AFL_NO_AUTODICT: do not load an offered auto dictionary compiled into a target\n" "AFL_NO_CPU_RED: avoid red color for showing very high cpu usage\n" "AFL_NO_FORKSRV: run target via execve instead of using the forkserver\n" "AFL_NO_SNAPSHOT: do not use the snapshot feature (if the snapshot lkm is loaded)\n" |