top | item 40605372

Show HN: Go-fuzz-all – Fuzz Go functions with non-basic type arguments

1 points| HAMSHAMA | 1 year ago |github.com

You may have tried to fuzz a function that takes a struct as a parameter. The direct way of doing this does not work, because the Go fuzzing framework is limited to basic types like int, float64, bool. go-fuzz-all allows you to fuzz functions with non-basic type arguments.

discuss

order

No comments yet.