├── README.md ├── exe ├── Win16.Apparition.zip ├── Win32.Alcaul.zip ├── Win9x.CIH.zip ├── Win9x.HPS.zip ├── Win9x.Memorial.zip ├── Win9x.Poshkill.zip ├── Win9x.Prizm.zip ├── Win9x.SK.zip ├── Win9x.Shoerec.zip └── Win9x.Spaces.zip └── src ├── asm-vir.zip └── pas-vir.zip /README.md: -------------------------------------------------------------------------------- 1 | # destr0yd's malware collection 2 |
3 | src - malware source code
4 | exe - malware executables
5 | 
6 | -------------------------------------------------------------------------------- /exe/Win16.Apparition.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Endermanch/dmc/a45d31caa2b9bf7f4edd8fd57bf4012b50069045/exe/Win16.Apparition.zip -------------------------------------------------------------------------------- /exe/Win32.Alcaul.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Endermanch/dmc/a45d31caa2b9bf7f4edd8fd57bf4012b50069045/exe/Win32.Alcaul.zip -------------------------------------------------------------------------------- /exe/Win9x.CIH.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Endermanch/dmc/a45d31caa2b9bf7f4edd8fd57bf4012b50069045/exe/Win9x.CIH.zip -------------------------------------------------------------------------------- /exe/Win9x.HPS.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Endermanch/dmc/a45d31caa2b9bf7f4edd8fd57bf4012b50069045/exe/Win9x.HPS.zip -------------------------------------------------------------------------------- /exe/Win9x.Memorial.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Endermanch/dmc/a45d31caa2b9bf7f4edd8fd57bf4012b50069045/exe/Win9x.Memorial.zip -------------------------------------------------------------------------------- /exe/Win9x.Poshkill.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Endermanch/dmc/a45d31caa2b9bf7f4edd8fd57bf4012b50069045/exe/Win9x.Poshkill.zip -------------------------------------------------------------------------------- /exe/Win9x.Prizm.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Endermanch/dmc/a45d31caa2b9bf7f4edd8fd57bf4012b50069045/exe/Win9x.Prizm.zip -------------------------------------------------------------------------------- /exe/Win9x.SK.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Endermanch/dmc/a45d31caa2b9bf7f4edd8fd57bf4012b50069045/exe/Win9x.SK.zip -------------------------------------------------------------------------------- /exe/Win9x.Shoerec.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Endermanch/dmc/a45d31caa2b9bf7f4edd8fd57bf4012b50069045/exe/Win9x.Shoerec.zip -------------------------------------------------------------------------------- /exe/Win9x.Spaces.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Endermanch/dmc/a45d31caa2b9bf7f4edd8fd57bf4012b50069045/exe/Win9x.Spaces.zip -------------------------------------------------------------------------------- /src/asm-vir.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Endermanch/dmc/a45d31caa2b9bf7f4edd8fd57bf4012b50069045/src/asm-vir.zip -------------------------------------------------------------------------------- /src/pas-vir.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Endermanch/dmc/a45d31caa2b9bf7f4edd8fd57bf4012b50069045/src/pas-vir.zip --------------------------------------------------------------------------------