Add Atheris.

This commit is contained in:
fabacab 2020-12-12 00:39:51 -05:00
parent e27f60fa95
commit 1588e675e4
No known key found for this signature in database
GPG Key ID: B0303BF6BA36A560
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ See also [awesome-devsecops](https://github.com/devsecops/awesome-devsecops).
See also [Awesome-Fuzzing](https://github.com/secfigo/Awesome-Fuzzing).
* [Atheris](https://pypi.org/project/atheris/) - Coverage-guided Python fuzzing engine based off of libFuzzer that supports fuzzing of Python code but also native extensions written for CPython.
* [FuzzBench](https://google.github.io/fuzzbench/) - Free service that evaluates fuzzers on a wide variety of real-world benchmarks, at Google scale.
* [OneFuzz](https://github.com/microsoft/onefuzz) - Self-hosted Fuzzing-as-a-Service (FaaS) platform.