mgeisler / rust-fuzz-book

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

Home Page:https://rust-fuzz.github.io/book/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Rust Fuzzing Book

Read the Rust Fuzzing Book online here!

Building

First, install mdbook:

$ cargo install mdbook

To build the book, run:

$ mdbook build

To serve the book locally, re-building on any change, run:

$ mdbook serve

About

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

https://rust-fuzz.github.io/book/


Languages

Language:Shell 100.0%