mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-06 12:05:09 +01:00
|
…
|
||
|---|---|---|
| .. | ||
| Emby.Server.Implementations.Fuzz | ||
| Jellyfin.Api.Fuzz | ||
| .gitignore | ||
| 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.