You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2024. It is now read-only.
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?
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!