Skip to content

SecurityLab-UCD/OSS-Fuzz-scripts

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages