Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mschessler committed Jan 6, 2025
1 parent 1af81ce commit 8e748dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ wget https://github.com/AFLplusplus/AFLplusplus/archive/refs/tags/v4.30c.tar.gz
tar -xvzf v4.30c.tar.gz

rm v4.30c.tar.gz
cd 4.30c/
cd v4.30c/

# Install afl-fuzz
sudo make install
cd ..
rm -rf 4.30c/
rm -rf v4.30c/

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

0 comments on commit 8e748dc

Please sign in to comment.