diff options
author | vanhauser-thc <vh@thc.org> | 2022-10-30 15:26:17 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-10-30 15:26:17 +0100 |
commit | 6553e24b228459eac8f5c2deeec768b88c73426f (patch) | |
tree | 602b6c0028be207fadf675c82ee628ab4b30f968 /include/envs.h | |
parent | ec19a9b06881b6e69e5d15ea3fba527a0b53fd55 (diff) | |
download | afl++-6553e24b228459eac8f5c2deeec768b88c73426f.tar.gz |
add env
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 0731e86e..68d83f8c 100644 --- a/include/envs.h +++ b/include/envs.h @@ -42,6 +42,7 @@ static char *afl_environment_variables[] = { "AFL_DEBUG", "AFL_DEBUG_CHILD", "AFL_DEBUG_GDB", + "AFL_DEBUG_UNICORN", "AFL_DISABLE_TRIM", "AFL_DISABLE_LLVM_INSTRUMENTATION", "AFL_DONT_OPTIMIZE", |