diff options
author | van Hauser <vh@thc.org> | 2023-08-04 10:50:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-04 10:50:46 +0000 |
commit | 738a6c07311a41515146c3adab04bce9336a160c (patch) | |
tree | 1ba971ff87fc0e32f82be2bbd3f0d23cf1661229 /include | |
parent | 0a28bce0167416aa5dbe9d23c242f4ec43e79b75 (diff) | |
parent | c2a0a245940f71c466a776d1217adac3f8b25373 (diff) | |
download | afl++-738a6c07311a41515146c3adab04bce9336a160c.tar.gz |
Merge pull request #1824 from schumilo/dev
Nyx mode - minor changes
Diffstat (limited to 'include')
-rw-r--r-- | include/envs.h | 2 |
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", |