# AutoOF **Repository Path**: apowerfulmei/auto-of ## Basic Information - **Project Name**: AutoOF - **Description**: 将oss-fuzz的流程自动化 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-14 - **Last Updated**: 2025-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DataGenerator Author apowerfulmei Usage 1、Generate data for AIxCC 2、Reproduce bug automatically for oss-fuzz # project structure main.py multi_run.py oss-fuzz_c-c++_projects.xlsx tools # How: ## generate data for specific project only use single for now python3 generate_task.py project_name project_git_url multi/single # prepare vul data python3 main.py fetch project_name project_git_url # reproduce special bug python3 main.py repro project_name bug_name ## collect the info / make package for the data / clean the work-rep python3 make_zip.py collect/zip/clean ## fix the generate error python3 fix.py project_name project_git_url I will combine generate_task.py and fix.py later. ## use multi thread to generate data python3 multi_run.py ## structure for each project testcase data