Skip to content

Commit

Permalink
Make sure Findings dir exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Bond-009 committed May 5, 2021
1 parent 0007c3c commit 95ee85a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fuzz/Emby.Server.Implementations.Fuzz/fuzz.sh
Expand Up @@ -7,4 +7,5 @@ sharpfuzz bin/Emby.Server.Implementations.dll
cp bin/Emby.Server.Implementations.dll .

dotnet build
mkdir -p Findings
afl-fuzz -i "Testcases/$1" -o "Findings/$1" -t 5000 -m 10240 dotnet bin/Debug/net5.0/Emby.Server.Implementations.Fuzz.dll "$1"

0 comments on commit 95ee85a

Please sign in to comment.