Fix missed AFL++ changes in README.md

This commit is contained in:
Abhishek Arya 2021-01-26 15:29:02 -08:00 committed by GitHub
parent 89603f367a
commit 65d4f8e5cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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