Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-14 | no binary checking in noninstrumented mode | hexcoder- | |
2020-10-26 | add no splicing compile option and print used compile options in afl-fuzz help | van Hauser | |
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-19 | mini improvements | van Hauser | |
2020-10-15 | testcache_size = 2 ok fix | van Hauser | |
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 afl-cc.8 generation | van Hauser | |
2020-10-12 | fix sync mode | van Hauser | |
2020-10-12 | Revert "Merge branch 'memcache_marc' into dev" | vanhauser-thc | |
This reverts commit c03fbcedaa68db5324423975a34331287426f7c2, reversing changes made to dab017dddaaab6d836a590f7bba3eea3549758d2. | |||
2020-10-12 | Merge branch 'memcache_marc' into dev | van Hauser | |
2020-10-12 | no -M/-S: auto-set -S default | van Hauser | |
2020-10-11 | add new seed selection algo and make it the default | van Hauser | |
2020-10-10 | determinstic fuzzing is now disabled by default | van Hauser | |
2020-10-10 | Merge pull request #571 from Edznux/statsd_implem | van Hauser | |
Statsd support implementation | |||
2020-10-09 | -m none is the default now | van Hauser | |
2020-10-09 | Remove ==1 in the condition | Edznux | |
2020-10-08 | Add env var toggle for StatsD | Edznux | |
2020-10-07 | Add documentation/help for AFL_STATSD_TAGS_FLAVOR | Edznux | |
2020-10-07 | efficient queue jump | van Hauser | |
2020-10-07 | Remove statsd_socket_init, just let it init when doing the first iteration | Edznux | |
2020-10-06 | [WIP: segfault on non dogstatsd] Adding MACROS for format | Edznux | |
2020-10-06 | code format | Dominik Maier | |
2020-10-06 | testcase cache added | Dominik Maier | |
2020-10-05 | Add help for AFL_STATSD_HOST & | Edznux | |
AFL_STATSD_PORT env var | |||
2020-10-04 | changed the default schedule to coe | van Hauser | |
2020-09-29 | small improvements to Marcel's patch, fix laf-intel + redqueen crashes | van Hauser | |
2020-09-29 | Patching and improving AFLFast schedules. | Marcel Boehme | |
2020-09-28 | increase havoc_stack_pow2 on no finds | van Hauser | |
2020-09-20 | set explore as default, fix schedule display | van Hauser | |
2020-09-19 | fix exploit, mmopt and rare schedule | van Hauser | |
2020-09-19 | fix exploit, mmopt and rare schedule | van Hauser | |
2020-09-18 | fix expand havoc | van Hauser | |
2020-09-08 | update instrumenation/README.instrument_file.md for gcc_plugin | van Hauser | |
2020-09-05 | -p seek is now the default | van Hauser | |
2020-09-05 | skip crashes but keep for splices | van Hauser | |
2020-09-05 | final changes for pre-3.0 | vanhauser-thc | |
2020-09-05 | add cull queue, -i subdir traversal | vanhauser-thc | |
2020-09-04 | more changes to fuzzer_setup | van Hauser | |
2020-09-04 | Write set environment variables in an env file style. | Thomas Rooijakkers | |
2020-09-04 | Seperate fuzzer_setup from fuzzer_stats, only write fuzzer_setup at the start | Thomas Rooijakkers | |
2020-08-31 | improve documentation | van Hauser | |
2020-08-28 | Fix various spelling errors (#532) | Raphaël Hertzog | |
All those spelling errors have been caught by lintian's built-in spellchecker: https://lintian.debian.org/tags/spelling-error-in-binary.html | |||
2020-08-23 | code format | Dominik Maier | |
2020-08-23 | Option for specifying forkserver initialization timeout via environment ↵ | Marius Muench | |
variable (#522) * Addition of AFL_FORKSRV_INIT_TMOUT env var This commit introduces a new environment variable which allows to specify the timespan AFL should wait for initial contact with the forkserver. This is useful for fuzz-targets requiring a rather long setup time before the actual fuzzing can be started (e.g., unicorn). * add .swp files to .gitignore * Inherit init_tmout in afl_fsrv_init_dup Without this patch, the forkserver would spawn with a timeout of 0 in cmplog mode, leading to an immediate crash. Additionally, this commit removes a spurious whitespace. * Initialize afl->fsrv.init_tmout in afl_fsrv_init Not all afl-components will need the new AFL_FORKSRV_INIT_TMOUT environment variable. Hence, it's initialized to the safe "default" value from before in afl_fsrv_init now. | |||
2020-08-23 | added AFL_MAX_DET_EXTRAS env var | Dominik Maier | |
2020-08-14 | Revert "Merge branch 'debug' into dev" | root | |
This reverts commit a7537b5511ad767d2240cf2dc6d3e261daa676f9, reversing changes made to 15e799f7ae666418e75c6a79db833c5316b21f97. | |||
2020-08-11 | review done, pray | van Hauser | |