about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
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-11-12Fixed symcc custom mutatorRumata888
2020-10-31add our own inline trace-pc-guardvan Hauser
2020-10-30fix ck_alloc callvan Hauser
2020-10-30fix ck_alloc callvan Hauser
2020-10-30extras: afl_realloc -> ck_reallocvan Hauser
2020-10-29Don't crash for unset out_file (fixed #562)Dominik Maier
2020-10-29better warn if skipping large dictvan Hauser
2020-10-29fixes two huge bugsvan Hauser
2020-10-28Merge pull request #592 from rhtenhove/devvan Hauser
add gnuplot and afl-dyninst shared libs to Dockerfile
2020-10-28whoops..Ruben ten Hove
2020-10-28merge conflictAndrea Fioraldi
2020-10-28expand havoc if not new findings in the last 5 secondsAndrea Fioraldi
2020-10-28show supplied -t option so we know it's usedRuben ten Hove
2020-10-26hopeful the final testcache improvement ... van Hauser
2020-10-26add no splicing compile option and print used compile options in afl-fuzz helpvan Hauser
2020-10-24asan_build for tmin and analyzevan Hauser
2020-10-24asan_build for tmin and analyzevan Hauser
2020-10-24fix testcache bugvan Hauser
2020-10-24initializing testcase_bufDominik Maier
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-22maybe enhancement to cache algovan Hauser
2020-10-22change queue cache algovan Hauser
2020-10-20fix timeout bug in read_s32_timed on non linux OSesAndrea Fioraldi
2020-10-20Merge pull request #586 from b1gr3db/devAndrea Fioraldi
qemu argv index was still wrong
2020-10-20qemu argv index was still wrongbigredb
2020-10-20always close file descriptor when opened, use standard typeshexcoder-
2020-10-19mini improvementsvan Hauser
2020-10-17fix AFL_CMIN_CRASHES_ONLY=1 afl-showmaphexcoder-
2020-10-17add eviction statvan Hauser
2020-10-16directly add new queue to cachevan Hauser
2020-10-16next afl-showmap fix attemptvan Hauser
2020-10-15testcache_size = 2 ok fixvan Hauser
2020-10-15retake from mem if possiblevan Hauser
2020-10-15fix reget of testcase after trimvan Hauser
2020-10-15prepare halloween fuzzbench runvan 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-14Merge pull request #584 from devnexen/dfbsd_build_fixvan Hauser
DragonFlyBSD build fix proposal.
2020-10-14DragonFlyBSD build fix proposal.David Carlier
2020-10-14check for minimum cache sizevan 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 new seed selection algovan Hauser