about summary refs log tree commit diff
path: root/include
AgeCommit message (Collapse)Author
2020-12-23warn on _AFL and __AFL env varsvan Hauser
2020-12-22portability: avoid void * arithmetic (UB), avoid GNU extension for array ↵hexcoder-
initializations
2020-12-21another 32 bit fixvan Hauser
2020-12-21fix 32 bitvan Hauser
2020-12-21Merge branch 'dev' into skim_romuvan Hauser
2020-12-20fix endless loop in afl-cc allow/blocklists starting a line with a commentvan Hauser
2020-12-20fixed typo in include/forkserver.hpr0xy
2020-12-18apply nocolor changeshexcoder-
2020-12-18mem error fixvan Hauser
2020-12-18fix compilevan Hauser
2020-12-18fixvan Hauser
2020-12-18merge romu and skimvan Hauser
2020-12-17skim importvan Hauser
2020-12-15v3.01a initvan Hauser
2020-12-15v3.00cvan Hauser
2020-12-11fixed gcc analyzer warningsDominik Maier
2020-12-08fix aflfast changesvan Hauser
2020-12-07Sampling next seed by weight (hit_count, bitmap_size, exec_us)Marcel Boehme
2020-12-04Add missing env var used in ↵Thomas Rooijakkers
https://github.com/qemu/qemu/blob/bec7edf41d2d0e8006637a739881abcea1d1305c/accel/tcg/cpu-exec.c#L389 and ./qemu_mode/README.persistent.md
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-04common.h change from user header include to system header includehexcoder-
2020-12-03AFL_CRASH_EXITCODE env var added, u8->boolDominik Maier
2020-12-01added AFL_NO_AUTODICTvan Hauser
2020-11-30more DEBUGFvan Hauser
2020-11-18Use buffer protocol to retrieve result from python post_process (#605)Dustin Spicuzza
Saves an extra copy, gives post processing functions more flexibility
2020-11-18Solaris/Illumos build fix. (#609)David CARLIER
2020-11-18renamed env var to AFL_DEBUG_CHILDDominik Maier
2020-11-18fixed alloc errors, code formatDominik Maier
2020-11-17fix two exotic mem leaks detected by cppcheckhexcoder-
2020-11-10support custom mutator introspectionvan Hauser
2020-11-03added better error handling to forkserver fdDominik Maier
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
DragonFlyBSD build fix proposal.
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
* 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
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