Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-15 | add missing swap bufs | van Hauser | |
2020-10-14 | Merge pull request #584 from devnexen/dfbsd_build_fix | van Hauser | |
DragonFlyBSD build fix proposal. | |||
2020-10-14 | DragonFlyBSD build fix proposal. | David Carlier | |
2020-10-14 | check for minimum cache size | van Hauser | |
2020-10-14 | add documentation | 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-13 | fix custom mutator doc | van Hauser | |
2020-10-12 | fix new seed selection algo | van Hauser | |
2020-10-12 | fix tests for sync mode | van Hauser | |
2020-10-12 | fix afl-cc.8 generation | van Hauser | |
2020-10-12 | fix sync mode | van Hauser | |
2020-10-12 | fix splicing selection | van Hauser | |
2020-10-12 | Revert "Merge branch 'memcache_marc' into dev" | vanhauser-thc | |
This reverts commit c03fbcedaa68db5324423975a34331287426f7c2, reversing changes made to dab017dddaaab6d836a590f7bba3eea3549758d2. | |||
2020-10-12 | Merge branch 'memcache_marc' into dev | van Hauser | |
2020-10-12 | no -M/-S: auto-set -S default | van Hauser | |
2020-10-12 | Merge pull request #579 from Edznux/add_statsd_docs | van Hauser | |
Add documentation for StatsD | |||
2020-10-11 | Add documentation for StatsD | Edznux | |
2020-10-11 | add new seed selection algo and make it the default | van Hauser | |
2020-10-10 | fix for afl-analyze thanks to JJY-sec! | hexcoder- | |
2020-10-10 | afl-showmap: free malloced coverage map | hexcoder- | |
2020-10-10 | determinstic fuzzing is now disabled by default | van Hauser | |
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-10 | fix afl-cc build for no llvm present | van Hauser | |
2020-10-10 | fix afl-cc build for no llvm present | van Hauser | |
2020-10-10 | fix afl-cc build for no llvm present | van Hauser | |
2020-10-09 | -m none is the default now | van Hauser | |
2020-10-09 | Remove ==1 in the condition | Edznux | |
2020-10-09 | increase default cache size | van Hauser | |
2020-10-08 | Add env var toggle for StatsD | Edznux | |
2020-10-08 | fix persistent_demo_new.c | van Hauser | |
2020-10-07 | Add documentation/help for AFL_STATSD_TAGS_FLAVOR | Edznux | |
2020-10-07 | efficient queue jump | van Hauser | |
2020-10-07 | change HAVOC_MAX_MULT* to 64 | van Hauser | |
2020-10-07 | Fix read on undefined char*. | Edznux | |
2020-10-07 | Remove statsd_socket_init, just let it init when doing the first iteration | Edznux | |
2020-10-06 | Fixed segfault because wrong order in args | Edznux | |
2020-10-06 | [WIP: segfault on non dogstatsd] Adding MACROS for format | Edznux | |
2020-10-06 | fix compiler warning on 32-bit platforms | hexcoder- | |
2020-10-06 | fix test-performance.sh | van Hauser | |
2020-10-06 | hunting ref underflow | Dominik Maier | |
2020-10-06 | fixed ref check | Dominik Maier | |
2020-10-06 | fixed missing quote warning | Dominik Maier | |
2020-10-06 | code format | Dominik Maier | |
2020-10-06 | testcase cache added | Dominik Maier | |
2020-10-05 | fixed gcc 10 warning | Dominik Maier | |
2020-10-05 | Fix code format | Edznux | |
2020-10-05 | Refactor global var into afl_state_t struct | Edznux | |
2020-10-05 | Correctly handle env var. | Edznux | |
2020-10-05 | Add help for AFL_STATSD_HOST & | Edznux | |
AFL_STATSD_PORT env var |