Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-11 | Add initial CoreSight mode support | Akira 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-07 | Merge pull request #1141 from AFLplusplus/afl4 | van Hauser | |
cmplog enhancement variant | |||
2021-11-06 | http->https | vanhauser-thc | |
2021-11-03 | Merge pull request #1142 from AFLplusplus/dev | van Hauser | |
Dev | |||
2021-10-18 | better ui banner | vanhauser-thc | |
2021-10-17 | new rtn cmplog: instrumentation side + supporting functions | vanhauser-thc | |
2021-10-01 | fix -n | vanhauser-thc | |
2021-08-20 | fix typo fix | hexcoder | |
2021-08-17 | fix typo | vanhauser-thc | |
2021-08-12 | AFL_IGNORE_PROBLEMS + library checks and documentation | vanhauser-thc | |
2021-08-10 | Warn if "paths_total" property from stats file is inconsistent | mqf20 | |
2021-06-16 | correct map size for small targets | vanhauser-thc | |
2021-06-07 | write target errors to out_dir/error.txt | vanhauser-thc | |
2021-06-04 | fix overflowing UI fields 'now processing' | hexcoder- | |
2021-06-04 | fix ui fuzzing stage index (#960) | yuan | |
2021-05-11 | fix a few cur_time uses | vanhauser-thc | |
2021-05-10 | code-format | vanhauser-thc | |
2021-05-10 | afl-plot: relative time | vanhauser-thc | |
2021-05-08 | ensure crashes/README.txt exists | vanhauser-thc | |
2021-05-07 | Exit 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-30 | fix statsd writing | vanhauser-thc | |
2021-04-16 | reworked formatting in order to avoid gcc 8.3.0 warnings | hexcoder- | |
2021-04-16 | fix nits | vanhauser-thc | |
2021-04-15 | fix ui | vanhauser-thc | |
2021-04-15 | fix warnings | vanhauser-thc | |
2021-04-15 | fix writing stat file on exit | vanhauser-thc | |
2021-04-14 | ui update | vanhauser-thc | |
2021-04-13 | ui custom mutator only display | vanhauser-thc | |
2021-04-13 | display dictionary usage in havoc only mode | vanhauser-thc | |
2021-04-09 | update grammar-mutator, show better fuzzing strategy yields | vanhauser-thc | |
2021-03-21 | format | vanhauser-thc | |
2021-03-19 | update plot_data timestamps to be relative | richinseattle@gmail.com | |
2021-03-12 | unique crashes yellow on resume (#801) | Dominik Maier | |
2021-03-11 | implemented #801 | Dominik Maier | |
2021-02-25 | changing the -t ...+ meaning to "auto-calculate buth this is the max" | vanhauser-thc | |
2021-02-25 | edges in afl-plot | Andrea Fioraldi | |
2021-02-24 | edges in plot file | Andrea Fioraldi | |
2021-02-07 | prev_run_time loaded used only for ui and when writing the stats file | vj-27 | |
2021-02-06 | set prev_run_time inside afl state | vj-27 | |
2021-02-05 | load run time and donot load pending_* or *_favoured | vj-27 | |
2021-02-05 | load existing stats file when in AFL_AUTORESUME or -i - | vj-27 | |
2021-01-31 | fix -Z, remove q->next | aflpp | |
2021-01-21 | code format and not setting sanitizers if debug and settings present | van Hauser | |
2021-01-20 | Fix build error for Android | Joey Jiao | |
- LTO not work yet | |||
2021-01-04 | code format | van Hauser | |
2021-01-04 | code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.) | hexcoder- | |
2020-12-31 | float2double | van Hauser | |
2020-12-26 | fix exec/s display | van Hauser | |
2020-12-17 | fix crash for very fast targets | van Hauser | |
2020-10-29 | fixes two huge bugs | van Hauser | |