|  Bond-009
				
				ceb850c770
				Update projects to .NET 9 (#13023) | hai 11 meses | |
|---|---|---|
| .. | ||
| Emby.Server.Implementations.Fuzz | hai 11 meses | |
| Jellyfin.Api.Fuzz | hai 11 meses | |
| .gitignore | %!s(int64=4) %!d(string=hai) anos | |
| README.md | %!s(int64=2) %!d(string=hai) anos | |
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
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.