Skip to content

Commit 0c52491

Browse files
committed
docs: fuzzing
Signed-off-by: Chojan Shang <[email protected]>
1 parent 1e65984 commit 0c52491

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

fuzz/README.md renamed to docs/fuzzing.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# fuzz
1+
# Fuzzing
22

33
## Installing `honggfuzz`
44

@@ -8,9 +8,12 @@ cargo install honggfuzz
88

99
Install [dependencies](https://github.com/rust-fuzz/honggfuzz-rs#dependencies) for your system.
1010

11-
## Fuzzing
11+
## Running the fuzzer
12+
13+
Running the fuzzer is as easy as running in the `fuzz` directory.
14+
15+
Choose a target:
1216

13-
Choose a target.
1417
These are `[[bin]]` entries in `Cargo.toml`.
1518
List them with `cargo read-manifest | jq '.targets[].name'` from the `fuzz` directory.
1619

0 commit comments

Comments
 (0)