diff options
| author | mat <git@matdoes.dev> | 2026-01-12 13:40:05 -0400 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2026-01-12 13:40:05 -0400 |
| commit | 2310666975d0f7e06f44efa6032c6838f2a33f0c (patch) | |
| tree | 6f1c635e8e45fd35f0c2867c24ddd4fa078f30d4 | |
| parent | 28ce8f8d951d61d43709987fee81ba6d24b9c1cf (diff) | |
| download | azalea-drasl-2310666975d0f7e06f44efa6032c6838f2a33f0c.tar.xz | |
mention 'cargo install cargo-fuzz'
| -rw-r--r-- | azalea-protocol/fuzz/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-protocol/fuzz/README.md b/azalea-protocol/fuzz/README.md index 26ff6dc4..df18e8ea 100644 --- a/azalea-protocol/fuzz/README.md +++ b/azalea-protocol/fuzz/README.md @@ -9,6 +9,8 @@ Additionally, you should be aware that this fuzzer only targets `azalea-protocol ## Usage ```sh +cargo install cargo-fuzz + cargo fuzz run clientbound_game -s none -- -rss_limit_mb=16384 # other valid targets: {clientbound,serverbound}_{config,game,handshake,login,status} # note: the rss_limit_mb is increased (from the default of 2048) so libfuzzer |
