From 2310666975d0f7e06f44efa6032c6838f2a33f0c Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 12 Jan 2026 13:40:05 -0400 Subject: mention 'cargo install cargo-fuzz' --- azalea-protocol/fuzz/README.md | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3