Settings

Theme

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

github.com

1 points by HAMSHAMA 2 years ago · 0 comments · 1 min read

Reader

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.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection