about summary refs log tree commit diff
path: root/frida_mode/include/interceptor.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-03-25 20:10:09 +0100
committervanhauser-thc <vh@thc.org>2021-03-25 20:10:09 +0100
commitc169cb3911b33fbc3974005788ade1c9218ade98 (patch)
tree7bf263a8a3a37813a4545b888efd4f9850286a61 /frida_mode/include/interceptor.h
parent00a53a870d7ccd24e13e6cb2bbbd7535964f7737 (diff)
downloadafl++-c169cb3911b33fbc3974005788ade1c9218ade98.tar.gz
integrate frida_mode, code-format
Diffstat (limited to 'frida_mode/include/interceptor.h')
-rw-r--r--frida_mode/include/interceptor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/frida_mode/include/interceptor.h b/frida_mode/include/interceptor.h
new file mode 100644
index 00000000..5ed3cf49
--- /dev/null
+++ b/frida_mode/include/interceptor.h
@@ -0,0 +1,4 @@
+#include "frida-gum.h"
+
+void intercept(void *address, gpointer replacement, gpointer user_data);
+