.gitignore
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
atheris_no_libfuzzer.py
hall_of_fame.md
native_extension_fuzzing.md
setup.cfg
setup.py
atheris.egg-info/PKG-INFO
atheris.egg-info/SOURCES.txt
atheris.egg-info/dependency_links.txt
atheris.egg-info/entry_points.txt
atheris.egg-info/not-zip-safe
atheris.egg-info/top_level.txt
example_fuzzers/custom_mutator_example.py
example_fuzzers/example_library.py
example_fuzzers/fuzzing_example.py
example_fuzzers/regex_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/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/custom_crossover_fuzz_test.py
src/custom_mutator_and_crossover_fuzz_test.py
src/custom_mutator_fuzz_test.py
src/function_hooks.py
src/fuzz_test.py
src/fuzz_test_lib.py
src/fuzzed_data_provider_test.py
src/hook-atheris.py
src/import_hook.py
src/instrument_bytecode.py
src/pyinstaller_coverage_test.py
src/regex_match_generation_test.py
src/utils.py
src/version_dependent.py
src/benchmark/executions.py
src/native/atheris.cc
src/native/atheris.h
src/native/core.cc
src/native/counters.cc
src/native/counters.h
src/native/counters_test.cc
src/native/custom_crossover.cc
src/native/custom_crossover.h
src/native/custom_crossover_module.cc
src/native/custom_mutator.cc
src/native/custom_mutator.h
src/native/custom_mutator_module.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