Installation
Prerequisites
Before installing the fuzzer, ensure that you have the following prerequisites installed on your system:
- Rust and Cargo: Install Rust and Cargo via rustup.
Installing the Fuzzer
To include the fuzzer in your Rust project, add it as a dependency in your Cargo.toml
file:
[dependencies]
fuzzer = { path = "https://github.com/0xb-s/fuzzer" }