thepudds Profile picture
Tweets tend to be about Go, fuzzing, and Go Modules. He/him.
Jan 6, 2022 6 tweets 3 min read
Sharing a project that aims to make fuzzing more accessible:

github.com/thepudds/fzgen

fzgen builds on Go 1.18 fuzzing, adding:
- Fuzz complex types (structs, interfaces, ...)
- Auto gen fuzzing wrappers from normal code
- Auto hunt for concurrency bugs

#fuzzing #golang 1/n Some fun examples...

Fuzzing the syzkaller implementation without writing any code:

github.com/thepudds/fzgen…

2/n