about summary refs log tree commit diff
path: root/frida_mode/include/module.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2022-02-18 11:04:45 +0100
committerGitHub <noreply@github.com>2022-02-18 11:04:45 +0100
commita5943dc782d1a6047aaa8f455ab37e4a31369311 (patch)
tree9ffc1ca018245aa6533a9194da7c21a03c4e4a7c /frida_mode/include/module.h
parent8fc249d210ad49e3dd88d1409877ca64d9884690 (diff)
parentfc7bf33fb144162ede0c2d56b91ad31143113f16 (diff)
downloadafl++-a5943dc782d1a6047aaa8f455ab37e4a31369311.tar.gz
Merge pull request #1332 from WorksButNotTested/module
Module
Diffstat (limited to 'frida_mode/include/module.h')
-rw-r--r--frida_mode/include/module.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/frida_mode/include/module.h b/frida_mode/include/module.h
new file mode 100644
index 00000000..b66f7feb
--- /dev/null
+++ b/frida_mode/include/module.h
@@ -0,0 +1,11 @@
+#ifndef _MODULE_H
+#define _MODULE_H
+
+#include "frida-gumjs.h"
+
+void module_config(void);
+
+void module_init(void);
+
+#endif
+