@@ -30,19 +30,20 @@ instances of [ClusterFuzz] or [ClusterFuzzLite].
30
30
[ Core Infrastructure Initiative ] : https://www.coreinfrastructure.org/
31
31
[ OpenSSF ] : https://www.openssf.org/
32
32
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
34
34
combination with [ Sanitizers] , as well as [ ClusterFuzz] , a distributed fuzzer
35
35
execution environment and reporting tool.
36
36
37
37
[ libFuzzer ] : https://llvm.org/docs/LibFuzzer.html
38
38
[ AFL++ ] : https://github.com/AFLplusplus/AFLplusplus
39
39
[ Honggfuzz ] : https://github.com/google/honggfuzz
40
+ [ Nallocfuzz ] : https://github.com/catenacyber/nallocfuzz
40
41
[ Centipede ] : https://github.com/google/centipede
41
42
[ Sanitizers ] : https://github.com/google/sanitizers
42
43
[ ClusterFuzz ] : https://github.com/google/clusterfuzz
43
44
[ ClusterFuzzLite ] : https://google.github.io/clusterfuzzlite/
44
45
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
46
47
languages supported by [ LLVM] may work too. OSS-Fuzz supports fuzzing x86_64
47
48
and i386 builds.
48
49
0 commit comments