mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-20 05:23:43 +00:00
Fix issues with Yama restrictions in FRIDA mode
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
#include "frida-gumjs.h"
|
||||
|
||||
extern guint64 entry_point;
|
||||
extern gboolean traceable;
|
||||
extern gboolean entry_compiled;
|
||||
extern gboolean entry_run;
|
||||
|
||||
@ -15,5 +16,7 @@ void entry_start(void);
|
||||
|
||||
void entry_prologue(GumStalkerIterator *iterator, GumStalkerOutput *output);
|
||||
|
||||
void entry_on_fork(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user