Folder structure change, added README

This commit is contained in:
TheDuchy
2020-10-16 22:28:58 +02:00
parent 2114d4f5e7
commit d44d9b59a7
174 changed files with 14378 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
# VXUG malware source code collection
!!! DISCLAIMER !!!
We do not take any responsibility for any damage done by the code in this repository. Download, compile or run at your own risk
## Contents:
This repository contains the source code for the following:
```
.
├── Acad
├── Engines
│   ├── BAT
│   ├── Linux
│   ├── VBS
│   └── Win32
├── Java
├── Leaks
│   ├── Android
│   ├── Bootkit
│   ├── Other
│   └── Win32
├── LegacyWindows
│   ├── Win2k
│   ├── Win32
│   ├── Win95
│   ├── Win98
│   ├── Win9x
│   └── WinCE
├── Libs
│   ├── Bootkit
│   ├── DDoS
│   └── Win32
├── Linux
├── Perl
├── PHP
├── Python
├── Ruby
└── Win32
```