diff options
author | vanhauser-thc <vh@thc.org> | 2021-02-07 08:27:35 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-02-07 08:27:35 +0100 |
commit | 84f0b4f1874a9c3a5f2da4056f974df8273093d9 (patch) | |
tree | 5dc529dade90ed2ebd987d68b31b6103af759cb0 /include/envs.h | |
parent | faa9daf260e63482121c9e06e1205efe0a7bcf2d (diff) | |
download | afl++-84f0b4f1874a9c3a5f2da4056f974df8273093d9.tar.gz |
persistent replay env setup
Diffstat (limited to 'include/envs.h')
-rw-r--r-- | include/envs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/envs.h b/include/envs.h index 210b34a6..f82bb803 100644 --- a/include/envs.h +++ b/include/envs.h @@ -123,6 +123,7 @@ static char *afl_environment_variables[] = { "AFL_MAX_DET_EXTRAS", "AFL_PATH", "AFL_PERFORMANCE_FILE", + "AFL_PERSISTEN_REPLAY", "AFL_PRELOAD", "AFL_PYTHON_MODULE", "AFL_QEMU_COMPCOV", |