mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
neverzero for unicorn_mode
This commit is contained in:
@ -46,7 +46,7 @@ void afl_maybe_log(target_ulong cur_loc) {
|
||||
|
||||
static __thread abi_ulong prev_loc;
|
||||
|
||||
register target_ulong afl_idx = cur_loc ^ prev_loc;
|
||||
register uintptr_t afl_idx = cur_loc ^ prev_loc;
|
||||
|
||||
#if (defined(__x86_64__) || defined(__i386__)) && defined(AFL_QEMU_NOT_ZERO)
|
||||
asm volatile (
|
||||
|
Reference in New Issue
Block a user