about summary refs log tree commit diff
path: root/src/afl-fuzz.c
diff options
context:
space:
mode:
authorSergej Schumilo <sergej@schumilo.de>2023-08-04 12:13:06 +0200
committerSergej Schumilo <sergej@schumilo.de>2023-08-04 12:13:06 +0200
commit08a6fd7c29489f5477f50b94d7a0e425f64fef34 (patch)
treedb2968fbb507ce964fd807a4a80ae97e4168438e /src/afl-fuzz.c
parent1fd1f0d8ce0db7e5ccee4462c85c264dcfca328d (diff)
downloadafl++-08a6fd7c29489f5477f50b94d7a0e425f64fef34.tar.gz
update the old nyx env var naming scheme
(to have a more consistent naming overall)
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r--src/afl-fuzz.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index 29659013..3d7adf41 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -302,7 +302,8 @@ static void usage(u8 *argv0, int more_help) {
       "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"
-
+      "AFL_NYX_DISABLE_SNAPSHOT_MODE: disable snapshot mode (must be supported by the agent)\n"
+      "AFL_NYX_REUSE_SNAPSHOT: reuse an existing Nyx root snapshot\n"
       DYN_COLOR
 
       "AFL_PATH: path to AFL support binaries\n"