.gitignore
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
__init__.py
atheris_no_libfuzzer.py
hall_of_fame.md
native_extension_fuzzing.md
setup.py
tracer.h
atheris.egg-info/PKG-INFO
atheris.egg-info/SOURCES.txt
atheris.egg-info/dependency_links.txt
atheris.egg-info/not-zip-safe
atheris.egg-info/top_level.txt
example_fuzzers/example_library.py
example_fuzzers/fuzzing_example.py
example_fuzzers/idna_fuzzer/idna_acceptance_fuzzer.py
example_fuzzers/idna_fuzzer/idna_uts46_fuzzer.py
example_fuzzers/idna_fuzzer/libidn2_wrapper/libidn2.cc
example_fuzzers/idna_fuzzer/libidn2_wrapper/setup.py
example_fuzzers/json_fuzzer/build_install_ujson.sh
example_fuzzers/json_fuzzer/hypothesis_structured_fuzzer.py
example_fuzzers/json_fuzzer/json_differential_fuzzer.py
example_fuzzers/json_fuzzer/ujson_fuzzer.py
example_fuzzers/yaml_fuzzer/yaml_fuzzer.py
setup_utils/check_libfuzzer_version.sh
setup_utils/find_libfuzzer.sh
setup_utils/fuzzer_run_driver_wrapper.cc
setup_utils/merge_libfuzzer_sanitizer.sh
setup_utils/upgrade_libfuzzer.sh
src/__init__.py
src/coverage_test.py
src/coverage_test_helper.py
src/fuzzed_data_provider_test.py
src/import_hook.py
src/instrument_bytecode.py
src/utils.py
src/version_dependent.py
src/native/atheris.cc
src/native/atheris.h
src/native/core.cc
src/native/fuzzed_data_provider.cc
src/native/fuzzed_data_provider.h
src/native/macros.h
src/native/timeout.cc
src/native/timeout.h
src/native/tracer.cc
src/native/tracer.h
src/native/unittest.cc
src/native/util.cc
src/native/util.h
src/native/util_test.cc
third_party/build_modified_libfuzzer.sh
third_party/cpython-3.8.6-add-libFuzzer.patch