mirror of https://github.com/google/oss-fuzz.git
Update README.md
This commit is contained in:
parent
a392e2fd09
commit
938735b185
|
@ -12,7 +12,8 @@ OSS-Fuzz aims to make common open source software more secure and stable by
|
|||
combining modern fuzzing techniques with scalable,
|
||||
distributed execution.
|
||||
|
||||
We support the [libFuzzer](http://llvm.org/docs/LibFuzzer.html) and [AFL](https://lcamtuf.coredump.cx/afl/) fuzzing engines
|
||||
We support the [libFuzzer](http://llvm.org/docs/LibFuzzer.html), [AFL](https://lcamtuf.coredump.cx/afl/) and
|
||||
[Honggfuzz](https://github.com/google/honggfuzz) fuzzing engines
|
||||
in combination with [Sanitizers](https://github.com/google/sanitizers), as well as
|
||||
[ClusterFuzz](https://github.com/google/clusterfuzz),
|
||||
a distributed fuzzer execution environment and reporting tool.
|
||||
|
|
Loading…
Reference in New Issue