bugfix
This commit is contained in:
parent
0cf10fb0ff
commit
6ffc2bbe4f
@ -1799,7 +1799,7 @@ void libafl_exec_edge_one_off(target_ulong src_block, target_ulong dst_block)
|
||||
void libafl_gen_jmp(target_ulong src, target_ulong dst)
|
||||
{
|
||||
uint32_t libafl_id = 0;
|
||||
if (libafl_gen_edge_hook)
|
||||
if (libafl_gen_jmp_hook)
|
||||
libafl_id = libafl_gen_jmp_hook((uint64_t)src, (uint64_t)dst);
|
||||
if (!libafl_exec_jmp_hook || libafl_id == (uint32_t)-1)
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user