Bond_009 97a02f5803 Remove BOM from UTF-8 files преди 11 месеца
..
Emby.Server.Implementations.Fuzz 97a02f5803 Remove BOM from UTF-8 files преди 11 месеца
Jellyfin.Api.Fuzz 97a02f5803 Remove BOM from UTF-8 files преди 11 месеца
.gitignore f7392394fd Add fuzzing infra преди 4 години
README.md b16033df03 Fix fuzz projects (#10416) преди 1 година

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.