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
We use [ziggy](https://github.com/srlabs/ziggy/) to orchestrate fuzzing.
Ziggy uses both AFL++ and Honggfuzz under the hood.
This harness performs "structure aware" fuzzing where the messages are
serialized using bincode/serde, similar to
[arbitrary](https://github.com/rust-fuzz/arbitrary)
Note that I had to update ``cid`` to get the ``serde`` feature support.
Hope this is okay.
0 commit comments