Dataset Summary
dfuzzBench is a dataset tests systems' ability to generate directed inputs to reach a specific target line in the codebase automatically.
TODO: Details of the dataset
Dataset Structure
project: (str) - The name of the project.
level: (str) - The level of difficulty to reach the target based on the first hit time of several traditional undirected fuzzers.
target_file: (str) - The file path where the target line is located.
target_line: (int) - The line number of the target line… See the full description on the dataset page:
https://huggingface.co/datasets/dFuzzBench/dfuzzBench.