Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-14 | add AFL_NO_STARTUP_CALIBRATION feature | vanhauser-thc | |
2022-07-24 | code format with clang-format-14 | yuawn | |
2022-07-24 | fix sentence & code format | yuawn | |
2022-07-24 | fix message overflow | yuawn | |
2022-07-12 | clang format 14 | vanhauser-thc | |
2022-07-07 | fix double free on exit for -c 0 on src cmplog | vanhauser-thc | |
2022-06-28 | nits | vanhauser-thc | |
2022-05-27 | Add 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-18 | fix msg | vanhauser-thc | |
2022-04-03 | fix pizza mode | vanhauser-thc | |
2022-04-03 | pizza mode on 1st of april | vanhauser-thc | |
2022-04-03 | Merge pull request #1374 from CarloMara/stable | van Hauser | |
Add new mode to AFLplusplus | |||
2022-04-02 | Fix dyslexia and clang format | Carlo Maragno | |
2022-03-17 | Merge pull request #1352 from cd80/patch-1 | van Hauser | |
fix typo in error message when using LD_PRELOAD | |||
2022-03-17 | fix typo for error message when using LD_PRELOAD | cd80 | |
2022-03-04 | code format | vanhauser-thc | |
2022-03-04 | write nyx crash logs to AFL++ work directory | Sergej Schumilo | |
2022-03-01 | code format | vanhauser-thc | |
2022-03-01 | allow for -c0 also for src targets | vanhauser-thc | |
2022-02-08 | add AFL_EARLY_FORKSERVER support | vanhauser-thc | |
2022-02-08 | reintroduce AFL_PERSISTENT and AFL_DEFER_FORKSRV | vanhauser-thc | |
2022-02-06 | fix -G description | yuawn | |
2022-02-05 | change -y to -g/-G and add env var alternatives | vanhauser-thc | |
2022-02-05 | add afl-fuzz -y fuzz length support | vanhauser-thc | |
2022-02-05 | force persistent and deferred also for tools | vanhauser-thc | |
2022-02-04 | typo | hexcoder | |
2022-02-04 | same for defered forkserver | vanhauser-thc | |
2022-02-04 | test support for forced persistent mode | vanhauser-thc | |
2022-01-29 | afl fuzz enable getpgid on other platforms. | David CARLIER | |
2022-01-26 | 4.00c readiness | vanhauser-thc | |
2022-01-25 | ensure all fuzz targets are killed on exit | vanhauser-thc | |
2022-01-24 | try fix | vanhauser-thc | |
2022-01-23 | code format | vanhauser-thc | |
2022-01-21 | add LTO support in nyx_mode | Sergej Schumilo | |
2022-01-19 | nits and code format | vanhauser-thc | |
2022-01-17 | fix nyx -M | vanhauser-thc | |
2022-01-01 | welcome 2022 | vanhauser-thc | |
2021-12-29 | add power schedule info | vanhauser-thc | |
2021-12-28 | fix nyx lib loading | vanhauser-thc | |
2021-12-28 | nyx code format | vanhauser-thc | |
2021-12-28 | nyx nits | vanhauser-thc | |
2021-12-28 | add Nyx mode | Sergej Schumilo | |
2021-12-27 | fix imports to build on Mac (#1231) | jhertz | |
Co-authored-by: Jesse Hertz <> | |||
2021-12-09 | rename path | vanhauser-thc | |
2021-11-16 | showmap -A -> -H, accurate help output | vanhauser-thc | |
2021-11-15 | Check `-M` / `-S` is not specified with `-A` | Akira Moroo | |
Signed-off-by: Akira Moroo <retrage01@gmail.com> | |||
2021-11-15 | Fix platform check for `-A` CoreSight mode | Akira Moroo | |
Signed-off-by: Akira Moroo <retrage01@gmail.com> | |||
2021-11-12 | Add platform check for `-A` CoreSight mode | Akira Moroo | |
REF: https://github.com/AFLplusplus/AFLplusplus/pull/1156#discussion_r747454306 Signed-off-by: Akira Moroo <retrage01@gmail.com> | |||
2021-11-12 | Clarify usage message for ARM CoreSight mode | Akira Moroo | |
REF: https://github.com/AFLplusplus/AFLplusplus/pull/1156#issuecomment-966196217 Signed-off-by: Akira Moroo <retrage01@gmail.com> | |||
2021-11-11 | Add initial CoreSight mode support | Akira Moroo | |
The original code is: https://github.com/RICSecLab/AFLplusplus-cs/tree/retrage/coresight-mode-pr Signed-off-by: Akira Moroo <retrage01@gmail.com> |