about summary refs log tree commit diff
path: root/src/afl-fuzz-one.c
AgeCommit message (Collapse)Author
2020-11-01added mutation introspection make targetvan Hauser
2020-10-29fixes two huge bugsvan Hauser
2020-10-28merge conflictAndrea Fioraldi
2020-10-28expand havoc if not new findings in the last 5 secondsAndrea Fioraldi
2020-10-19mini improvementsvan Hauser
2020-10-15fix previous commitvan Hauser
2020-10-15fix afl_swap_bufs usage?van Hauser
2020-10-15add missing swap bufsvan Hauser
2020-10-15add missing swap bufsvan Hauser
2020-10-14configurable 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-12fix splicing selectionvan Hauser
2020-10-12Revert "Merge branch 'memcache_marc' into dev"vanhauser-thc
This reverts commit c03fbcedaa68db5324423975a34331287426f7c2, reversing changes made to dab017dddaaab6d836a590f7bba3eea3549758d2.
2020-10-12Merge branch 'memcache_marc' into devvan Hauser
2020-10-11add new seed selection algo and make it the defaultvan Hauser
2020-10-06hunting ref underflowDominik Maier
2020-10-06code formatDominik Maier
2020-10-06testcase cache addedDominik Maier
2020-09-28increase havoc_stack_pow2 on no findsvan Hauser
2020-09-25improving on splice candidate check patchvan Hauser
2020-09-24Add commentsVitalii Akolzin
Co-authored-by: Ivan Gulakov <gulakov@ispras.ru>
2020-09-24Fix potential endless loop in custom_mutator_stageVitalii Akolzin
Co-authored-by: Ivan Gulakov <gulakov@ispras.ru>
2020-09-05add cull queue, -i subdir traversalvanhauser-thc
2020-08-27Prevent afl-fuzz from modifying stage_max during fuzzingh1994st
2020-08-24added afl_custom_fuzz_countvan Hauser
2020-08-23added AFL_MAX_DET_EXTRAS env varDominik Maier
2020-08-18Reworked 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-15more likelyvan Hauser
2020-08-15more unlikelyvan Hauser
2020-08-14Revert "Merge branch 'debug' into dev"root
This reverts commit a7537b5511ad767d2240cf2dc6d3e261daa676f9, reversing changes made to 15e799f7ae666418e75c6a79db833c5316b21f97.
2020-08-14Merge branch 'debug' into devvan Hauser
2020-08-14cleaned up maybe_add_auto callsDominik Maier
2020-08-11finalize first beta! yay!van Hauser
2020-08-11review done, prayvan Hauser
2020-08-11move taint_mode varvan Hauser
2020-08-11cleanup minor issuesvan Hauser
2020-08-11enhancementsvan Hauser
2020-08-11Merge branch 'debug' into taintvan Hauser
2020-08-10memory grab at startup to prevent crashesvan Hauser
2020-08-10fix segfaultvan Hauser
2020-08-09final touches for first testingvan Hauser
2020-08-09finalize havocvan Hauser
2020-08-09havoc copyvan Hauser
2020-08-09fixesvan Hauser
2020-08-09integration in fuzz_onevan Hauser
2020-08-08Add support for specific custom mutator namemurx-
2020-08-07code formatDominik Maier
2020-08-07enabled Wextra, fixed bugsDominik Maier
2020-08-06remove datalen in havocvan Hauser
2020-08-04new rand mode for data offsets that prefer low offset valuesvan Hauser
2020-07-29minor optvan Hauser