diff options
author | Your Name <you@example.com> | 2022-02-18 17:39:21 +0000 |
---|---|---|
committer | Your Name <you@example.com> | 2022-02-18 17:39:21 +0000 |
commit | 852c036cae97113daac3ba5a791554bbbd5c8903 (patch) | |
tree | c2cd8c1bba32d5ca5e17d74dcd97e1bf6f7e589b /include/envs.h | |
parent | a5943dc782d1a6047aaa8f455ab37e4a31369311 (diff) | |
download | afl++-852c036cae97113daac3ba5a791554bbbd5c8903.tar.gz |
Add global caching of block translation to instrumentation
Diffstat (limited to 'include/envs.h')
-rw-r--r-- | include/envs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/envs.h b/include/envs.h index 1f6d33e6..fc276f8f 100644 --- a/include/envs.h +++ b/include/envs.h @@ -57,10 +57,12 @@ static char *afl_environment_variables[] = { "AFL_FRIDA_DEBUG_MAPS", "AFL_FRIDA_DRIVER_NO_HOOK", "AFL_FRIDA_EXCLUDE_RANGES", + "AFL_FRIDA_INST_CACHE_SIZE", "AFL_FRIDA_INST_COVERAGE_FILE", "AFL_FRIDA_INST_DEBUG_FILE", "AFL_FRIDA_INST_INSN", "AFL_FRIDA_INST_JIT", + "AFL_FRIDA_INST_NO_CACHE", "AFL_FRIDA_INST_NO_OPTIMIZE", "AFL_FRIDA_INST_NO_PREFETCH", "AFL_FRIDA_INST_NO_PREFETCH_BACKPATCH", |