diff options
author | vanhauser-thc <vh@thc.org> | 2023-05-10 16:09:18 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-05-10 16:09:18 +0200 |
commit | 70da0c2e405102dc044cb4bed0f4f1e847c90d0b (patch) | |
tree | b4c19efbd2e7d479c0cdf7a4837a9d056fa533f4 /include/envs.h | |
parent | c97caa6e1095a4bce8f0c32108e6e33f7ac240e4 (diff) | |
download | afl++-70da0c2e405102dc044cb4bed0f4f1e847c90d0b.tar.gz |
better tritondse support
Diffstat (limited to 'include/envs.h')
-rw-r--r-- | include/envs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/envs.h b/include/envs.h index fe5ee0e3..edfd06e4 100644 --- a/include/envs.h +++ b/include/envs.h @@ -37,6 +37,10 @@ static char *afl_environment_variables[] = { "AFL_CRASH_EXITCODE", "AFL_CUSTOM_MUTATOR_LIBRARY", "AFL_CUSTOM_MUTATOR_ONLY", + "AFL_CUSTOM_INFO_PROGRAM", + "AFL_CUSTOM_INFO_PROGRAM_ARGV", + "AFL_CUSTOM_INFO_PROGRAM_INPUT", + "AFL_CUSTOM_INFO_OUT", "AFL_CXX", "AFL_CYCLE_SCHEDULES", "AFL_DEBUG", |