From b7fbe7646bacf19b0c84e4a5f4c8f40944c0c656 Mon Sep 17 00:00:00 2001 From: Prabhat Verma Date: Tue, 18 Mar 2025 15:03:18 +0530 Subject: [PATCH] suggest libFuzzer for MacOS users --- fuzz/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/fuzz/README.md b/fuzz/README.md index 6eb08b45226..d46754e2ab8 100644 --- a/fuzz/README.md +++ b/fuzz/README.md @@ -15,6 +15,7 @@ easily. We support multiple fuzzing engines such as `honggfuzz`, `libFuzzer` and `AFL`. You typically won't need to run the entire suite of different fuzzing tools. For local execution, `honggfuzz`should be more than sufficient. +> MacOS users should prefer using `libFuzzer` since `honggfuzz` is not actively maintained for MacOS based systems ### Setup #### Honggfuzz