about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-08-24added afl_custom_fuzz_countvan Hauser
2020-08-24unicorn build warning for MUSL based linux distros. (#510)David CARLIER
2020-08-24Allow Large Extras (#523)Dominik Maier
* allow large extras * skipping large testcases again
2020-08-23no longer warns for prob. extrasDominik Maier
2020-08-23code formatDominik Maier
2020-08-23added more env var docs, fsrv fixes for cmin, tminDominik Maier
2020-08-23code formatDominik Maier
2020-08-23Option 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-23added AFL_MAX_DET_EXTRAS env varDominik Maier
2020-08-22enable autodict for cmplog compile, it is ensure not be used in the forkservervan Hauser
2020-08-21fix for bad free (#520)Dominik Maier
2020-08-21add execs_done to plot filevan Hauser
2020-08-21update todovan Hauser
2020-08-21fix semicolonvan Hauser
2020-08-21fix global id documentation for LTO pcguardvan Hauser
2020-08-21code formatvan Hauser
2020-08-21fixed for LTO llvm 11aflpp
2020-08-21only compile SanitizerCoverage for LTOvan Hauser
2020-08-20remove doc reference for SKIPSINGLEBLOCKvan Hauser
2020-08-20LTO: sancov made default, deprecated SKIPSINGLEBLOCK, deactivate LTO ↵van Hauser
autodict for cmplog binaries
2020-08-20Merge pull request #518 from AFLplusplus/ltopcguardvan Hauser
sancov ported to LTO
2020-08-20add missing features for sancov ltovan Hauser
2020-08-20fix wrong varvan Hauser
2020-08-20Merge pull request #517 from AFLplusplus/custommut-readmevan Hauser
Custom Mutator readme
2020-08-20move afl_loop checkvan Hauser
2020-08-20sancov enhancementvan Hauser
2020-08-20support current llvm12 changesvan Hauser
2020-08-19Merge pull request #513 from fouzhe/patch-1van Hauser
fix typo
2020-08-19fix typofouzhe
2020-08-19Merge pull request #512 from AFLplusplus/stablevan Hauser
activate travis for stable
2020-08-19activate travis for stablevan Hauser
2020-08-18v2.67dvan Hauser
2020-08-18Merge pull request #511 from AFLplusplus/stablevan Hauser
push to dev
2020-08-182.67c 2.67cvan Hauser
2020-08-18code-format, changelogDominik Maier
2020-08-18moved autodict extras away from extras_aDominik Maier
2020-08-18Reworked 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-17Merge pull request #499 from AFLplusplus/devvan Hauser
important push to stable
2020-08-17pcguard for ltovan Hauser
2020-08-16install libafldriversvan Hauser
2020-08-16fix lto autodict for long stringsvan Hauser
2020-08-16final afl-llvm-rt.o.c that takes care of all eventualitiesvan Hauser
2020-08-15skip instrumenting blocks following __afl_loop to improve stability in LTO. ↵van Hauser
not in afl-llvm-pass and instrim because they are outdated, sancov cant be fixed
2020-08-15more likelyvan Hauser
2020-08-15more unlikelyvan Hauser
2020-08-15important bugfix for large covmapsvan Hauser
2020-08-15increase initial memory sizedvan Hauser
2020-08-15more FAQvan Hauser
2020-08-14Revert "Merge branch 'debug' into dev"root
This reverts commit a7537b5511ad767d2240cf2dc6d3e261daa676f9, reversing changes made to 15e799f7ae666418e75c6a79db833c5316b21f97.
2020-08-14Merge branch 'debug' into devvan Hauser