diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-09-12 16:57:17 +0200 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-09-12 16:57:17 +0200 |
commit | 75d28813023c00144675eae7b75f4138ae9f317e (patch) | |
tree | e4b1d695fab792be888fc2a821b4b9b670ce7122 /qemu_mode/patches/afl-qemu-common.h | |
parent | 95b641198e512bdaf3f8c142d5f6d58495d527a8 (diff) | |
download | afl++-75d28813023c00144675eae7b75f4138ae9f317e.tar.gz |
ret addr patching
Diffstat (limited to 'qemu_mode/patches/afl-qemu-common.h')
-rw-r--r-- | qemu_mode/patches/afl-qemu-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu_mode/patches/afl-qemu-common.h b/qemu_mode/patches/afl-qemu-common.h index f05dc05b..053585a7 100644 --- a/qemu_mode/patches/afl-qemu-common.h +++ b/qemu_mode/patches/afl-qemu-common.h @@ -57,6 +57,7 @@ extern abi_ulong afl_persistent_ret_addr; extern u8 afl_compcov_level; extern unsigned char afl_fork_child; extern unsigned char is_persistent; +extern target_long persistent_stack_offset; extern __thread abi_ulong afl_prev_loc; |