mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 19:38:09 +00:00
Bumped warnings up to the max and fixed remaining issues (#890)
Co-authored-by: Your Name <you@example.com>
This commit is contained in:
committed by
GitHub
parent
f112357e61
commit
3a0d4fe0d0
@ -1,6 +1,5 @@
|
||||
|
||||
#ifndef _PERSISTENT_H
|
||||
|
||||
#define _PERSISTENT_H
|
||||
|
||||
#include "frida-gum.h"
|
||||
@ -17,9 +16,9 @@ extern int __afl_persistent_loop(unsigned int max_cnt);
|
||||
extern unsigned int * __afl_fuzz_len;
|
||||
extern unsigned char *__afl_fuzz_ptr;
|
||||
|
||||
guint64 persistent_start;
|
||||
guint64 persistent_count;
|
||||
afl_persistent_hook_fn hook;
|
||||
extern guint64 persistent_start;
|
||||
extern guint64 persistent_count;
|
||||
extern afl_persistent_hook_fn hook;
|
||||
|
||||
void persistent_init(void);
|
||||
|
||||
@ -29,3 +28,4 @@ gboolean persistent_is_supported(void);
|
||||
void persistent_prologue(GumStalkerOutput *output);
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user