about summary refs log tree commit diff
path: root/src/afl-fuzz.c
AgeCommit message (Collapse)Author
2022-08-14add AFL_NO_STARTUP_CALIBRATION featurevanhauser-thc
2022-07-24code format with clang-format-14yuawn
2022-07-24fix sentence & code formatyuawn
2022-07-24fix message overflowyuawn
2022-07-12clang format 14vanhauser-thc
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
* Add AFL_SYNC_TIME variable for synchronization time tuning * Documentation for AFL_SYNC_TIME variable
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
Add new mode to AFLplusplus
2022-04-02Fix dyslexia and clang formatCarlo Maragno
2022-03-17Merge pull request #1352 from cd80/patch-1van Hauser
fix typo in error message when using LD_PRELOAD
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
Co-authored-by: Jesse Hertz <>
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
Signed-off-by: Akira Moroo <retrage01@gmail.com>
2021-11-15Fix platform check for `-A` CoreSight modeAkira Moroo
Signed-off-by: Akira Moroo <retrage01@gmail.com>
2021-11-12Add platform check for `-A` CoreSight modeAkira Moroo
REF: https://github.com/AFLplusplus/AFLplusplus/pull/1156#discussion_r747454306 Signed-off-by: Akira Moroo <retrage01@gmail.com>
2021-11-12Clarify usage message for ARM CoreSight modeAkira Moroo
REF: https://github.com/AFLplusplus/AFLplusplus/pull/1156#issuecomment-966196217 Signed-off-by: Akira Moroo <retrage01@gmail.com>
2021-11-11Add initial CoreSight mode supportAkira Moroo
The original code is: https://github.com/RICSecLab/AFLplusplus-cs/tree/retrage/coresight-mode-pr Signed-off-by: Akira Moroo <retrage01@gmail.com>