diff options
author | van Hauser <vh@thc.org> | 2023-04-22 11:40:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-22 11:40:50 +0200 |
commit | dbb317162415a28e3fd2ff4c574292c924493a00 (patch) | |
tree | 190be094155fbdc8bf642f3b84942c4ad1808060 /src/afl-fuzz.c | |
parent | a326c23210dc2ace37bf1cadcc4521cf5d0b58cb (diff) | |
parent | 6bd48a48cbed1f923ff0999ea24af1f548c2e2bc (diff) | |
download | afl++-dbb317162415a28e3fd2ff4c574292c924493a00.tar.gz |
Merge pull request #1712 from AFLplusplus/dev
push to stable
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r-- | src/afl-fuzz.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index f6628851..ebdbb3fa 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -292,6 +292,8 @@ static void usage(u8 *argv0, int more_help) { PERSISTENT_MSG + "AFL_POST_PROCESS_KEEP_ORIGINAL: save the file as it was prior post-processing to the queue,\n" + " but execute the post-processed one\n" "AFL_PRELOAD: LD_PRELOAD / DYLD_INSERT_LIBRARIES settings for target\n" "AFL_TARGET_ENV: pass extra environment variables to target\n" "AFL_SHUFFLE_QUEUE: reorder the input queue randomly on startup\n" @@ -326,7 +328,7 @@ static void usage(u8 *argv0, int more_help) { } #ifdef USE_PYTHON - SAYF("Compiled with %s module support, see docs/custom_mutator.md\n", + SAYF("Compiled with %s module support, see docs/custom_mutators.md\n", (char *)PYTHON_VERSION); #else SAYF("Compiled without Python module support.\n"); |