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 build command before minimize #86

Closed louismerlin closed 7 months ago

louismerlin commented 7 months ago

Running cargo ziggy minimize did not re-build the fuzzers, which has been a problem in several instances for me in the past.

Now, Honggfuzz and AFL++ targets get built appropriately before minimization.

vanhauser-thc commented 7 months ago

lgtm