about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorYour Name <you@example.com>2022-02-18 08:10:19 +0000
committerYour Name <you@example.com>2022-02-18 08:10:19 +0000
commit5f45f380c3d9837a5a8457cf749b27a8afbd3f53 (patch)
treed58aba70a7467e494b993bd8d72d9a915ef43cd0 /include
parentcb1256499f7e07fd0edf0958d08b958fec63c34c (diff)
downloadafl++-5f45f380c3d9837a5a8457cf749b27a8afbd3f53.tar.gz
Changes to default CMOV instrumentation to off
Diffstat (limited to 'include')
-rw-r--r--include/envs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/envs.h b/include/envs.h
index 2ab3a387..1f6d33e6 100644
--- a/include/envs.h
+++ b/include/envs.h
@@ -59,8 +59,8 @@ static char *afl_environment_variables[] = {
     "AFL_FRIDA_EXCLUDE_RANGES",
     "AFL_FRIDA_INST_COVERAGE_FILE",
     "AFL_FRIDA_INST_DEBUG_FILE",
+    "AFL_FRIDA_INST_INSN",
     "AFL_FRIDA_INST_JIT",
-    "AFL_FRIDA_INST_NO_INSN",
     "AFL_FRIDA_INST_NO_OPTIMIZE",
     "AFL_FRIDA_INST_NO_PREFETCH",
     "AFL_FRIDA_INST_NO_PREFETCH_BACKPATCH",