about summary refs log tree commit diff
path: root/frida_mode/include/stalker.h
blob: 186ead11fceff482c2a09511fb24f171700486d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _STALKER_H
#define _STALKER_H

#include "frida-gum.h"

void        stalker_init(void);
GumStalker *stalker_get(void);
void        stalker_start(void);

#endif