fzgo icon indicating copy to clipboard operation
fzgo copied to clipboard

fzgo is a prototype of "make fuzzing a first class citizen" in the go command. Supports rich signatures & generating fuzz functions.

Results 3 fzgo issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/29042336/90948942-69c4cb00-e476-11ea-8075-9867ce7fa30c.png) there's a error when launch i debug fzgo for found what happen its about analysis of dir on function called "FindFunc" on fzgo/fuzz/packages.go: L 59 ![image](https://user-images.githubusercontent.com/29042336/90948988-bf997300-e476-11ea-9b86-330a4cf8bfaf.png) what packages.Load return...

dvyukov/go-fuzz supports modules now (https://github.com/dvyukov/go-fuzz/pull/274), so it is now feasible to support modules with fzgo.

I switched strategies here and currently do not follow 'go test' as closely as I should for what goes to stdout vs. stderr. Would also need to update the tests,...