fuzz_toys is a collection of small applications for testing fuzzers.
- CMake
- Boost C++ Library
We use Ubuntu 20.04 for the build environment.
sudo apt update
sudo apt install -y build-essential cmake libboost-all-dev
mkdir -p build && cd $_
cmake ..
make
Please open GitHub Issues and Pull Requests.
fuzz_toys is released under the MIT License.
This project has received funding from the Acquisition, Technology & Logistics Agency (ATLA) under the National Security Technology Research Promotion Fund 2020 (JPJ004596).