Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-31 | fixed build error | Dominik Maier | |
2020-08-31 | added forkserver init timeout | Dominik Maier | |
2020-08-31 | fix afl-gcc help output | van Hauser | |
2020-08-31 | Fix few warnings for FreeBSD case. (#536) | David CARLIER | |
2020-08-31 | fixed warning on mac | domenukk | |
2020-08-31 | fix warnings and weird code insert | van Hauser | |
2020-08-31 | improve documentation | van Hauser | |
2020-08-31 | code-format | 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-27 | Prevent afl-fuzz from modifying stage_max during fuzzing | h1994st | |
2020-08-24 | Added out_file value when using stdio (#524) | Sergio Paganoni | |
2020-08-24 | make py functions as optional as they are in the doc | van Hauser | |
2020-08-24 | fix python implementation for new function | van Hauser | |
2020-08-24 | added afl_custom_fuzz_count | van Hauser | |
2020-08-24 | Allow Large Extras (#523) | Dominik Maier | |
* allow large extras * skipping large testcases again | |||
2020-08-23 | no longer warns for prob. extras | Dominik Maier | |
2020-08-23 | code format | Dominik Maier | |
2020-08-23 | added more env var docs, fsrv fixes for cmin, tmin | Dominik Maier | |
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-22 | enable autodict for cmplog compile, it is ensure not be used in the forkserver | van Hauser | |
2020-08-21 | fix for bad free (#520) | Dominik Maier | |
2020-08-21 | add execs_done to plot file | van Hauser | |
2020-08-18 | code-format, changelog | Dominik Maier | |
2020-08-18 | moved autodict extras away from extras_a | Dominik Maier | |
2020-08-18 | Reworked maybe_grow to take a single ptr, renamed to afl_realloc (#505) | Dominik Maier | |
* maybe_grow takes a single ptr * fixed use_deflate * reworked maybe_grow_bufsize * helper to access underlying buf * remove redundant realloc_block * code format * fixes * added unit tests * renamed maybe_grow to afl_realloc * BUF_PARAMS -> AFL_BUF_PARAM | |||
2020-08-15 | more likely | van Hauser | |
2020-08-15 | more unlikely | van Hauser | |
2020-08-14 | Revert "Merge branch 'debug' into dev" | root | |
This reverts commit a7537b5511ad767d2240cf2dc6d3e261daa676f9, reversing changes made to 15e799f7ae666418e75c6a79db833c5316b21f97. | |||
2020-08-14 | Merge branch 'debug' into dev | van Hauser | |
2020-08-14 | fix llvm12 -fuseld warning | van Hauser | |
2020-08-14 | formatting | van Hauser | |
2020-08-14 | no longer using alloc for autodict | Dominik Maier | |
2020-08-14 | code-format | Dominik Maier | |
2020-08-14 | cleaned up maybe_add_auto calls | Dominik Maier | |
2020-08-13 | fix llvm and afl-showmap | van Hauser | |
2020-08-13 | LTO: apply laf-intel+redqueen/cmplog at link time | van Hauser | |
2020-08-13 | fix warning | van Hauser | |
2020-08-13 | make cmplog deterministic | van Hauser | |
2020-08-12 | split up __afl_manual_init, added internal AFL_DISABLE_LLVM_INSTRUMENTATION, ↵ | van Hauser | |
skipping ctor+ifunc functions for all llvm, code-format | |||
2020-08-12 | setting attribute hot intelligently gives 0.5% speed | van Hauser | |
2020-08-11 | finalize first beta! yay! | van Hauser | |
2020-08-11 | review done, pray | van Hauser | |
2020-08-11 | move taint_mode var | van Hauser | |
2020-08-11 | fixes | 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 | |