mirror of https://github.com/google/oss-fuzz.git
Fix missed AFL++ changes in README.md
This commit is contained in:
parent
89603f367a
commit
65d4f8e5cc
|
@ -19,12 +19,12 @@ combining modern fuzzing techniques with scalable, distributed execution.
|
||||||
[Core Infrastructure Initiative]: https://www.coreinfrastructure.org/
|
[Core Infrastructure Initiative]: https://www.coreinfrastructure.org/
|
||||||
[OpenSSF]: https://www.openssf.org/
|
[OpenSSF]: https://www.openssf.org/
|
||||||
|
|
||||||
We support the [libFuzzer], [AFL], and [Honggfuzz] fuzzing engines in
|
We support the [libFuzzer], [AFL++], and [Honggfuzz] fuzzing engines in
|
||||||
combination with [Sanitizers], as well as [ClusterFuzz], a distributed fuzzer
|
combination with [Sanitizers], as well as [ClusterFuzz], a distributed fuzzer
|
||||||
execution environment and reporting tool.
|
execution environment and reporting tool.
|
||||||
|
|
||||||
[libFuzzer]: https://llvm.org/docs/LibFuzzer.html
|
[libFuzzer]: https://llvm.org/docs/LibFuzzer.html
|
||||||
[AFL]: https://lcamtuf.coredump.cx/afl/
|
[AFL++]: https://github.com/AFLplusplus/AFLplusplus
|
||||||
[Honggfuzz]: https://github.com/google/honggfuzz
|
[Honggfuzz]: https://github.com/google/honggfuzz
|
||||||
[Sanitizers]: https://github.com/google/sanitizers
|
[Sanitizers]: https://github.com/google/sanitizers
|
||||||
[ClusterFuzz]: https://github.com/google/clusterfuzz
|
[ClusterFuzz]: https://github.com/google/clusterfuzz
|
||||||
|
|
Loading…
Reference in New Issue