book icon indicating copy to clipboard operation
book copied to clipboard

πŸ“– Guides and tutorials on how to fuzz Rust code

Results 18 book issues
Sort by recently updated
recently updated
newest added

I haven't tested the coverage generation with the new documentation yet. I'll experiment with it soonish.

Hi, first of all `cargo-fuzz` is awesome :+1:. I have been playing a little with it. And I found out that resolving memory leaks is not as easy as I...

Also, I think we should remove the mention that `cargo-fuzz` is the recommended fuzzer in this file: https://github.com/rust-fuzz/book/blob/master/src/cargo-fuzz.md. I think there is two reasons for this: - honggfuzz-rs is now...

The last sentence of Β§2.2, the AFL.rs tutorial, isβ€” > AFL will run indefinitely, so if you want to quit, press `CTRL-C`. However, mentions that AFL has a "default timeout":...

@Shnatsel wrote [this](https://www.reddit.com/r/rust/comments/8zpp5f/auditing_popular_crates_how_a_oneline_unsafe_has/) amazing post on reddit, documenting their workflow on how to run fuzzers on rust projects and what to keep in mind (disabling checksum checking e.g.). We should...

https://github.com/rust-fuzz/honggfuzz-rs

Hello ! I tried to follow the tutorial on Fedora 25, default installation. I believe docker needs additional mount flag to behave properly on SELinux systems `-Z` Not sure what...

See https://github.com/rust-fuzz/cargo-fuzz/issues/73

http://llvm.org/docs/LibFuzzer.html#output https://github.com/rust-fuzz/cargo-fuzz/issues/83#issuecomment-285898334

I haven't tried this yet, but might be good to document how to do it if possible