diff --git a/fuzz/README.md b/docs/fuzzing.md similarity index 84% rename from fuzz/README.md rename to docs/fuzzing.md index d63f06b0e..72d3d96eb 100644 --- a/fuzz/README.md +++ b/docs/fuzzing.md @@ -1,4 +1,4 @@ -# fuzz +# Fuzzing ## Installing `honggfuzz` @@ -8,9 +8,12 @@ cargo install honggfuzz Install [dependencies](https://github.com/rust-fuzz/honggfuzz-rs#dependencies) for your system. -## Fuzzing +## Running the fuzzer + +Running the fuzzer is as easy as running in the `fuzz` directory. + +Choose a target: -Choose a target. These are `[[bin]]` entries in `Cargo.toml`. List them with `cargo read-manifest | jq '.targets[].name'` from the `fuzz` directory.