Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-31 | fix -Z, remove q->next | aflpp | |
2021-01-26 | real fix plus code format | van Hauser | |
2021-01-23 | less stack mem req | van Hauser | |
2021-01-15 | merge cmplog | van Hauser | |
2021-01-10 | fix weight calc, thanks to Marcel | van Hauser | |
2021-01-08 | Merge pull request #679 from AFLplusplus/dev | van Hauser | |
Dev | |||
2021-01-08 | fix | van Hauser | |
2021-01-04 | code format | van Hauser | |
2021-01-04 | code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.) | hexcoder- | |
2021-01-01 | try new weighting | van Hauser | |
2020-12-30 | better weighting | van Hauser | |
2020-12-30 | fix 32-bit mode, fix weighting | van Hauser | |
2020-12-29 | Update afl-fuzz-queue.c | Marcel Böhme | |
2020-12-28 | added corpus introspection | van Hauser | |
2020-12-11 | code format | van Hauser | |
2020-12-11 | schedule improvements, new default is FAST | van Hauser | |
2020-12-09 | fix oversight for accessing nfuzz | van Hauser | |
2020-12-09 | weighting for explore and exploit | van Hauser | |
2020-12-08 | fix aflfast changes | van Hauser | |
2020-12-07 | Sampling next seed by weight (hit_count, bitmap_size, exec_us) | Marcel Boehme | |
2020-11-18 | typo | hexcoder | |
2020-11-18 | fixed alloc errors, code format | Dominik Maier | |
2020-10-26 | hopeful the final testcache improvement ... | van Hauser | |
2020-10-24 | fix testcache bug | van Hauser | |
2020-10-24 | initializing testcase_buf | Dominik Maier | |
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 | |