about summary refs log tree commit diff
path: root/frida_mode/include/interceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'frida_mode/include/interceptor.h')
-rw-r--r--frida_mode/include/interceptor.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/frida_mode/include/interceptor.h b/frida_mode/include/interceptor.h
deleted file mode 100644
index 0ff754a4..00000000
--- a/frida_mode/include/interceptor.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef _INTERCEPTOR_H
-#define _INTERCEPTOR_H
-
-#include "frida-gum.h"
-
-void intercept(void *address, gpointer replacement, gpointer user_data);
-void unintercept(void *address);
-void unintercept_self(void);
-
-#endif
-