diff options
author | van Hauser <vh@thc.org> | 2020-09-04 16:30:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-04 16:30:15 +0200 |
commit | fc19aa96f78cd33ce7d548bad5c7e4d3efa069d1 (patch) | |
tree | 4ad1399aa4fed339a84b526b5a4a818ab8c9011a /include/afl-fuzz.h | |
parent | 6399f84ba2a15a4e41458509cd40a1d8658c8699 (diff) | |
parent | 50f61b64b1bbf2f5354bcff4f1d225965fee2d06 (diff) | |
download | afl++-fc19aa96f78cd33ce7d548bad5c7e4d3efa069d1.tar.gz |
Merge pull request #544 from ThomasTNO/export_env_vars
Export set afl_environment_variables to stats
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index f3a76492..e3c3d5aa 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -945,6 +945,7 @@ void destroy_extras(afl_state_t *); /* Stats */ +void write_fuzzer_config_file(afl_state_t *); void write_stats_file(afl_state_t *, double, double, double); void maybe_update_plot_file(afl_state_t *, double, double); void show_stats(afl_state_t *); |