Skip to content

Instantly share code, notes, and snippets.

@chinsyo
Created October 10, 2024 08:03
Show Gist options
  • Save chinsyo/5944cb81d0a616cfcd7fea14250d0dba to your computer and use it in GitHub Desktop.
Save chinsyo/5944cb81d0a616cfcd7fea14250d0dba to your computer and use it in GitHub Desktop.
Install honggfuzz on ubuntu
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