1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
base-images Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
build Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ci Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
cifuzz Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
uploader Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
.dockerignore Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.md Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
bisector.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
bisector_test.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
build_fuzzers.Dockerfile Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
build_specified_commit.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
build_specified_commit_test.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
helper.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
helper_test.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
presubmit.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
pytest.ini Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
repo_manager.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
repo_manager_test.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
retry.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
run_fuzzers.Dockerfile Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
templates.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_helpers.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
test_repos.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
utils.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
utils_test.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README.md

infra

OSS-Fuzz project infrastructure

Core infrastructure:

  • base-images - docker images for building fuzz targets & corresponding jenkins pipeline.

Continuous Integration infrastructure:

helper.py

script to automate common docker operations

Command Description
generate Generates skeleton files for a new project
build_image Builds a docker image for a given project
build_fuzzers Builds fuzz targets for a given project
run_fuzzer Runs a fuzz target in a docker container
coverage Runs fuzz target(s) in a docker container and generates a code coverage report. See Code Coverage doc
reproduce Runs a testcase to reproduce a crash
shell Starts a shell inside the docker image for a project