srlabs / ziggy

A multi-fuzzer management utility for all of your Rust fuzzing needs 🧑‍🎤
Apache License 2.0
59 stars 6 forks source link

Error handling and no_afl + no_honggfuzz #24

Closed brunoproduit closed 1 year ago

brunoproduit commented 1 year ago

This PR adds better error handling and standardizes error messages. It also increases the verbosity of ziggy overall.

In addition, the first draft of the no_honggfuzz and no_afl option (for build and fuzz) is sketched, which solves #12. Should only be merged once this is done.