about summary refs log tree commit diff
path: root/src/afl-fuzz.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2023-08-04 09:12:27 +0200
committerGitHub <noreply@github.com>2023-08-04 09:12:27 +0200
commit4a9264444f8868cc476c926f48c233709766050d (patch)
tree82f8d4b1feacf026fabda235a301838ff94265da /src/afl-fuzz.c
parent0265b39c138e1451accc048d3442a1e15d7ae86c (diff)
parent5d78a6f592fff853ff722f2722a6576b0f565abd (diff)
downloadafl++-4a9264444f8868cc476c926f48c233709766050d.tar.gz
Merge pull request #1823 from schumilo/dev
Nyx mode updates
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r--src/afl-fuzz.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index bacbafc4..9504d908 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -299,6 +299,9 @@ static void usage(u8 *argv0, int more_help) {
       "AFL_NO_SNAPSHOT: do not use the snapshot feature (if the snapshot lkm is loaded)\n"
       "AFL_NO_STARTUP_CALIBRATION: no initial seed calibration, start fuzzing at once\n"
       "AFL_NO_UI: switch status screen off\n"
+      "AFL_NYX_AUX_SIZE: size of the Nyx auxiliary buffer. Must be a multiple of 4096.\n"
+      "                  Increase this value in case the crash reports are truncated.\n"
+      "                  Default value is 4096.\n"
 
       DYN_COLOR