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 10:50:46 +0000
committerGitHub <noreply@github.com>2023-08-04 10:50:46 +0000
commit738a6c07311a41515146c3adab04bce9336a160c (patch)
tree1ba971ff87fc0e32f82be2bbd3f0d23cf1661229 /src/afl-fuzz.c
parent0a28bce0167416aa5dbe9d23c242f4ec43e79b75 (diff)
parentc2a0a245940f71c466a776d1217adac3f8b25373 (diff)
downloadafl++-738a6c07311a41515146c3adab04bce9336a160c.tar.gz
Merge pull request #1824 from schumilo/dev
Nyx mode - minor changes 
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"