about summary refs log tree commit diff
path: root/src/afl-fuzz-queue.c
AgeCommit message (Collapse)Author
2023-05-15push to stable (#1734)van Hauser
* afl++ -> AFL++ * update readme * more debug * slightly different weighting algo (#1719) * better seed selection * slightly different weighting calculation * remove unnecessary memset * Add "Hangs saved" to afl-whatsup (#1717) The hangs could show long or infinite loops. This is important. Co-authored-by: van Hauser <vh@thc.org> * nits * afl-showmap: Start a only a single fork server (#1718) A forkserver is started by afl_fsrv_get_mapsize() when dynamically finding the map size. When an input directory option is specified a second fork server was also started. This commit re-arranges the inits for several forkserver struct members so that we can re-use the server started by the get_mapsize() call when not in coresight/qemu/unicorn modes and just start the server otherwise. * Source Code Coverage support for Nyx (Part 1) (#1720) * Additional source code reformatting in afl-compiler-rt * Add source code coverage support to afl-compiler-rt (for use with Nyx) * doc, code format * llvm 17 changes * more llvm 17 * add frida mode tutorial * fix effector map * docs * Should memset EFF_ALEN(len) of eff_map (#1722) * fix reallocs * fix afl-system-config for macos * afl-fuzz.c: Document -i - in --help (#1725) afl-fuzz.c: Document `-i -` in `--help`, to write that `-i` can be passed '-' to resume the prior fuzzing job. Also reference AFL_AUTORESUME so users know they can set that parameter to sidestep the issue entirely. * tritondse custom mutator attempt * tritondse fixes * update libnyx (#1727) * GNUmakefile: Update LLVM instructions (#1728) Update LLVM instructions, because versions higher than 14 are supported and to be explicit that LLD is also required * disable macos in the ci, works fine for me * fix makefile * better tritondse support * next steps for tritondse * qemuafl: Persistent mode for PPC32 targets * update qemu_mode * afl-clang-lto incomptable with -flto=thin * add @responsefile support for afl-cc --------- Co-authored-by: fxlb <devel.fx.lebail@orange.fr> Co-authored-by: Nick Potenski <nick.potenski@garmin.com> Co-authored-by: Christian Holler (:decoder) <choller@mozilla.com> Co-authored-by: lazymio <mio@lazym.io> Co-authored-by: Moshe Kaplan <me@moshekaplan.com> Co-authored-by: Sergej Schumilo <sergej@schumilo.de> Co-authored-by: Dominik Maier <domenukk@gmail.com>
2023-04-13remove -z option, use -p mmopt insteadvanhauser-thc
2023-04-08hopefully better -z algorithmvanhauser-thc
2023-04-05better new weightingvanhauser-thc
2023-04-05add -z switchvanhauser-thc
2023-03-27time_wo_finds in fuzzer_statsvanhauser-thc
2023-02-27div hitsvanhauser-thc
2023-02-21Merge pull request #1651 from AFLplusplus/devvan Hauser
Dev
2023-02-13autodisable and better performancevanhauser-thc
2023-02-07Increase fuzz_level for mopt_common_fuzzingDaniil Kutz
Change performance score calculation for lin and quad power schedules
2023-01-03welcome 2023vanhauser-thc
2022-12-28prevent weighting < 1vanhauser-thc
2022-08-14add AFL_NO_STARTUP_CALIBRATION featurevanhauser-thc
2022-07-12clang format 14vanhauser-thc
2022-01-19nits and code formatvanhauser-thc
2022-01-19Revert "fix classify counts"vanhauser-thc
This reverts commit 4217a6606c92f6a88ab577ae8f91823dd731562d.
2022-01-15fix classify countsvanhauser-thc
2022-01-14nitsvanhauser-thc
2022-01-01welcome 2022vanhauser-thc
2021-12-11rename active_pathsyuawn
2021-12-09rename pathvanhauser-thc
2021-11-07Merge pull request #1141 from AFLplusplus/afl4van Hauser
cmplog enhancement variant
2021-11-06http->httpsvanhauser-thc
2021-10-17new rtn cmplog: instrumentation side + supporting functionsvanhauser-thc
2021-07-20Merge pull request #1034 from AFLplusplus/grammatronvan Hauser
Grammatron
2021-07-10remove redundant check (#1014)yuan
2021-07-09more fixesvanhauser-thc
2021-07-09fixesvanhauser-thc
2021-06-27Select (#995)van Hauser
* favor unfuzzed * fix * reinit table after a new fuzz
2021-04-09fix afl_custom_queue_new_entry when syncingvanhauser-thc
2021-03-24fix counting favoritesvanhauser-thc
2021-03-23make setting different file permissions easy via config.hvanhauser-thc
2021-03-15fixesaflpp
2021-03-04disable corpus introspection, potentially creates huge datavanhauser-thc
2021-01-31fix -Z, remove q->nextaflpp
2021-01-26real fix plus code formatvan Hauser
2021-01-23less stack mem reqvan Hauser
2021-01-15merge cmplogvan Hauser
2021-01-10fix weight calc, thanks to Marcelvan Hauser
2021-01-08Merge pull request #679 from AFLplusplus/devvan Hauser
Dev
2021-01-08fixvan Hauser
2021-01-04code formatvan Hauser
2021-01-04code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.)hexcoder-
2021-01-01try new weightingvan Hauser
2020-12-30better weightingvan Hauser
2020-12-30fix 32-bit mode, fix weightingvan Hauser
2020-12-29Update afl-fuzz-queue.cMarcel Böhme
2020-12-28added corpus introspectionvan Hauser
2020-12-11code formatvan Hauser
2020-12-11schedule improvements, new default is FASTvan Hauser