caps fix
Browse files
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 |
-
│ └──
|
| 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 |
-
└──
|
| 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 |
---
|