Installation & Building
ityfuzzup (Recommended)
curl -L https://ity.fuzz.land/ | bash
ityfuzzupBuild from Source
# Ubuntu:
sudo apt install libssl-dev libz3-dev pkg-config cmake build-essential clang
# macOS:
brew install openssl z3git clone https://github.com/fuzzland/ityfuzz.git && cd ityfuzz
git submodule update --recursive --init
cargo build --releaseLast updated