Datasets
Standard Dataset
A Directed Grey-box Fuzz Testing Method Based on Potential Vulnerabilities of Program Basic Blocks
- Citation Author(s):
- Submitted by:
- Baiyi Wang
- Last updated:
- Tue, 08/22/2023 - 05:05
- DOI:
- 10.21227/78et-8428
- License:
- Categories:
- Keywords:
Abstract
This manuscript proposes an approach to fuzzing test based on basic block vulnerabilities. Existing directed fuzzing test techniques rely on manual intervention to identify vulnerabilities and lack automated localization methods or are not efficient enough for localization. We predict the vulnerability of basic blocks by further refining the basic block units and then extracting features from both semantic and structural information, combined with a deep learning approach, and then determine the target points for directed fuzzy testing to guide fuzzing test through the vulnerability of basic blocks in relation to their topology. Our approach achieves automated analysis of programs while outperforming existing methods, with specific algorithmic descriptions and experimental data presented in the manuscript.
The "vectors" folder contains the training set features that have been vectorized. The "Results" folder contains the results of testing our method on different projects.