google / gofuzz

Fuzz testing for go.
Apache License 2.0
1.5k stars 119 forks source link

Integrate with fuzzit? #33

Closed posener closed 4 years ago

posener commented 4 years ago

Hi

Is it possible to enable usage of fuzzit with gofuzz? I think we can use the random input in order to generate the random objects, so it will make fuzzing easier. Maybe it is possible to use the random bytes as a seed for a random source?

Does it all make sense?

Thanks!