diff options
author | hexcoder- <heiko@hexco.de> | 2020-09-01 19:54:18 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-09-01 19:54:18 +0200 |
commit | 6340674a23e9b8d2e8b3a8705be1129363a60d46 (patch) | |
tree | a65cc9c9069933317c2a0560e0d5525de5c8785f /src/afl-fuzz.c | |
parent | 4538f689ede6743d097c85ded2fdcb4f9663020b (diff) | |
parent | e4a86b40a5504c608d6ba7f44133ab39b24ac6f8 (diff) | |
download | afl++-6340674a23e9b8d2e8b3a8705be1129363a60d46.tar.gz |
Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r-- | src/afl-fuzz.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index 5ad2ace9..0df6c15c 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -178,8 +178,9 @@ static void usage(u8 *argv0, int more_help) { "AFL_IMPORT_FIRST: sync and import test cases from other fuzzer instances first\n" "AFL_MAP_SIZE: the shared memory size for that target. must be >= the size\n" " the target was compiled for\n" - "AFL_MAX_DET_EXTRAS: if the dict/extras file contains more tokens than this threshold,\n" - " the tokens will sometimes be skipped during fuzzing.\n" + "AFL_MAX_DET_EXTRAS: if more entries are in the dictionary list than this value\n" + " then they are randomly selected instead all of them being\n" + " 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_CPU_RED: avoid red color for showing very high cpu usage\n" |