mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 19:38:09 +00:00
more changes to fuzzer_setup
This commit is contained in:
@ -1128,6 +1128,8 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
|
||||
setup_custom_mutators(afl);
|
||||
|
||||
write_setup_file(afl, argc, argv);
|
||||
|
||||
setup_cmdline_file(afl, argv + optind);
|
||||
|
||||
read_testcases(afl);
|
||||
@ -1274,7 +1276,6 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
|
||||
seek_to = find_start_position(afl);
|
||||
|
||||
write_fuzzer_config_file(afl);
|
||||
write_stats_file(afl, 0, 0, 0);
|
||||
maybe_update_plot_file(afl, 0, 0);
|
||||
save_auto(afl);
|
||||
|
Reference in New Issue
Block a user