Collection of intentionally vulnerable applications for fuzz tools development.
The apps are not secure by any means nor they are useful for anything else except for testing your tools.
Note: fuzzme is not a fuzzing challenge as it is very easy to fuzz and crash. Instead it contains multitude of different bug types to crash in many different ways.
C++ target buildable with CMake and fuzzable with libFuzzer.
Go target buildable and fuzzable with go-fuzz.
Originally written by Valery Korolyov for testing BugBane.
License: MIT.