mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-18 17:36:11 +00:00
39 lines
875 B
Markdown
39 lines
875 B
Markdown
|
# 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
|
||
|
```
|