about summary refs log tree commit diff
path: root/frida_mode/include/module.h
diff options
context:
space:
mode:
authorYour Name <you@example.com>2022-02-18 08:21:36 +0000
committerYour Name <you@example.com>2022-02-18 08:21:36 +0000
commitfc7bf33fb144162ede0c2d56b91ad31143113f16 (patch)
tree9ffc1ca018245aa6533a9194da7c21a03c4e4a7c /frida_mode/include/module.h
parentfcd06fa99ceeeb9769102357257be0c1e192641e (diff)
downloadafl++-fc7bf33fb144162ede0c2d56b91ad31143113f16.tar.gz
Reserved used address space on dlclose to prevent re-use
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
+