Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-14 | now really fix -n | hexcoder- | |
2020-11-14 | add sanity check for -M/-S arguments | hexcoder- | |
2020-11-14 | fix non instrumented mode, fix check_binary | hexcoder- | |
2020-11-14 | no binary checking in noninstrumented mode | hexcoder- | |
2020-11-12 | Fixed symcc custom mutator | Rumata888 | |
2020-10-31 | add our own inline trace-pc-guard | van Hauser | |
2020-10-30 | fix ck_alloc call | van Hauser | |
2020-10-30 | fix ck_alloc call | van Hauser | |
2020-10-30 | extras: afl_realloc -> ck_realloc | van Hauser | |
2020-10-29 | Don't crash for unset out_file (fixed #562) | Dominik Maier | |
2020-10-29 | better warn if skipping large dict | van Hauser | |
2020-10-29 | fixes two huge bugs | van Hauser | |
2020-10-28 | Merge pull request #592 from rhtenhove/dev | van Hauser | |
add gnuplot and afl-dyninst shared libs to Dockerfile | |||
2020-10-28 | whoops.. | Ruben ten Hove | |
2020-10-28 | merge conflict | Andrea Fioraldi | |
2020-10-28 | expand havoc if not new findings in the last 5 seconds | Andrea Fioraldi | |
2020-10-28 | show supplied -t option so we know it's used | Ruben ten Hove | |
2020-10-26 | hopeful the final testcache improvement ... | van Hauser | |
2020-10-26 | add no splicing compile option and print used compile options in afl-fuzz help | van Hauser | |
2020-10-24 | asan_build for tmin and analyze | van Hauser | |
2020-10-24 | asan_build for tmin and analyze | van Hauser | |
2020-10-24 | fix testcache bug | van Hauser | |
2020-10-24 | initializing testcase_buf | Dominik Maier | |
2020-10-23 | allow symbolize=1 for asan/debug | vanhauser-thc | |
2020-10-23 | better cache entry algo | van Hauser | |
2020-10-23 | set max testcache entries automated if not specified by the user | van Hauser | |
2020-10-22 | maybe enhancement to cache algo | van Hauser | |
2020-10-22 | change queue cache algo | van Hauser | |
2020-10-20 | fix timeout bug in read_s32_timed on non linux OSes | Andrea Fioraldi | |
2020-10-20 | Merge pull request #586 from b1gr3db/dev | Andrea Fioraldi | |
qemu argv index was still wrong | |||
2020-10-20 | qemu argv index was still wrong | bigredb | |
2020-10-20 | always close file descriptor when opened, use standard types | hexcoder- | |
2020-10-19 | mini improvements | van Hauser | |
2020-10-17 | fix AFL_CMIN_CRASHES_ONLY=1 afl-showmap | hexcoder- | |
2020-10-17 | add eviction stat | van Hauser | |
2020-10-16 | directly add new queue to cache | van Hauser | |
2020-10-16 | next afl-showmap fix attempt | van Hauser | |
2020-10-15 | testcache_size = 2 ok fix | van Hauser | |
2020-10-15 | retake from mem if possible | van Hauser | |
2020-10-15 | fix reget of testcase after trim | van Hauser | |
2020-10-15 | prepare halloween fuzzbench run | van Hauser | |
2020-10-15 | fix previous commit | van Hauser | |
2020-10-15 | fix afl_swap_bufs usage? | van Hauser | |
2020-10-15 | add missing swap bufs | van Hauser | |
2020-10-15 | add missing swap bufs | van Hauser | |
2020-10-14 | Merge pull request #584 from devnexen/dfbsd_build_fix | van Hauser | |
DragonFlyBSD build fix proposal. | |||
2020-10-14 | DragonFlyBSD build fix proposal. | David Carlier | |
2020-10-14 | check for minimum cache size | van Hauser | |
2020-10-14 | configurable 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-12 | fix new seed selection algo | van Hauser | |