about summary refs log tree commit diff
path: root/src/afl-fuzz.c
AgeCommit message (Collapse)Author
2020-09-20set explore as default, fix schedule displayvan Hauser
2020-09-19fix exploit, mmopt and rare schedulevan Hauser
2020-09-19fix exploit, mmopt and rare schedulevan Hauser
2020-09-18fix expand havocvan Hauser
2020-09-08update instrumenation/README.instrument_file.md for gcc_pluginvan Hauser
2020-09-05 -p seek is now the defaultvan Hauser
2020-09-05skip crashes but keep for splicesvan Hauser
2020-09-05final changes for pre-3.0vanhauser-thc
2020-09-05add cull queue, -i subdir traversalvanhauser-thc
2020-09-04more changes to fuzzer_setupvan Hauser
2020-09-04Write set environment variables in an env file style.Thomas Rooijakkers
2020-09-04Seperate fuzzer_setup from fuzzer_stats, only write fuzzer_setup at the startThomas Rooijakkers
2020-08-31improve documentationvan Hauser
2020-08-28Fix 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-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-14Revert "Merge branch 'debug' into dev"root
This reverts commit a7537b5511ad767d2240cf2dc6d3e261daa676f9, reversing changes made to 15e799f7ae666418e75c6a79db833c5316b21f97.
2020-08-11review done, prayvan Hauser
2020-08-11move taint_mode varvan Hauser
2020-08-11cleanup minor issuesvan Hauser
2020-08-11enhancementsvan Hauser
2020-08-11Merge branch 'debug' into taintvan Hauser
2020-08-11break up llvm rt afl initvan Hauser
2020-08-10code-formatDominik Maier
2020-08-10fixed minor inconsistencies, reenabled warningsDominik Maier
2020-08-10increase stack sizevan Hauser
2020-08-10memory grab at startup to prevent crashesvan Hauser
2020-08-10disable expand havoc mopt for taintvan Hauser
2020-08-09integration in fuzz_onevan Hauser
2020-08-09taint integration donevan Hauser
2020-08-09fixesvan Hauser
2020-08-09changesvan Hauser
2020-08-09code formatvan Hauser
2020-08-09step 1van Hauser
2020-08-07enabled Wextra, fixed bugsDominik Maier
2020-08-07fix -N descriptionvan Hauser
2020-08-03fix expand havoc for ..._only modesvan Hauser
2020-07-31Haiku set explicitly to performance.David Carlier
No command line to set through afl-system-config (the only one is a GUI).
2020-07-31fixesvan Hauser
2020-07-30add -b option to afl-fuzzvan Hauser
2020-07-29Merge branch 'dev' into text_inputsvan Hauser
2020-07-28forgot getoptvan Hauser
2020-07-27unrenicevan Hauser
2020-07-27update readme, renice -20van Hauser
2020-07-24better text mutationvan Hauser
2020-07-24add -F option to sync to foreign fuzzer queuesvan Hauser
2020-07-23no cycle on expandvan Hauser
2020-07-22epand havoc now envAndrea Fioraldi
2020-07-21added andrea's splicing, added cycle_schedulesvan Hauser