| #!/bin/shset -edotnet build -c Release ../../Emby.Server.Implementations/Emby.Server.Implementations.csproj --output binsharpfuzz bin/Emby.Server.Implementations.dllcp bin/Emby.Server.Implementations.dll .dotnet buildmkdir -p FindingsAFL_SKIP_BIN_CHECK=1 afl-fuzz -i "Testcases/$1" -o "Findings/$1" -t 5000 ./bin/Debug/net9.0/Emby.Server.Implementations.Fuzz "$1"
 |