aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/fuzz
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2026-01-12 13:40:05 -0400
committermat <git@matdoes.dev>2026-01-12 13:40:05 -0400
commit2310666975d0f7e06f44efa6032c6838f2a33f0c (patch)
tree6f1c635e8e45fd35f0c2867c24ddd4fa078f30d4 /azalea-protocol/fuzz
parent28ce8f8d951d61d43709987fee81ba6d24b9c1cf (diff)
downloadazalea-drasl-2310666975d0f7e06f44efa6032c6838f2a33f0c.tar.xz
mention 'cargo install cargo-fuzz'
Diffstat (limited to 'azalea-protocol/fuzz')
-rw-r--r--azalea-protocol/fuzz/README.md2
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