about summary refs log tree commit diff
path: root/src/afl-fuzz.c
AgeCommit message (Expand)Author
2020-12-20fix endless loop in afl-cc allow/blocklists starting a line with a commentvan Hauser
2020-12-18apply nocolor changeshexcoder-
2020-12-11fix MMAPvan Hauser
2020-12-08Merge branch 'dev' of github.com:AFLplusplus/AFLplusplus into devAndrea Fioraldi
2020-12-08fix memory limit issue with cmplog without -m flagAndrea Fioraldi
2020-12-03AFL_CRASH_EXITCODE env var added, u8->boolDominik Maier
2020-12-01added AFL_NO_AUTODICTvan Hauser
2020-11-05require llvm 10.0.1+ for enhanced pcguard, correct 1MB checksvan Hauser
2020-11-03fix -N for forkservervan Hauser
2020-11-01added mutation introspection make targetvan Hauser
2020-11-19fixed child not killed with -cvan Hauser
2020-11-18fixed simple yet stupid bugDominik Maier
2020-11-18renamed env var to AFL_DEBUG_CHILDDominik Maier
2020-11-18fixed alloc errors, code formatDominik Maier
2020-11-16support AFL_LLVM_INSTRUMENT env for our own PCGUARDvan Hauser
2020-11-14fix error handling in fauxserverhexcoder-
2020-11-14now really fix -nhexcoder-
2020-11-14add sanity check for -M/-S argumentshexcoder-
2020-11-14fix non instrumented mode, fix check_binaryhexcoder-
2020-11-14no binary checking in noninstrumented modehexcoder-
2020-10-26add no splicing compile option and print used compile options in afl-fuzz helpvan Hauser
2020-10-23allow symbolize=1 for asan/debugvanhauser-thc
2020-10-23better cache entry algovan Hauser
2020-10-23set max testcache entries automated if not specified by the uservan Hauser
2020-10-19mini improvementsvan Hauser
2020-10-15testcache_size = 2 ok fixvan Hauser
2020-10-14check for minimum cache sizevan Hauser
2020-10-14configurable testcache with malloc (#581)van Hauser
2020-10-12fix afl-cc.8 generationvan Hauser
2020-10-12fix sync modevan Hauser
2020-10-12Revert "Merge branch 'memcache_marc' into dev"vanhauser-thc
2020-10-12Merge branch 'memcache_marc' into devvan Hauser
2020-10-12no -M/-S: auto-set -S defaultvan Hauser
2020-10-11add new seed selection algo and make it the defaultvan Hauser
2020-10-10determinstic fuzzing is now disabled by defaultvan Hauser
2020-10-10Merge pull request #571 from Edznux/statsd_implemvan Hauser
2020-10-09 -m none is the default nowvan Hauser
2020-10-09Remove ==1 in the conditionEdznux
2020-10-08Add env var toggle for StatsDEdznux
2020-10-07Add documentation/help for AFL_STATSD_TAGS_FLAVOREdznux
2020-10-07efficient queue jumpvan Hauser
2020-10-07Remove statsd_socket_init, just let it init when doing the first iterationEdznux
2020-10-06[WIP: segfault on non dogstatsd] Adding MACROS for formatEdznux
2020-10-06code formatDominik Maier
2020-10-06testcase cache addedDominik Maier
2020-10-05Add help for AFL_STATSD_HOST &Edznux
2020-10-04changed the default schedule to coevan Hauser
2020-09-29small improvements to Marcel's patch, fix laf-intel + redqueen crashesvan Hauser
2020-09-29Patching and improving AFLFast schedules.Marcel Boehme
2020-09-28increase havoc_stack_pow2 on no findsvan Hauser