Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-10-28 | whoops.. | Ruben ten Hove | |
2020-10-28 | show supplied -t option so we know it's used | Ruben ten Hove | |
2020-10-23 | set max testcache entries automated if not specified by the user | van Hauser | |
2020-10-17 | add eviction stat | van Hauser | |
2020-10-14 | configurable testcache with malloc (#581) | van Hauser | |
* cache item number to cache memory size * reload testcase if trimming changed the size * fix splicing selection * slim splicing * import sync fix * write testcache stats to fuzzer_stats * fix new seed selection algo * malloc+read instead of mmap * fix * testcache is configurable now and no reference counts * fixes compilation, test script * fixes * switch TEST_CC to afl-cc in makefile * code format * fix * fix crash * fix crash * fix env help output * remove unnecessary pointer resets * fix endless loop bug * actually use the cache if set * one more fix * increase default cache entries, add default cache size value to config.h Co-authored-by: hexcoder- <heiko@hexco.de> | |||
2020-10-10 | fix typo | van Hauser | |
2020-10-10 | Merge pull request #571 from Edznux/statsd_implem | van Hauser | |
Statsd support implementation | |||
2020-10-09 | Remove ==1 in the condition | Edznux | |
2020-10-08 | Add env var toggle for StatsD | Edznux | |
2020-10-05 | fixed gcc 10 warning | Dominik Maier | |
2020-10-04 | Code format | Edznux | |
2020-10-04 | Merge remote-tracking branch 'origin/dev' into statsd_implem | Edznux | |
2020-10-04 | Refactor | Edznux | |
2020-10-04 | Define config, change parent func to show_stats | Edznux | |
2020-09-07 | bugfix for fixed seeds | van Hauser | |