load existing stats file when in AFL_AUTORESUME or -i -

This commit is contained in:
vj-27
2021-02-05 00:26:23 +00:00
parent ec737f3368
commit 6f163bb0c5
3 changed files with 103 additions and 0 deletions

View File

@ -1067,6 +1067,7 @@ void destroy_extras(afl_state_t *);
/* Stats */
void load_stats_file(afl_state_t *);
void write_setup_file(afl_state_t *, u32, char **);
void write_stats_file(afl_state_t *, double, double, double);
void maybe_update_plot_file(afl_state_t *, double, double);