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 support for multiple AFL flag arguments #91

Closed louismerlin closed 7 months ago

louismerlin commented 7 months ago

Test it out in the url-fuzzer with cargo ziggy fuzz -a-g40 -a-G50 which should only generate inputs of size [40; 50] bytes.

Closes #88.