Skip to content

gardatech/fuzzme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.