mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 03:18:07 +00:00
add AFL_FINAL_SYNC
This commit is contained in:
@ -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];
|
||||
|
Reference in New Issue
Block a user