jellyfin/fuzz
Bond_009 97a02f5803 Remove BOM from UTF-8 files
I think some people need to change their IDE configuration ;)
2024-08-30 15:29:48 +02:00
..
Emby.Server.Implementations.Fuzz Remove BOM from UTF-8 files 2024-08-30 15:29:48 +02:00
Jellyfin.Api.Fuzz Remove BOM from UTF-8 files 2024-08-30 15:29:48 +02:00
.gitignore Add fuzzing infra 2021-06-08 22:22:32 +02:00
README.md Fix fuzz projects (#10416) 2023-10-22 09:01:51 -06:00

Jellyfin fuzzing

Setup

Install AFL++

git clone https://github.com/AFLplusplus/AFLplusplus
cd AFLplusplus
make all
sudo make install

Install SharpFuzz.CommandLine global .NET tool

dotnet tool install --global SharpFuzz.CommandLine

Running

Run the fuzz.sh in the directory corresponding to the project you want to fuzz. The script takes a parameter of which fuzz case you want to run.