srlabs / ziggy

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

Add LibAFL #73

Open louismerlin opened 10 months ago

louismerlin commented 10 months ago

In this PR I'll add a third fuzzer to our roster: LibAFL.

I'll start by making it very simple and include corpus sharing and basic monitoring.

In the future, we also want users to bring their own LibAFL-based fuzzer to add to the roster; technical details are still a bit fuzzy but I think we can get there. This will be done in another PR.

Partially addresses #34.