about summary refs log tree commit diff
path: root/src/afl-fuzz-stats.c
AgeCommit message (Collapse)Author
2022-04-03pizza mode on 1st of aprilvanhauser-thc
2022-04-02Fix dyslexia and clang formatCarlo Maragno
2022-04-01Fix layoutCarlo Maragno
2022-04-01Add basic support for Italian usersCarlo Maragno
2022-01-01welcome 2022vanhauser-thc
2021-12-28nyx code formatvanhauser-thc
2021-12-28add Nyx modeSergej Schumilo
2021-12-12code formatyuawn
2021-12-12fix fuzzer_stats parameter orderyuawn
2021-12-09more renamevanhauser-thc
2021-12-09rename pathvanhauser-thc
2021-12-02fixesvanhauser-thc
2021-11-11Add initial CoreSight mode supportAkira Moroo
The original code is: https://github.com/RICSecLab/AFLplusplus-cs/tree/retrage/coresight-mode-pr Signed-off-by: Akira Moroo <retrage01@gmail.com>
2021-11-07Merge pull request #1141 from AFLplusplus/afl4van Hauser
cmplog enhancement variant
2021-11-06http->httpsvanhauser-thc
2021-11-03Merge pull request #1142 from AFLplusplus/devvan Hauser
Dev
2021-10-18better ui bannervanhauser-thc
2021-10-17new rtn cmplog: instrumentation side + supporting functionsvanhauser-thc
2021-10-01fix -nvanhauser-thc
2021-08-20fix typo fixhexcoder
2021-08-17fix typovanhauser-thc
2021-08-12AFL_IGNORE_PROBLEMS + library checks and documentationvanhauser-thc
2021-08-10Warn if "paths_total" property from stats file is inconsistentmqf20
2021-06-16correct map size for small targetsvanhauser-thc
2021-06-07write target errors to out_dir/error.txtvanhauser-thc
2021-06-04fix overflowing UI fields 'now processing'hexcoder-
2021-06-04fix ui fuzzing stage index (#960)yuan
2021-05-11fix a few cur_time usesvanhauser-thc
2021-05-10code-formatvanhauser-thc
2021-05-10afl-plot: relative timevanhauser-thc
2021-05-08ensure crashes/README.txt existsvanhauser-thc
2021-05-07Exit on time (#904)Roman M. Iudichev
* Variable AFL_EXIT_ON_TIME description has been added. Variables AFL_EXIT_ON_TIME and afl_exit_on_time has been added. afl->exit_on_time variable initialization has been added. The asignment of a value to the afl->afl_env.afl_exit_on_time variable from environment variables has been added. Code to exit on timeout if new path not found has been added. * Type of afl_exit_on_time variable has been changed. Variable exit_on_time has been added to the afl_state_t structure. * Command `export AFL_EXIT_WHEN_DONE=1` has been added. * Millisecond to second conversion has been added. Call get_cur_time() has been added. * Revert to using the saved current time value. * Useless check has been removed.
2021-04-30fix statsd writingvanhauser-thc
2021-04-16reworked formatting in order to avoid gcc 8.3.0 warningshexcoder-
2021-04-16fix nitsvanhauser-thc
2021-04-15fix uivanhauser-thc
2021-04-15fix warningsvanhauser-thc
2021-04-15fix writing stat file on exitvanhauser-thc
2021-04-14ui updatevanhauser-thc
2021-04-13ui custom mutator only displayvanhauser-thc
2021-04-13display dictionary usage in havoc only modevanhauser-thc
2021-04-09update grammar-mutator, show better fuzzing strategy yieldsvanhauser-thc
2021-03-21formatvanhauser-thc
2021-03-19update plot_data timestamps to be relativerichinseattle@gmail.com
2021-03-12unique crashes yellow on resume (#801)Dominik Maier
2021-03-11implemented #801Dominik Maier
2021-02-25changing the -t ...+ meaning to "auto-calculate buth this is the max"vanhauser-thc
2021-02-25edges in afl-plotAndrea Fioraldi
2021-02-24edges in plot fileAndrea Fioraldi
2021-02-07prev_run_time loaded used only for ui and when writing the stats filevj-27