about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-11-09 09:49:09 +0100
committerGitHub <noreply@github.com>2021-11-09 09:49:09 +0100
commit3d9b2b459fb96bb724c9529935b1e2232249d201 (patch)
tree85d1c242ca03f5066b82b66b89b601a5f2bf7855 /include
parent33f9af976be98b14ea185c1415e25d39acc0595a (diff)
parentb834f934d0e6a33f675a30402475c7bc816a37ee (diff)
downloadafl++-3d9b2b459fb96bb724c9529935b1e2232249d201.tar.gz
Merge pull request #1150 from WorksButNotTested/perf-final
Perf final
Diffstat (limited to 'include')
-rw-r--r--include/envs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/envs.h b/include/envs.h
index fd459f14..0ba79092 100644
--- a/include/envs.h
+++ b/include/envs.h
@@ -59,6 +59,7 @@ static char *afl_environment_variables[] = {
     "AFL_FRIDA_INST_COVERAGE_FILE",
     "AFL_FRIDA_INST_DEBUG_FILE",
     "AFL_FRIDA_INST_JIT",
+    "AFL_FRIDA_INST_NO_BACKPATCH",
     "AFL_FRIDA_INST_NO_OPTIMIZE",
     "AFL_FRIDA_INST_NO_PREFETCH",
     "AFL_FRIDA_INST_NO_PREFETCH_BACKPATCH",