aboutsummaryrefslogtreecommitdiffhomepage
path: root/src-cslul/fuzz
AgeCommit message (Expand)AuthorFilesLines
2024-05-11Update copyright yearsSamuel Lidén Borell1-1/+1
2024-04-13Remove cli/gui distinction. Make \name and \type optional for appsSamuel Lidén Borell5-5/+0
2024-03-08Use SlulApp.main as the entry point. Implicitly depend on slulrtSamuel Lidén Borell2-2/+2
2024-02-24Fix allocation of CSlulConfig in aflmain.cSamuel Lidén Borell1-2/+5
2023-07-21Remove output files on errorSamuel Lidén Borell1-0/+7
2023-07-15Update copyright yearsSamuel Lidén Borell1-1/+1
2023-07-08Update afl wrapper and Makefile targetSamuel Lidén Borell1-17/+13
2022-08-14Update copyright yearsSamuel Lidén Borell1-1/+1
2022-07-23Remove unnecessary NULL check, .SUFFIXES rule, and (void) castSamuel Lidén Borell1-1/+0
2022-07-23Fix warnings in aflmain.cSamuel Lidén Borell1-1/+4
2022-03-06Fix realloc function in afl wrapperSamuel Lidén Borell1-2/+4
2022-01-02Rename structs/enums to avoid all-caps typesSamuel Lidén Borell1-15/+15
2021-12-27Fix alignment in persistent mode fuzzer code. Add test of alignment paddingSamuel Lidén Borell1-1/+5
2021-12-26Implement persistent mode fuzzing with afl++Samuel Lidén Borell7-0/+371