about summary refs log tree commit diff
path: root/frida_mode/include/interceptor.h
blob: 49c0630ae0024e39db5f02c37408a99ef52a407c (plain) (blame)
1
2
3
4
5
6
#include "frida-gum.h"

void intercept(void *address, gpointer replacement, gpointer user_data);
void unintercept(void *address);
void unintercept_self(void);