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 QEMU mode for some AFL++ secondary fuzzers #30

Closed louismerlin closed 1 year ago

louismerlin commented 1 year ago

QEMU mode (-Q) could be used for certain secondary fuzzers.

vanhauser-thc commented 1 year ago

I tried it, it does not much sense because of the huge targets. also tried with frida etc. it is just very slow, difficult coverage gathering. I recommend closing this.

louismerlin commented 1 year ago

Yep this was our feeling too. Thank you for checking it out.