@@ -30,19 +30,20 @@ instances of [ClusterFuzz] or [ClusterFuzzLite].
3030[ Core Infrastructure Initiative ] : https://www.coreinfrastructure.org/
3131[ OpenSSF ] : https://www.openssf.org/
3232
33- We support the [ libFuzzer] , [ AFL++] , [ Honggfuzz] , and [ Centipede] fuzzing engines in
33+ We support the [ libFuzzer] , [ AFL++] , [ Honggfuzz] , [ Nallocfuzz ] , and [ Centipede] fuzzing engines in
3434combination with [ Sanitizers] , as well as [ ClusterFuzz] , a distributed fuzzer
3535execution environment and reporting tool.
3636
3737[ libFuzzer ] : https://llvm.org/docs/LibFuzzer.html
3838[ AFL++ ] : https://github.com/AFLplusplus/AFLplusplus
3939[ Honggfuzz ] : https://github.com/google/honggfuzz
40+ [ Nallocfuzz ] : https://github.com/catenacyber/nallocfuzz
4041[ Centipede ] : https://github.com/google/centipede
4142[ Sanitizers ] : https://github.com/google/sanitizers
4243[ ClusterFuzz ] : https://github.com/google/clusterfuzz
4344[ ClusterFuzzLite ] : https://google.github.io/clusterfuzzlite/
4445
45- Currently, OSS-Fuzz supports C/C++, Rust, Go, Python and Java/JVM code. Other
46+ Currently, OSS-Fuzz supports C/C++, Rust, Go, Python, Swift and Java/JVM code. Other
4647languages supported by [ LLVM] may work too. OSS-Fuzz supports fuzzing x86_64
4748and i386 builds.
4849
0 commit comments