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 36ed224bac
Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
2 years ago
..
base-images Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
build Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
ci Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
cifuzz Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
triage-party Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
uploader Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
.dockerignore Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
README.md Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
bisector.py Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
bisector_test.py Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
build_and_push_test_images.py Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
build_fuzzers.Dockerfile Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
build_specified_commit.py Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
build_specified_commit_test.py Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
constants.py Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
helper.py Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
helper_test.py Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
presubmit.py Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
pytest.ini Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
repo_manager.py Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
repo_manager_test.py Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
retry.py Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
run_fuzzers.Dockerfile Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
templates.py Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
test_repos.py Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
utils.py Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
utils_test.py Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 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