rust-fuzz / honggfuzz-rs

Fuzz your Rust code with Google-developed Honggfuzz !
https://crates.io/crates/honggfuzz
Apache License 2.0
449 stars 40 forks source link

honggfuzz-rs does not currently support Windows #34

Closed herou closed 4 years ago

herou commented 4 years ago

Hello, I am trying to install honggfuzz-rs but I am facing this issue:

honggfuzz-rs does not currently support Windows but works well under WSL (Windows Subsystem for Linux) image

PaulGrandperrin commented 4 years ago

Hello, Honggfuzz - the upstream project, not this project which is just a rust wrapper on it - does not support Windows.

Nothing can be done here, and I think the honggfuzz upstream developers and most people using fuzzers don't care at all about this platform so I guess I'll probably never be supported... Linux is really the only fully supported platform, macOS and *BSD are kind of second class too.

So, as said in the error message, I recommend you to use WSL (version 2 is best) to have support if you work on Windows.