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 | always close file descriptor when opened, use standard types | hexcoder- | |
2020-10-19 | mini improvements | van Hauser | |
2020-10-17 | add eviction stat | van Hauser | |
2020-10-16 | directly add new queue to cache | 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-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-12 | fix new seed selection algo | 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-11 | add new seed selection algo and make it the default | van Hauser | |
2020-10-06 | hunting ref underflow | Dominik Maier | |
2020-10-06 | fixed ref check | Dominik Maier | |
2020-10-06 | code format | Dominik Maier | |
2020-10-06 | testcase cache added | Dominik Maier | |
2020-09-29 | small improvements to Marcel's patch, fix laf-intel + redqueen crashes | van Hauser | |
2020-09-29 | Patching and improving AFLFast schedules. | Marcel Boehme | |
2020-09-25 | improving on splice candidate check patch | van Hauser | |
2020-09-24 | Fix potential endless loop in custom_mutator_stage | Vitalii Akolzin | |
Co-authored-by: Ivan Gulakov <gulakov@ispras.ru> | |||
2020-09-19 | fix exploit, mmopt and rare schedule | van Hauser | |
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-05 | add cull queue, -i subdir traversal | vanhauser-thc | |
2020-09-03 | update xxh3 to 0.8.0, fix is_ascii | van Hauser | |
2020-08-18 | Reworked maybe_grow to take a single ptr, renamed to afl_realloc (#505) | Dominik Maier | |
* maybe_grow takes a single ptr * fixed use_deflate * reworked maybe_grow_bufsize * helper to access underlying buf * remove redundant realloc_block * code format * fixes * added unit tests * renamed maybe_grow to afl_realloc * BUF_PARAMS -> AFL_BUF_PARAM | |||
2020-08-14 | Revert "Merge branch 'debug' into dev" | root | |
This reverts commit a7537b5511ad767d2240cf2dc6d3e261daa676f9, reversing changes made to 15e799f7ae666418e75c6a79db833c5316b21f97. | |||
2020-08-11 | finalize first beta! yay! | van Hauser | |
2020-08-11 | review done, pray | van Hauser | |
2020-08-11 | move taint_mode var | van Hauser | |
2020-08-11 | fixes | van Hauser | |
2020-08-11 | cleanup minor issues | van Hauser | |
2020-08-10 | put ! in .new map | van Hauser | |
2020-08-09 | fixes | van Hauser | |
2020-08-09 | taint integration done | van Hauser | |
2020-08-05 | fix short write | van Hauser | |
2020-07-30 | fix oob reads, code-format | van Hauser | |
2020-07-29 | minor opt | van Hauser | |
2020-07-21 | added andrea's splicing, added cycle_schedules | van Hauser | |
2020-07-16 | queue buffer and new splice havoc mutation | Andrea Fioraldi | |
2020-06-29 | Revert "Merge branch 'text_inputs' into dev" | root | |
This reverts commit 6d9b29daca46c8912aa9ddf6c053bc8554e9e9f7, reversing changes made to 07648f75ea5ef8f03a92db0c7566da8c229dc27b. | |||
2020-06-29 | Merge branch 'text_inputs' into dev | van Hauser | |
2020-06-25 | fix for schedules | van Hauser | |
2020-06-25 | add seek power schedule, remove update stats in calibration, fix help output | van Hauser | |
2020-06-22 | further refinement | van Hauser | |