about summary refs log tree commit diff
path: root/src/afl-fuzz.c
AgeCommit message (Expand)Author
2022-07-07fix double free on exit for -c 0 on src cmplogvanhauser-thc
2022-06-28nitsvanhauser-thc
2022-05-27Add AFL_SYNC_TIME variable for synchronization time tuning (#1425)Daniil Kuts
2022-04-18fix msgvanhauser-thc
2022-04-03fix pizza modevanhauser-thc
2022-04-03pizza mode on 1st of aprilvanhauser-thc
2022-04-03Merge pull request #1374 from CarloMara/stablevan Hauser
2022-04-02Fix dyslexia and clang formatCarlo Maragno
2022-03-17Merge pull request #1352 from cd80/patch-1van Hauser
2022-03-17fix typo for error message when using LD_PRELOADcd80
2022-03-04code formatvanhauser-thc
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-02-08add AFL_EARLY_FORKSERVER supportvanhauser-thc
2022-02-08reintroduce AFL_PERSISTENT and AFL_DEFER_FORKSRVvanhauser-thc
2022-02-06fix -G descriptionyuawn
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-25ensure all fuzz targets are killed on exitvanhauser-thc
2022-01-24try fixvanhauser-thc
2022-01-23code formatvanhauser-thc
2022-01-21add LTO support in nyx_modeSergej Schumilo
2022-01-19nits and code formatvanhauser-thc
2022-01-17fix nyx -Mvanhauser-thc
2022-01-01welcome 2022vanhauser-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-27fix imports to build on Mac (#1231)jhertz
2021-12-09rename pathvanhauser-thc
2021-11-16showmap -A -> -H, accurate help outputvanhauser-thc
2021-11-15Check `-M` / `-S` is not specified with `-A`Akira Moroo
2021-11-15Fix platform check for `-A` CoreSight modeAkira Moroo
2021-11-12Add platform check for `-A` CoreSight modeAkira Moroo
2021-11-12Clarify usage message for ARM CoreSight modeAkira Moroo
2021-11-11Add initial CoreSight mode supportAkira Moroo
2021-11-07Merge pull request #1141 from AFLplusplus/afl4van Hauser
2021-11-06http->httpsvanhauser-thc
2021-11-03Merge pull request #1142 from AFLplusplus/devvan Hauser
2021-11-03move bitmap and saveautovanhauser-thc
2021-10-25Update real_map_size when doing a realloclazymio