You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jellyfin/fuzz
Bond_009 eb022c49cc
Update to .NET 8
5 months ago
..
Emby.Server.Implementations.Fuzz Update to .NET 8 5 months ago
Jellyfin.Api.Fuzz Update to .NET 8 5 months ago
.gitignore Add fuzzing infra 3 years ago
README.md Fix fuzz projects (#10416) 5 months ago

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.