about summary refs log tree commit diff
path: root/src/afl-fuzz.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-05-25 10:45:24 +0200
committervanhauser-thc <vh@thc.org>2021-05-25 10:45:24 +0200
commit87b16c4460d34eb775660991732ca0ef0c2f8e78 (patch)
tree702919d7e93fcb45d81949bdff2cbb35909fd5cf /src/afl-fuzz.c
parent8e75adfee5574d6d0dd7fd73e9c0899f3162c964 (diff)
downloadafl++-87b16c4460d34eb775660991732ca0ef0c2f8e78.tar.gz
add AFL_TRY_AFFINITY
Diffstat (limited to 'src/afl-fuzz.c')
-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 3b6ac5e2..bb970e5f 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -220,6 +220,7 @@ static void usage(u8 *argv0, int more_help) {
       "                    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_TRY_AFFINITY: try to bind to an unused core, but don't fail if unsuccessful\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"