Skip to content

Commit

Permalink
Also update Install.sh with the correct removeal of afl-2.52b directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Metalnem committed Jan 18, 2019
1 parent 6730c21 commit 7a9a14e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ patch < RemoveInstrumentationCheck.diff

# Install afl-fuzz
make install
cd ..
rm -rf afl-2.52b/
rm -rf ../afl-2.52b/

# Install SharpFuzz.CommandLine global .NET tool
dotnet tool install --global SharpFuzz.CommandLine --version 0.7.0
Expand Down
2 changes: 1 addition & 1 deletion build/Install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ patch < RemoveInstrumentationCheck.diff

# Install afl-fuzz
make install
rm -rf afl-2.52b/
rm -rf ../afl-2.52b/

# Install SharpFuzz.CommandLine global .NET tool
dotnet tool install --global SharpFuzz.CommandLine --version 0.7.0

0 comments on commit 7a9a14e

Please sign in to comment.