diff options
author | Sergej Schumilo <sergej@schumilo.de> | 2023-08-03 14:40:10 +0200 |
---|---|---|
committer | Sergej Schumilo <sergej@schumilo.de> | 2023-08-03 14:40:10 +0200 |
commit | 8f31086a7fa1d7ef9d4dc416f238a10dd140e2d3 (patch) | |
tree | c017e2385efb966b3d35981e348ead0e96c7d3ba /src/afl-fuzz.c | |
parent | 641c551ba05bcd602bd351cb705b14cd652e0dda (diff) | |
download | afl++-8f31086a7fa1d7ef9d4dc416f238a10dd140e2d3.tar.gz |
make nyx aux buffer size configurable
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r-- | src/afl-fuzz.c | 3 |
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 |