lapkaaaa commited on
Commit
24cfdde
·
verified ·
1 Parent(s): b63a32a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -1,3 +1,26 @@
1
- ---
2
- license: gpl-3.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gpl-3.0
3
+ tags:
4
+ - malware
5
+ - pe32
6
+ size_categories:
7
+ - 10K<n<100K
8
+ ---
9
+
10
+ # Overview
11
+ Just a stripped down version of a WinMet dataset packaged in hdf5
12
+
13
+ ## Citation
14
+
15
+ This dataset is a modified version of the **WinMET Dataset**. If you use this data, please cite the original dataset:
16
+
17
+ ### Original Dataset
18
+ ```bibtex
19
+ @misc{WinMET_dataset,
20
+ author = {Raducu, Razvan and Villagrasa-Labrador, Alain and Rodríguez, Ricardo J. and Álvarez, Pedro},
21
+ title = {{WinMET Dataset: Windows Malware Execution Traces}},
22
+ howpublished = {Zenodo, dataset},
23
+ year = {2025},
24
+ doi = {10.5281/zenodo.12647555},
25
+ url = {[https://doi.org/10.5281/zenodo.12647555](https://doi.org/10.5281/zenodo.12647555)}
26
+ }