aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/fuzz/README.md
blob: 42ae188c5ff9a8053a89669c0bcededd8bbe6367 (plain)
1
2
3
4
5
6
7
8
9
10
Fuzzing for `azalea-protocol`.

## Usage

```sh
cargo fuzz run clientbound_game # {clientbound,serverbound}_{config,game,handshake,login,status}
# optionally, add `-s none` for a speedup at the cost of catching less memory safety issues
# see https://appsec.guide/docs/fuzzing/rust/cargo-fuzz/#addresssanitizer
```