Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-08-11 | move taint_mode var | van Hauser | |
2020-08-11 | cleanup minor issues | van Hauser | |
2020-08-11 | enhancements | van Hauser | |
2020-08-11 | Merge branch 'debug' into taint | van Hauser | |
2020-08-11 | break up llvm rt afl init | van Hauser | |
2020-08-10 | code-format | Dominik Maier | |
2020-08-10 | fixed minor inconsistencies, reenabled warnings | Dominik Maier | |
2020-08-10 | increase stack size | van Hauser | |
2020-08-10 | memory grab at startup to prevent crashes | van Hauser | |
2020-08-10 | disable expand havoc mopt for taint | van Hauser | |
2020-08-09 | integration in fuzz_one | van Hauser | |
2020-08-09 | taint integration done | van Hauser | |
2020-08-09 | fixes | van Hauser | |
2020-08-09 | changes | van Hauser | |
2020-08-09 | code format | van Hauser | |
2020-08-09 | step 1 | van Hauser | |
2020-08-07 | enabled Wextra, fixed bugs | Dominik Maier | |
2020-08-07 | fix -N description | van Hauser | |
2020-08-03 | fix expand havoc for ..._only modes | van Hauser | |
2020-07-31 | Haiku set explicitly to performance. | David Carlier | |
No command line to set through afl-system-config (the only one is a GUI). | |||
2020-07-31 | fixes | van Hauser | |
2020-07-30 | add -b option to afl-fuzz | van Hauser | |
2020-07-29 | Merge branch 'dev' into text_inputs | van Hauser | |
2020-07-28 | forgot getopt | van Hauser | |
2020-07-27 | unrenice | van Hauser | |
2020-07-27 | update readme, renice -20 | van Hauser | |
2020-07-24 | better text mutation | van Hauser | |
2020-07-24 | add -F option to sync to foreign fuzzer queues | van Hauser | |
2020-07-23 | no cycle on expand | van Hauser | |
2020-07-22 | epand havoc now env | Andrea Fioraldi | |
2020-07-21 | added andrea's splicing, added cycle_schedules | van Hauser | |