srlabs / ziggy

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

When adding seeds to AFL via cli, add them to shared corpus #52

Open brunoproduit opened 12 months ago

brunoproduit commented 12 months ago

When using cargo ziggy add-seeds, we should also copy the seeds to shared_corpus

vanhauser-thc commented 7 months ago

No we should not because the seeds might be duplicates. So afl-fuzz will pick those up that are not duplicates, there will den by synced to the corpus and picked up there by honggfuzz/libafl. We could add them to honggfuzz' dynamic input queue though.