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