diff options
author | Your Name <you@example.com> | 2021-10-26 18:48:13 +0100 |
---|---|---|
committer | Your Name <you@example.com> | 2021-10-26 18:48:13 +0100 |
commit | f14b3bd9de4570a30c0f89bac2879ee3a7cfbcae (patch) | |
tree | b0aa07bf81c1257f16bbf1092526b19c508391ad /include | |
parent | 4b631c9a198a28538da122f90524811c338ad20d (diff) | |
download | afl++-f14b3bd9de4570a30c0f89bac2879ee3a7cfbcae.tar.gz |
Fix issues with Yama restrictions in FRIDA mode
Diffstat (limited to 'include')
-rw-r--r-- | include/envs.h | 1 |
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", |