mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-09 08:41:32 +00:00
Fix coverage data
This commit is contained in:
parent
c3641fbd97
commit
10c98c2a4c
@ -217,7 +217,7 @@ static void instrument_basic_block(GumStalkerIterator *iterator,
|
|||||||
|
|
||||||
instrument_flush(output);
|
instrument_flush(output);
|
||||||
instrument_debug_end(output);
|
instrument_debug_end(output);
|
||||||
instrument_coverage_end(instr->address);
|
instrument_coverage_end(instr->address + instr->size);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user