From 035c01b4a1fbdf7c66fb9032d64c4f471263743a Mon Sep 17 00:00:00 2001 From: Addison Crump Date: Fri, 1 Mar 2024 18:26:22 +0100 Subject: [PATCH] update libfuzzer docs about macos (#1903) --- libafl_libfuzzer/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libafl_libfuzzer/README.md b/libafl_libfuzzer/README.md index 32b0a454b8..cff72c08a6 100644 --- a/libafl_libfuzzer/README.md +++ b/libafl_libfuzzer/README.md @@ -15,9 +15,7 @@ fuzzing environment or updating their harnesses. ## Usage -`libafl_libfuzzer` currently has known support for Rust, C, and C++ targets on Linux. -macOS has experimental support, but requires patching of LibAFL which leads to breaking changes elsewhere (ask in the -Discord for a patch file -- and [let us know what problems you face](https://github.com/AFLplusplus/LibAFL/issues/1564)). +`libafl_libfuzzer` currently has known support for Rust, C, and C++ targets on Linux and macOS. Windows is not currently supported, as we do not currently test or develop for Windows machines, but [we will happily hear what issues you face and patch them as possible](https://github.com/AFLplusplus/LibAFL/issues/1563).