Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-01 | added mutation introspection make target | van Hauser | |
2020-10-29 | fixes two huge bugs | van Hauser | |
2020-10-28 | merge conflict | Andrea Fioraldi | |
2020-10-28 | expand havoc if not new findings in the last 5 seconds | Andrea Fioraldi | |
2020-10-19 | mini improvements | 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 | 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 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-11 | add new seed selection algo and make it the default | van Hauser | |
2020-10-06 | hunting ref underflow | Dominik Maier | |
2020-10-06 | code format | Dominik Maier | |
2020-10-06 | testcase cache added | Dominik Maier | |
2020-09-28 | increase havoc_stack_pow2 on no finds | van Hauser | |
2020-09-25 | improving on splice candidate check patch | van Hauser | |
2020-09-24 | Add comments | Vitalii Akolzin | |
Co-authored-by: Ivan Gulakov <gulakov@ispras.ru> | |||
2020-09-24 | Fix potential endless loop in custom_mutator_stage | Vitalii Akolzin | |
Co-authored-by: Ivan Gulakov <gulakov@ispras.ru> | |||
2020-09-05 | add cull queue, -i subdir traversal | vanhauser-thc | |
2020-08-27 | Prevent afl-fuzz from modifying stage_max during fuzzing | h1994st | |
2020-08-24 | added afl_custom_fuzz_count | van Hauser | |
2020-08-23 | added AFL_MAX_DET_EXTRAS env var | Dominik Maier | |
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-15 | more likely | van Hauser | |
2020-08-15 | more unlikely | van Hauser | |
2020-08-14 | Revert "Merge branch 'debug' into dev" | root | |
This reverts commit a7537b5511ad767d2240cf2dc6d3e261daa676f9, reversing changes made to 15e799f7ae666418e75c6a79db833c5316b21f97. | |||
2020-08-14 | Merge branch 'debug' into dev | van Hauser | |
2020-08-14 | cleaned up maybe_add_auto calls | Dominik Maier | |
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 | cleanup minor issues | van Hauser | |
2020-08-11 | enhancements | van Hauser | |
2020-08-11 | Merge branch 'debug' into taint | van Hauser | |
2020-08-10 | memory grab at startup to prevent crashes | van Hauser | |
2020-08-10 | fix segfault | van Hauser | |
2020-08-09 | final touches for first testing | van Hauser | |
2020-08-09 | finalize havoc | van Hauser | |
2020-08-09 | havoc copy | van Hauser | |
2020-08-09 | fixes | van Hauser | |
2020-08-09 | integration in fuzz_one | van Hauser | |
2020-08-08 | Add support for specific custom mutator name | murx- | |
2020-08-07 | code format | Dominik Maier | |
2020-08-07 | enabled Wextra, fixed bugs | Dominik Maier | |
2020-08-06 | remove datalen in havoc | van Hauser | |
2020-08-04 | new rand mode for data offsets that prefer low offset values | van Hauser | |
2020-07-29 | minor opt | van Hauser | |