Fix spelling error (#745)

This commit is contained in:
Aiden Hall 2022-08-26 10:48:32 -04:00 committed by GitHub
parent 758e49ac70
commit fc349bb7b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
# Atheris Pyhton Fuzzer
# Atheris Python Fuzzer
This is a LibAFL-based Python fuzzer using [Atheris](https://github.com/google/atheris) for instrumentation.
We switch out Atheris' libfuzzer implementation with LibAFL, by mimicking its API.