aprig commited on
Commit
c331b1f
·
verified ·
1 Parent(s): d12f0e4
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -79,7 +79,7 @@ dataset/
79
  │ └── <md5>.html # report.html (renamed using md5)
80
  ├── screenshots/
81
  │ └── <md5>/ # md5 hash of the malware sample
82
- │ └── MD5.zip (Contains all image with names 0001.png, 0002.png...)
83
 
84
  ├── binaries/
85
  │ └── <md5>
@@ -87,7 +87,7 @@ dataset/
87
  │ └── LICENSE.MD #Some binary files are under a GPLv3 license
88
  └── dropped_files/
89
  └── <md5>/ # md5 hash of the malware sample
90
- └── MD5.zip (Contains all files dropped in the system...)
91
  ```
92
 
93
  ---
 
79
  │ └── <md5>.html # report.html (renamed using md5)
80
  ├── screenshots/
81
  │ └── <md5>/ # md5 hash of the malware sample
82
+ │ └── md5.zip (Contains all image with names 0001.png, 0002.png...)
83
 
84
  ├── binaries/
85
  │ └── <md5>
 
87
  │ └── LICENSE.MD #Some binary files are under a GPLv3 license
88
  └── dropped_files/
89
  └── <md5>/ # md5 hash of the malware sample
90
+ └── md5.zip (Contains all files dropped in the system...)
91
  ```
92
 
93
  ---