Corey Farwell

Results 416 comments of Corey Farwell

> I would be happy to implement myself honggfuzz support if you want. 🤩🤩🤩 this would be amazing! how much work was it to get it working? i haven't tried...

this is all _very_ cool @PaulGrandperrin, nice work! so now we have both afl.rs and honggfuzz-rs which work great as standalone fuzzing tools, but do you think we should try...

all sounds great, thanks for writing it out! > I would also be happy to move the project under the "rust-fuzz" umbrella. again, no pressure, but if you did want...

here's what i'm imagining as a next step here: `cargo fuzz init` still generates a new `fuzz` directory, but now just consists of a `main.rs`. the user will no longer...

Looks like @smoelius is working on something similar to this: https://github.com/trailofbits/test-fuzz 👀

> Error: ${SNIP}/rust_project/compressor/Cargo.toml (package.name) is malformed `cargo fuzz init` should be run in the directory of your cargo project, not your cargo workspace

though maybe we can ease that constraint, since it's sorta arbitrary

As a short term fix you can wrap both variables in a tuple

Relevant: https://github.com/rust-fuzz/cargo-fuzz/issues/252

yeah, considering this is a crate for libfuzzer, if libfuzzer (upstream) doesn't support it, seems like it shouldn't be added here. maybe this is something we could add to cargo...