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
102: Generalize the project to other fuzzers: AFL and Honggfuzz r=frewsxcv a=PaulGrandperrin
This is far from perfect (all targets are compiled at once) but it works and it's easy to work with (look at and add targets).
All the targets have been ported with only 1 or 2 exceptions that were broken and not easily fixable.
All seeds have been moved over too.
I added a few more targets like `url` and `proc_macro2`.
closes#100closes#98closes#66 I guess
closes#34 not relevant anymore
closes#73
Co-authored-by: Paul Grandperrin <[email protected]>
This would allow one to fuzz all targets indefinitely with a single script
The text was updated successfully, but these errors were encountered: