Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-23 | better cache entry algo | van Hauser | |
2020-10-23 | set max testcache entries automated if not specified by the user | van Hauser | |
2020-10-22 | maybe enhancement to cache algo | van Hauser | |
2020-10-22 | change queue cache algo | van Hauser | |
2020-10-20 | fix timeout bug in read_s32_timed on non linux OSes | Andrea Fioraldi | |
2020-10-20 | Merge pull request #586 from b1gr3db/dev | Andrea Fioraldi | |
qemu argv index was still wrong | |||
2020-10-20 | qemu argv index was still wrong | bigredb | |
2020-10-20 | always close file descriptor when opened, use standard types | hexcoder- | |
2020-10-19 | mini improvements | van Hauser | |
2020-10-17 | fix AFL_CMIN_CRASHES_ONLY=1 afl-showmap | hexcoder- | |
2020-10-17 | add eviction stat | van Hauser | |
2020-10-16 | directly add new queue to cache | van Hauser | |
2020-10-16 | next afl-showmap fix attempt | van Hauser | |
2020-10-15 | Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev | hexcoder- | |
2020-10-15 | fix issue #583: afl-cmin -C incompatibility | hexcoder- | |
2020-10-15 | Down with Markdown | Dominik Maier | |
2020-10-15 | Added citation instruction | Dominik Maier | |
2020-10-15 | testcache_size = 2 ok fix | van Hauser | |
2020-10-15 | retake from mem if possible | van Hauser | |
2020-10-15 | fix reget of testcase after trim | van Hauser | |
2020-10-15 | prepare halloween fuzzbench run | van Hauser | |
2020-10-15 | fix previous commit | van Hauser | |
2020-10-15 | fix afl_swap_bufs usage? | van Hauser | |
2020-10-15 | add missing swap bufs | van Hauser | |
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-14 | fix link | van Hauser | |
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 | |