Google Opens Up "Atheris" To Automatically Find Bugs In Python Code

Atheris is focused on differential fuzzing for cases where multiple libraries are available to provide the same functionality but in many cases could present subtle differences.
Atheris supports fuzzing native Python extensions by using LLVM Clang's libFuzzer code. Atheris supports fuzzing both Python 2.7 and Python 3 code. Google is also adding Atheris to their OSS-Fuzz service.
More details on Atheris for fuzzing Python code via the Google Open-Source Blog. Atheris is open-source under an Apache 2.0 license on GitHub.
1 Comment