Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ license: apache-2.0
|
|
| 7 |
|
| 8 |
## Dataset Summary
|
| 9 |
|
| 10 |
-
**CompRealVul_Bin** is a **binary-level dataset** derived from the [CompRealVul_C](https://huggingface.co/datasets/
|
| 11 |
|
| 12 |
The dataset bridges the gap between source-level vulnerability datasets and practical binary-level learning pipelines.
|
| 13 |
|
|
|
|
| 7 |
|
| 8 |
## Dataset Summary
|
| 9 |
|
| 10 |
+
**CompRealVul_Bin** is a **binary-level dataset** derived from the [CompRealVul_C](https://huggingface.co/datasets/CCompote/CompRealVul_C) dataset, designed for training and evaluating machine learning models on **vulnerability detection in compiled binaries**. This dataset contains **cross-compiled `.exe` binaries** corresponding to each C function in the source dataset, packaged as a single `.zip` archive.
|
| 11 |
|
| 12 |
The dataset bridges the gap between source-level vulnerability datasets and practical binary-level learning pipelines.
|
| 13 |
|