Google Opens Up "Atheris" To Automatically Find Bugs In Python Code
Google today is announcing the open-sourcing of Atheris, a Python fuzzer they developed internally for automatically finding bugs within Python code and native extensions.
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.
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