fix frida mode

This commit is contained in:
vanhauser-thc
2021-04-28 12:57:29 +02:00
parent dde0538b48
commit da65eef572
4 changed files with 10 additions and 8 deletions

View File

@ -1,5 +1,9 @@
#include "frida-gum.h"
#ifndef _PERSISTENT_H
#define _PERSISTENT_H
#include "frida-gum.h"
#include "config.h"
typedef struct arch_api_regs api_regs;
@ -24,3 +28,4 @@ gboolean persistent_is_supported(void);
void persistent_prologue(GumStalkerOutput *output);
#endif