diff options
-rw-r--r-- | include/envs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/envs.h b/include/envs.h index d9f1e0dc..2dc1dbbf 100644 --- a/include/envs.h +++ b/include/envs.h @@ -119,6 +119,9 @@ static char *afl_environment_variables[] = { "AFL_QEMU_PERSISTENT_HOOK", "AFL_QEMU_PERSISTENT_RET", "AFL_QEMU_PERSISTENT_RETADDR_OFFSET", + "AFL_QEMU_PERSISTENT_EXITS", + "AFL_QEMU_INST_RANGES", + "AFL_QEMU_SNAPSHOT", "AFL_QUIET", "AFL_RANDOM_ALLOC_CANARY", "AFL_REAL_PATH", |