about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-10-26 18:48:13 +0100
committerYour Name <you@example.com>2021-10-26 18:48:13 +0100
commitf14b3bd9de4570a30c0f89bac2879ee3a7cfbcae (patch)
treeb0aa07bf81c1257f16bbf1092526b19c508391ad /include
parent4b631c9a198a28538da122f90524811c338ad20d (diff)
downloadafl++-f14b3bd9de4570a30c0f89bac2879ee3a7cfbcae.tar.gz
Fix issues with Yama restrictions in FRIDA mode
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 e3957147..61267a0d 100644
--- a/include/envs.h
+++ b/include/envs.h
@@ -76,6 +76,7 @@ static char *afl_environment_variables[] = {
     "AFL_FRIDA_PERSISTENT_RET",
     "AFL_FRIDA_STATS_FILE",
     "AFL_FRIDA_STATS_INTERVAL",
+    "AFL_FRIDA_TRACEABLE",
     "AFL_FUZZER_ARGS",  // oss-fuzz
     "AFL_GDB",
     "AFL_GCC_ALLOWLIST",