about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
2022-03-04code formatvanhauser-thc
2022-03-04fix compile error on non linux targetsSergej Schumilo
2022-03-04write nyx crash logs to AFL++ work directorySergej Schumilo
2022-03-01code formatvanhauser-thc
2022-03-01allow for -c0 also for src targetsvanhauser-thc
2022-03-01Revert "Merge branch 'newpm2' into dev"vanhauser-thc
This reverts commit fee1acf7e6096533f1aa8cd74035bed21c90fdf6, reversing changes made to 675d17d737ee5dee88766d9c181567771592c94c.
2022-02-22Merge branch 'newpm2' into devvan Hauser
2022-02-22LLVM 14 fixesRaphael Isemann
2022-02-21todo listvanhauser-thc
2022-02-20Revert "remove new llvm pass manager :("vanhauser-thc
This reverts commit 55ed2a443c5c61baba37415d4087164454d8a2a8.
2022-02-09Adapt to my MacOSDominik Maier
2022-02-08add AFL_EARLY_FORKSERVER supportvanhauser-thc
2022-02-08reintroduce AFL_PERSISTENT and AFL_DEFER_FORKSRVvanhauser-thc
2022-02-08remove debug msgvanhauser-thc
2022-02-08import mozilla afl-cc patchvanhauser-thc
2022-02-06code formatyuawn
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