Skip to content

Learning the art of fuzzing, and also QuickCheck to improve test coverage

Notifications You must be signed in to change notification settings

alextanhongpin/go-fuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fuzzing

Automated testing with go-fuzz

Install:

$ go get -u github.com/dvyukov/go-fuzz/...
$ go get -d github.com/dvyukov/go-fuzz-corpus

Basic:

$ go-fuzz-build github.com/alextanhongpin/go-fuzz
$ mkdir -p workdir/corpus
$ echo -ne '\x0cHello World!' > workdir/corpus/example
$ go-fuzz -bin=bug-fuzz.zip -workdir=workdir

With google's gofuzz

$ go get github.com/google/gofuzz

About

Learning the art of fuzzing, and also QuickCheck to improve test coverage

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages