mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 09:11:34 +00:00
Fix branch suppression for ARM64
This commit is contained in:
parent
6dd9764cf6
commit
0885dda767
@ -196,7 +196,7 @@ static void instrument_coverage_switch(GumStalkerObserver *self,
|
||||
insn = instrument_disassemble(from_insn);
|
||||
deterministic = instrument_is_deterministic(insn);
|
||||
cs_free(insn, 1);
|
||||
if (deterministic) { return; }
|
||||
if (!deterministic) { return; }
|
||||
|
||||
/*
|
||||
* Since each block is prefixed with a restoration prologue, we need to be
|
||||
|
Loading…
x
Reference in New Issue
Block a user