about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2021-01-29 18:52:45 +0100
committerGitHub <noreply@github.com>2021-01-29 18:52:45 +0100
commitb06e3d9f2b4a4cff5d5ba90b89ea3edaaca3ca12 (patch)
treee644d51ded5c1b8b2d65635087129ada735d9ea0 /include
parentdebd832f36b142e1b0b1bab8a6966848a51878f8 (diff)
parentaaec45b6528e41a217de95ca3db1173fb2539672 (diff)
downloadafl++-b06e3d9f2b4a4cff5d5ba90b89ea3edaaca3ca12.tar.gz
Merge pull request #715 from AFLplusplus/qasan
Qasan
Diffstat (limited to 'include')
-rw-r--r--include/common.h1
-rw-r--r--include/envs.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 9490ec5f..bdaa1735 100644
--- a/include/common.h
+++ b/include/common.h
@@ -47,6 +47,7 @@ void   argv_cpy_free(char **argv);
 char **get_qemu_argv(u8 *own_loc, u8 **target_path_p, int argc, char **argv);
 char **get_wine_argv(u8 *own_loc, u8 **target_path_p, int argc, char **argv);
 char * get_afl_env(char *env);
+u8 *get_libqasan_path(u8 *own_loc);
 
 extern u8  be_quiet;
 extern u8 *doc_path;                    /* path to documentation dir        */
diff --git a/include/envs.h b/include/envs.h
index 931cff15..926c9e27 100644
--- a/include/envs.h
+++ b/include/envs.h
@@ -164,6 +164,7 @@ static char *afl_environment_variables[] = {
     "AFL_WINE_PATH",
     "AFL_NO_SNAPSHOT",
     "AFL_EXPAND_HAVOC_NOW",
+    "AFL_USE_QASAN",
     NULL
 
 };