MalwareSourceCode/README.md

41 lines
894 B
Markdown
Raw Normal View History

2020-10-16 20:39:08 +00:00
2020-10-17 02:58:38 +00:00
![VXUG logo](logo.png)
# Malware Source Code Collection
2020-10-16 20:28:58 +00:00
!!! 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
```