diff options
author | van Hauser <vh@thc.org> | 2021-08-20 23:15:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-20 23:15:18 +0200 |
commit | ca9c87dd45d8b9a746a212cbc6ce85b78b637d8c (patch) | |
tree | 665b9368d2c1908cf71dbc4a76517f88c5317d9a /include/envs.h | |
parent | d8c221fade27b75a387587dc7b5e20ab82ec8012 (diff) | |
parent | 028f8ced8f772d82a7efc522ec629bf4a5fff32d (diff) | |
download | afl++-ca9c87dd45d8b9a746a212cbc6ce85b78b637d8c.tar.gz |
Merge pull request #1075 from WorksButNotTested/test
Various New Features & Fixes
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 722fe1a5..dd84748e 100644 --- a/include/envs.h +++ b/include/envs.h @@ -60,6 +60,7 @@ static char *afl_environment_variables[] = { "AFL_FRIDA_INST_JIT", "AFL_FRIDA_INST_NO_OPTIMIZE", "AFL_FRIDA_INST_NO_PREFETCH", + "AFL_FRIDA_INST_NO_PREFETCH_BACKPATCH", "AFL_FRIDA_INST_RANGES", "AFL_FRIDA_INST_SEED", "AFL_FRIDA_INST_TRACE", @@ -74,7 +75,6 @@ static char *afl_environment_variables[] = { "AFL_FRIDA_PERSISTENT_RET", "AFL_FRIDA_STATS_FILE", "AFL_FRIDA_STATS_INTERVAL", - "AFL_FRIDA_STATS_TRANSITIONS", "AFL_FUZZER_ARGS", // oss-fuzz "AFL_GDB", "AFL_GCC_ALLOWLIST", |