aboutsummaryrefslogtreecommitdiff
path: root/include/afl-fuzz.h
AgeCommit message (Expand)Author
2021-02-01import cmplog optsvan Hauser
2021-01-31fix -Z, remove q->nextaflpp
2021-01-30added AFL_CMPLOG_ONLY_NEW featurevan Hauser
2021-01-30foreign sync from ctime to mtime (libfuzzer)van Hauser
2021-01-21Merge pull request #689 from AFLplusplus/cmplog_mergevan Hauser
2021-01-20Fix build error for AndroidJoey Jiao
2021-01-17fix colorizationvan Hauser
2021-01-15merge cmplogvan Hauser
2021-01-07User defined kill signal value (#678)buherator
2021-01-04code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.)hexcoder-
2021-01-03cmplog cleanupvan Hauser
2020-12-31float2doublevan Hauser
2020-12-30cleanup of hot fix for -s on 32-bithexcoder-
2020-12-28added corpus introspectionvan Hauser
2020-12-21another 32 bit fixvan Hauser
2020-12-18mem error fixvan Hauser
2020-12-18fixvan Hauser
2020-12-18merge romu and skimvan Hauser
2020-12-17skim importvan Hauser
2020-12-08fix aflfast changesvan Hauser
2020-12-07Sampling next seed by weight (hit_count, bitmap_size, exec_us)Marcel Boehme
2020-12-04fixed bugs in custom_describe, reported by wizcheDominik Maier
2020-12-04added python mutator, documentationDominik Maier
2020-12-04afl_custom_describe api addedDominik Maier
2020-12-03AFL_CRASH_EXITCODE env var added, u8->boolDominik Maier
2020-11-18Use buffer protocol to retrieve result from python post_process (#605)Dustin Spicuzza
2020-11-18Solaris/Illumos build fix. (#609)David CARLIER
2020-11-18renamed env var to AFL_DEBUG_CHILDDominik Maier
2020-11-10support custom mutator introspectionvan Hauser
2020-11-02match mopt to havocvan Hauser
2020-11-01added mutation introspection make targetvan Hauser
2020-10-23allow symbolize=1 for asan/debugvanhauser-thc
2020-10-23set max testcache entries automated if not specified by the uservan Hauser
2020-10-22maybe enhancement to cache algovan Hauser
2020-10-17add eviction statvan Hauser
2020-10-16directly add new queue to cachevan Hauser
2020-10-15retake from mem if possiblevan Hauser
2020-10-14Merge pull request #584 from devnexen/dfbsd_build_fixvan Hauser
2020-10-14DragonFlyBSD build fix proposal.David Carlier
2020-10-14check for minimum cache sizevan Hauser
2020-10-14add documentationvan Hauser
2020-10-14configurable testcache with malloc (#581)van Hauser
2020-10-12fix new seed selection algovan Hauser
2020-10-12Revert "Merge branch 'memcache_marc' into dev"vanhauser-thc
2020-10-12Merge branch 'memcache_marc' into devvan Hauser
2020-10-11add new seed selection algo and make it the defaultvan Hauser
2020-10-10Merge pull request #571 from Edznux/statsd_implemvan Hauser
2020-10-08Add env var toggle for StatsDEdznux
2020-10-06Fixed segfault because wrong order in argsEdznux
2020-10-06[WIP: segfault on non dogstatsd] Adding MACROS for formatEdznux