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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/frida_mode/include/interceptor.h b/frida_mode/include/interceptor.h
index 5ed3cf49..49c0630a 100644
--- a/frida_mode/include/interceptor.h
+++ b/frida_mode/include/interceptor.h
@@ -1,4 +1,6 @@
 #include "frida-gum.h"
 
 void intercept(void *address, gpointer replacement, gpointer user_data);
+void unintercept(void *address);
+void unintercept_self(void);