about summary refs log tree commit diff
path: root/include/envs.h
diff options
context:
space:
mode:
authorWorksButNotTested <62701594+WorksButNotTested@users.noreply.github.com>2021-06-11 09:51:47 +0100
committerGitHub <noreply@github.com>2021-06-11 10:51:47 +0200
commitb9f260452e69834c4eeb3be136474463d8fa6b70 (patch)
tree27ae5ad79c79052d8cf03bc809fb4e1f1ac17fe9 /include/envs.h
parent8dd30947cb6431b1805e68aa3aeba4ae7aefa4d4 (diff)
downloadafl++-b9f260452e69834c4eeb3be136474463d8fa6b70.tar.gz
Improve tracing support to include real addresses and edge ids and also support logging edges only once (#972)
Co-authored-by: Your Name <you@example.com>
Diffstat (limited to 'include/envs.h')
-rw-r--r--include/envs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/envs.h b/include/envs.h
index ea912a25..54bb6597 100644
--- a/include/envs.h
+++ b/include/envs.h
@@ -60,6 +60,7 @@ static char *afl_environment_variables[] = {
     "AFL_FRIDA_INST_NO_PREFETCH",
     "AFL_FRIDA_INST_RANGES",
     "AFL_FRIDA_INST_TRACE",
+    "AFL_FRIDA_INST_UNSTABLE",
     "AFL_FRIDA_OUTPUT_STDOUT",
     "AFL_FRIDA_OUTPUT_STDERR",
     "AFL_FRIDA_PERSISTENT_ADDR",