Bond-009 ceb850c770 Update projects to .NET 9 (#13023) hace 6 meses
..
Emby.Server.Implementations.Fuzz ceb850c770 Update projects to .NET 9 (#13023) hace 6 meses
Jellyfin.Api.Fuzz ceb850c770 Update projects to .NET 9 (#13023) hace 6 meses
.gitignore f7392394fd Add fuzzing infra hace 4 años
README.md b16033df03 Fix fuzz projects (#10416) hace 1 año

README.md

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.