about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
2022-02-06add GCC hot attribute to hot functionsyuawn
2022-02-06fix -G descriptionyuawn
2022-02-05fix accidental broken frida modevanhauser-thc
2022-02-05change -y to -g/-G and add env var alternativesvanhauser-thc
2022-02-05add afl-fuzz -y fuzz length supportvanhauser-thc
2022-02-05force persistent and deferred also for toolsvanhauser-thc
2022-02-04typohexcoder
2022-02-04same for defered forkservervanhauser-thc
2022-02-04test support for forced persistent modevanhauser-thc
2022-01-29afl fuzz enable getpgid on other platforms.David CARLIER
2022-01-264.00c readinessvanhauser-thc
2022-01-25code-formatvanhauser-thc
2022-01-25close autodict file even if fstat fails (Nyx mode)Sergej Schumilo
2022-01-25add AFL autodict capability to Nyx modeSergej Schumilo
2022-01-25ensure all fuzz targets are killed on exitvanhauser-thc
2022-01-24try fixvanhauser-thc
2022-01-23code formatvanhauser-thc
2022-01-21Merge branch 'dev' into docs_quality_assurance_3van Hauser
2022-01-21fixvanhauser-thc
2022-01-21use MAX_FILE as maximum size in Nyx modeSergej Schumilo
2022-01-21add LTO support in nyx_modeSergej Schumilo
2022-01-20Fix typollzmb
2022-01-19nits and code formatvanhauser-thc
2022-01-19Revert "fix classify counts"vanhauser-thc
This reverts commit 4217a6606c92f6a88ab577ae8f91823dd731562d.
2022-01-17fix nyx -Mvanhauser-thc
2022-01-15fix classify countsvanhauser-thc
2022-01-14nitsvanhauser-thc
2022-01-13fix skipping unfavored fuzzed entriesvanhauser-thc
2022-01-03fix wrong replacementsvanhauser-thc
2022-01-01welcome 2022vanhauser-thc
2021-12-31Merge pull request #1238 from AFLplusplus/more_havocvan Hauser
more havoc
2021-12-30Merge pull request #1237 from MegaManSec/devvan Hauser
Fix LeakSanitizer Usage.
2021-12-30fix map size for nyxvanhauser-thc
2021-12-30Fix type.Joshua Rogers
2021-12-30Fix LeakSanitizer Usage.Joshua Rogers
Previously, __lsan_do_leak_check() was run when using __AFL_LEAK_CHECK, however this was the incorrect function to use. According to the documentation: "Subsequent calls to this function will have no effect and end-of-process leak check will not run". This meant that if the memory did not leak on the first usage of __AFL_LEAK_CHECK, subsquent calls to this macro would never do anything. Likewise, it is not possible to use an LSAN suppression list with symbolize=0, so instead __lsan_disable and __lsan_enable are used to 'ignore' certain memory allocations where needed.
2021-12-29afl-cc lto fixvanhauser-thc
2021-12-29add power schedule infovanhauser-thc
2021-12-28fix nyx lib loadingvanhauser-thc
2021-12-28nyx code formatvanhauser-thc
2021-12-28nyx nitsvanhauser-thc
2021-12-28add Nyx modeSergej Schumilo
2021-12-27more havocvanhauser-thc
2021-12-27fix imports to build on Mac (#1231)jhertz
Co-authored-by: Jesse Hertz <>
2021-12-27fix cpu selectionvanhauser-thc
2021-12-25nitsvanhauser-thc
2021-12-16more -z defs filteringvanhauser-thc
2021-12-15cleanup of TIMES macrovanhauser-thc
2021-12-15afl-cc -v without errorsvanhauser-thc
2021-12-13fixvanhauser-thc
2021-12-13fix qemu/unicorn oobvanhauser-thc