update libfuzzer docs about macos (#1903)

This commit is contained in:
Addison Crump 2024-03-01 18:26:22 +01:00 committed by GitHub
parent 1a41e65a5b
commit 035c01b4a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,9 +15,7 @@ fuzzing environment or updating their harnesses.
## Usage ## Usage
`libafl_libfuzzer` currently has known support for Rust, C, and C++ targets on Linux. `libafl_libfuzzer` currently has known support for Rust, C, and C++ targets on Linux and macOS.
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)).
Windows is not currently supported, as we do not currently test or develop for Windows machines, but [we will happily 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). hear what issues you face and patch them as possible](https://github.com/AFLplusplus/LibAFL/issues/1563).