srlabs / ziggy

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

Target could be selected automatically if unique #1

Closed louismerlin closed 1 year ago

louismerlin commented 1 year ago

If the fuzzer only has one binary target to choose from, then the target parameter could be ommited from the CLI (for the fuzz, run, minimize and cover commands), and the fuzzer could select it automatically.

In order to do this, ziggy could parse the Config.toml file with the cargo_toml crate for example.

louismerlin commented 1 year ago

Fixed by https://github.com/srlabs/ziggy/commit/125a59a71d1d5f474ee647dcfa7b307e19b429e5