mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 10:38:07 +00:00
persistent qemu retaddr offset
This commit is contained in:
@ -61,6 +61,7 @@ extern target_long persistent_stack_offset;
|
||||
extern unsigned char persistent_first_pass;
|
||||
extern unsigned char persistent_save_gpr;
|
||||
extern target_ulong persistent_saved_gpr[CPU_NB_REGS];
|
||||
extern int persisent_retaddr_offset;
|
||||
|
||||
extern __thread abi_ulong afl_prev_loc;
|
||||
|
||||
|
Reference in New Issue
Block a user