diff options
author | vanhauser-thc <vh@thc.org> | 2024-10-16 18:26:08 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-10-16 18:26:08 +0200 |
commit | 4cc9232485618712a158ca8fddc42f1fee1c530f (patch) | |
tree | 508f61d128e465cd1f67cf09cdd975df5a8cd308 /include/envs.h | |
parent | 20c46c0ed6465d49034939416efc979674425dd6 (diff) | |
download | afl++-4cc9232485618712a158ca8fddc42f1fee1c530f.tar.gz |
add AFL_OPT_LEVEL support
Diffstat (limited to 'include/envs.h')
-rw-r--r-- | include/envs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/envs.h b/include/envs.h index 3accbda0..202de752 100644 --- a/include/envs.h +++ b/include/envs.h @@ -49,7 +49,7 @@ static char *afl_environment_variables[] = { "AFL_FRIDA_PERSISTENT_RET", "AFL_FRIDA_STALKER_ADJACENT_BLOCKS", "AFL_FRIDA_STALKER_IC_ENTRIES", "AFL_FRIDA_STALKER_NO_BACKPATCH", "AFL_FRIDA_STATS_FILE", "AFL_FRIDA_STATS_INTERVAL", "AFL_FRIDA_TRACEABLE", - "AFL_FRIDA_VERBOSE", "AFL_OLD_FORKSERVER", + "AFL_FRIDA_VERBOSE", "AFL_OLD_FORKSERVER", "AFL_OPT_LEVEL", "AFL_FUZZER_ARGS", // oss-fuzz "AFL_FUZZER_STATS_UPDATE_INTERVAL", "AFL_GDB", "AFL_GCC_ALLOWLIST", "AFL_GCC_DENYLIST", "AFL_GCC_BLOCKLIST", "AFL_GCC_INSTRUMENT_FILE", |