A trojan made for Danooct1's User Made Malware Series.
This repository has been archived on 2024-12-31. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2016-04-20 11:58:12 +02:00
Exe2Bat Add exe to batch converter 2016-04-14 11:44:53 +02:00
PayloadMBR Small assembly changes 2016-04-20 11:09:19 +02:00
VCProject Some changes, mostly fixes for payloadChangeText 2016-04-20 11:52:14 +02:00
.gitignore Fix gitignore conflicts? 2016-04-20 11:58:12 +02:00
README.md Update README.md 2016-04-14 13:27:17 +02:00

MEMZ

A trojan made for Danooct1's User Made Malware Series.

I am not responsible for any damage made using this trojan.

The build scripts and converters for the MBR payload are very noobish. You will need some things to run these:

  • Python 2.7 for Windows
  • git for Windows or some other linux tools for windows like MinGW
  • NASM in your PATH (I just copyed the executable into C:\Windows\ because I was too lazy to add it to the PATH manually)
  • The Nyan Cat midi file
  • Something to convert binary files to C arrays, to embed the MBR payload into the trojan (I used the export function of the HxD hex editor)
  • qemu for Windows (additional, if you want to test the payload)

If you want to use the exe to batch converter, don't forget to append -zip to it's command line, because this gives way smaller file sizes and also works on Windows XP.

You'll also need Visual Studio 2015 to build the actual Trojan. Make sure you selected the Release configuration, because Debug is not configured properly.

The ASM code may look very noobish, but this is my first big thing written in assembly.

If you want to know what the trojan does, look at my thread on danooct1's forum