Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-09-05 | code-format | vanhauser-thc | |
2020-09-05 | final changes for pre-3.0 | vanhauser-thc | |
2020-09-04 | fix assignment | van Hauser | |
2020-09-04 | avoid signed ints for amounts (which are positive) | hexcoder- | |
2020-09-04 | compile fix | van Hauser | |
2020-09-04 | fix travis | van Hauser | |
2020-09-04 | more changes to fuzzer_setup | van Hauser | |
2020-09-04 | Make open_file() inline | Thomas Rooijakkers | |
2020-09-04 | Write set environment variables in an env file style. | Thomas Rooijakkers | |
2020-09-04 | Seperate fuzzer_setup from fuzzer_stats, only write fuzzer_setup at the start | Thomas Rooijakkers | |
2020-09-04 | Export set afl_environment_variables to stats | Thomas Rooijakkers | |
2020-08-21 | add execs_done to plot file | van Hauser | |
2020-08-14 | Revert "Merge branch 'debug' into dev" | root | |
This reverts commit a7537b5511ad767d2240cf2dc6d3e261daa676f9, reversing changes made to 15e799f7ae666418e75c6a79db833c5316b21f97. | |||
2020-08-11 | fixes | van Hauser | |
2020-08-07 | enabled Wextra, fixed bugs | Dominik Maier | |
2020-07-29 | remove dead code, code-format | van Hauser | |
2020-07-29 | Merge branch 'dev' into text_inputs | van Hauser | |
2020-07-26 | fix honggfuzz dict | van Hauser | |
2020-07-26 | add last 60s exec/s stat | van Hauser | |
2020-07-22 | write expand havoc value to fuzzer_stats | van Hauser | |
2020-06-25 | remove radamsa, add radamsa custom mutator | van Hauser | |
2020-06-25 | add seek power schedule, remove update stats in calibration, fix help output | van Hauser | |
2020-06-25 | fix plot | van Hauser | |