add AFL_FINAL_SYNC

This commit is contained in:
marc
2023-08-11 11:22:18 +02:00
parent 1cd9258768
commit 8823f22a9c
6 changed files with 31 additions and 9 deletions

View File

@ -2899,6 +2899,15 @@ stop_fuzzing:
time_spent_working / afl->fsrv.total_execs);
#endif
if (afl->afl_env.afl_final_sync) {
SAYF(cYEL "[!] " cRST "\nPerforming final sync, this make take some time ...\n");
sync_fuzzers(afl);
write_bitmap(afl);
SAYF(cYEL "[!] " cRST "Done!\n\n");
}
if (afl->is_main_node) {
u8 path[PATH_MAX];