about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-09-01 01:12:40 +0200
committervan Hauser <vh@thc.org>2020-09-01 01:12:40 +0200
commit664daa2f3c7bb76253f6f82b827e1c33d0a0f462 (patch)
tree2b73dd30b43e623ecaff9e50797b2d21186d9762
parented6243df5a284c0e915d577ef45e80218e07907c (diff)
downloadafl++-664daa2f3c7bb76253f6f82b827e1c33d0a0f462.tar.gz
add qemu driver env var
-rw-r--r--include/envs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/envs.h b/include/envs.h
index c7761e19..d9f1e0dc 100644
--- a/include/envs.h
+++ b/include/envs.h
@@ -112,6 +112,7 @@ static char *afl_environment_variables[] = {
     "AFL_QEMU_COMPCOV_DEBUG",
     "AFL_QEMU_DEBUG_MAPS",
     "AFL_QEMU_DISABLE_CACHE",
+    "AFL_QEMU_DRIVER_NO_HOOK",
     "AFL_QEMU_PERSISTENT_ADDR",
     "AFL_QEMU_PERSISTENT_CNT",
     "AFL_QEMU_PERSISTENT_GPR",