about summary refs log tree commit diff
path: root/include/envs.h
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 /include/envs.h
parent1fd1f0d8ce0db7e5ccee4462c85c264dcfca328d (diff)
downloadafl++-08a6fd7c29489f5477f50b94d7a0e425f64fef34.tar.gz
update the old nyx env var naming scheme
(to have a more consistent naming overall)
Diffstat (limited to 'include/envs.h')
-rw-r--r--include/envs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/envs.h b/include/envs.h
index 0ef331ae..ff303387 100644
--- a/include/envs.h
+++ b/include/envs.h
@@ -190,6 +190,8 @@ static char *afl_environment_variables[] = {
     "AFL_NO_X86",  // not really an env but we dont want to warn on it
     "AFL_NOOPT",
     "AFL_NYX_AUX_SIZE",
+    "AFL_NYX_DISABLE_SNAPSHOT_MODE",
+    "AFL_NYX_REUSE_SNAPSHOT",
     "AFL_PASSTHROUGH",
     "AFL_PATH",
     "AFL_PERFORMANCE_FILE",