Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-28 | add suggestion for using a ramdisk in docker | Ruben ten Hove | |
2020-10-28 | cache is already removed here | Ruben ten Hove | |
2020-10-28 | this package was getting uninstalled anyway | Ruben ten Hove | |
2020-10-28 | word-o | Ruben ten Hove | |
2020-10-28 | quote the source lines | Ruben ten Hove | |
2020-10-28 | use fewer layers and remove apt cache | Ruben ten Hove | |
also use full-upgrade to ensure all conflicts are resolved | |||
2020-10-28 | add gnuplot for afl-plot | Ruben ten Hove | |
2020-10-28 | stop using deprecated MAINTAINER instruction, use LABEL instead | 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 | travis test | van Hauser | |
2020-10-24 | travis test | van Hauser | |
2020-10-24 | fix testcache bug | van Hauser | |
2020-10-24 | symbolize=1 for travis | vanhauser-thc | |
2020-10-24 | added UBSAN, MSAN options | Dominik Maier | |
2020-10-24 | initializing testcase_buf | Dominik Maier | |
2020-10-23 | symobile=1 for travis | vanhauser-thc | |
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 | Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev | hexcoder- | |
2020-10-15 | fix issue #583: afl-cmin -C incompatibility | hexcoder- | |
2020-10-15 | Down with Markdown | Dominik Maier | |
2020-10-15 | Added citation instruction | Dominik Maier | |
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 | add documentation | 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> |