AdaLogics / oss-fuzz-example

Minimal viable OSS-Fuzz integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oss-fuzz-example

Minimal viable OSS-Fuzz integration

To test

git clone https://github.com/AdaLogics/oss-fuzz-example
git clone https://github.com/google/oss-fuzz

cp -rf ./oss-fuzz-example/oss-fuzz-example oss-fuzz/projects/oss-fuzz-example
cd oss-fuzz
python3 infra/helper.py build_fuzzers oss-fuzz-example
python3 infra/helper.py run_fuzzer oss-fuzz-example simple-fuzzer

About

Minimal viable OSS-Fuzz integration

License:Apache License 2.0


Languages

Language:C 80.2%Language:Shell 10.1%Language:Dockerfile 9.8%