Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 932 Bytes

File metadata and controls

31 lines (21 loc) · 932 Bytes

OSS-Fuzz-scripts

scripts for building func-io datasets on oss-fuzz supported open-source projects.

Requirements

Setup

source ./scripts/env.sh
./scripts/init.sh

Building Dataset

python3 scripts/projects.py -d <project> -p build_w_pass
python3 scripts/projects.py -d <project> -p fuzz_w_pass -ft 1s

where <project> can be chose from build_w_pass.md.

ToDo

We are working on C/C++ projects first since thet have the most fuzzer targets. The next step is to extend this project to Python and Java since these two languages are also widely used in LLM code-understanding tasks.