Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 775 Bytes

File metadata and controls

17 lines (12 loc) · 775 Bytes

fuzzme

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.

What's inside

cpp

C++ target buildable with CMake and fuzzable with libFuzzer.

go

Go target buildable and fuzzable with go-fuzz.

Credits and License

Originally written by Valery Korolyov for testing BugBane.
License: MIT.