Skip to content

Commit

Permalink
fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
mschessler committed Jan 6, 2025
1 parent e3bdc88 commit 1af81ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ set -eux

# Download and extract the latest afl-fuzz source package
wget https://github.com/AFLplusplus/AFLplusplus/archive/refs/tags/v4.30c.tar.gz
tar -xvzf AFLplusplus-4.30c.tar.gz
tar -xvzf v4.30c.tar.gz

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

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

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

0 comments on commit 1af81ce

Please sign in to comment.