Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-28 | Pass CPPFLAGS to all calls of the C compiler | Raphaël Hertzog | |
This variable is a standard way to inject options for the C preprocessor. It's respected by the implicit rules of make and autoconf/automake. Debian sets this variable during package build to inject `-D_FORTIFY_SOURCE=2` and we would like afl++ to respect it. Note that this commit also adds $(CFLAGS) in the build of afl-performance.o where it was missing. It might have been on purpose but we want to keep CFLAGS everywhere as well since Debian injects various options through that variable (for hardening and reproducibility). | |||
2020-08-27 | todo update | van Hauser | |
2020-08-27 | Merge pull request #526 from h1994st/dev | van Hauser | |
Prevent afl-fuzz from modifying stage_max during fuzzing | |||
2020-08-27 | Prevent afl-fuzz from modifying stage_max during fuzzing | h1994st | |
2020-08-26 | fixing wrong fatal ... | van Hauser | |
2020-08-26 | some warnings fixes | Dominik Maier | |
2020-08-26 | rand unlikely added | Dominik Maier | |
2020-08-26 | using unbiased rand_below | Dominik Maier | |
2020-08-25 | lintokencap: fix compiler complains on Solaris 11. (#525) | David CARLIER | |
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 | unicorn build warning for MUSL based linux distros. (#510) | David CARLIER | |
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-21 | update todo | van Hauser | |
2020-08-21 | fix semicolon | van Hauser | |
2020-08-21 | fix global id documentation for LTO pcguard | van Hauser | |
2020-08-21 | code format | van Hauser | |
2020-08-21 | fixed for LTO llvm 11 | aflpp | |
2020-08-21 | only compile SanitizerCoverage for LTO | van Hauser | |
2020-08-20 | remove doc reference for SKIPSINGLEBLOCK | van Hauser | |
2020-08-20 | LTO: sancov made default, deprecated SKIPSINGLEBLOCK, deactivate LTO ↵ | van Hauser | |
autodict for cmplog binaries | |||
2020-08-20 | Merge pull request #518 from AFLplusplus/ltopcguard | van Hauser | |
sancov ported to LTO | |||
2020-08-20 | add missing features for sancov lto | van Hauser | |
2020-08-20 | fix wrong var | van Hauser | |
2020-08-20 | Merge pull request #517 from AFLplusplus/custommut-readme | van Hauser | |
Custom Mutator readme | |||
2020-08-20 | move afl_loop check | van Hauser | |
2020-08-20 | sancov enhancement | van Hauser | |
2020-08-20 | support current llvm12 changes | van Hauser | |
2020-08-19 | Merge pull request #513 from fouzhe/patch-1 | van Hauser | |
fix typo | |||
2020-08-19 | fix typo | fouzhe | |
2020-08-19 | Merge pull request #512 from AFLplusplus/stable | van Hauser | |
activate travis for stable | |||
2020-08-19 | activate travis for stable | van Hauser | |
2020-08-18 | v2.67d | van Hauser | |
2020-08-18 | Merge pull request #511 from AFLplusplus/stable | van Hauser | |
push to dev | |||
2020-08-18 | 2.67c 2.67c | 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-17 | Merge pull request #499 from AFLplusplus/dev | van Hauser | |
important push to stable |