about summary refs log tree commit diff
path: root/include/common.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-11-16 10:51:19 +0100
committerGitHub <noreply@github.com>2021-11-16 10:51:19 +0100
commit464f1a78dff320609d4580a7b2493dc5b527df67 (patch)
tree828fae4c389535372e8bd61ddc8a4c02b751ddac /include/common.h
parent02b621e83c5242493dd6353a158414083885623a (diff)
parent3f864fa129c821ff35771ad0fe74c9e1ec88ee08 (diff)
downloadafl++-464f1a78dff320609d4580a7b2493dc5b527df67.tar.gz
Merge pull request #1156 from retrage/retrage/coresight-mode-pr
Add CoreSight mode support
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index e3997aa4..6c8e3b3a 100644
--- a/include/common.h
+++ b/include/common.h
@@ -46,6 +46,7 @@ void check_environment_vars(char **env);
 char **argv_cpy_dup(int argc, char **argv);
 void   argv_cpy_free(char **argv);
 
+char **get_cs_argv(u8 *own_loc, u8 **target_path_p, int argc, 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);