Skip to content

A Collection of Small Applications for Testing Fuzzers

License

Notifications You must be signed in to change notification settings

fuzzuf/fuzz_toys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fuzz_toys

fuzz_toys is a collection of small applications for testing fuzzers.

Requirements

  • CMake
  • Boost C++ Library

Building

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

Contributing

Please open GitHub Issues and Pull Requests.

License

fuzz_toys is released under the MIT License.

Acknowledgements

This project has received funding from the Acquisition, Technology & Logistics Agency (ATLA) under the National Security Technology Research Promotion Fund 2020 (JPJ004596).

About

A Collection of Small Applications for Testing Fuzzers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published