Created
October 10, 2024 08:03
-
-
Save chinsyo/5944cb81d0a616cfcd7fea14250d0dba to your computer and use it in GitHub Desktop.
Install honggfuzz on ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install binutils-dev libunwind-dev -y | |
git clone https://github.com/google/honggfuzz.git && cd honggfuzz | |
make -j8 | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment