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
Leurak 9f09ca4ae7
Merge pull request #44 from EricZhang456/master
danooct's forum is no longer exists
2018-05-20 11:44:43 +02:00
NyanMBR cleaning debugging code 2017-05-12 17:49:10 +02:00
WindowsTrojan Improve the Makefiles 2017-05-02 11:02:20 +02:00
.gitignore Renamed main directories 2017-04-29 13:06:47 +02:00
README.md Update README.md 2018-01-06 14:50:40 +08: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 and this library.
  • 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 into C arrays, to embed the MBR payload into the trojan (I used the export function of the HxD hex editor, you will only need that if you changed and recompiled the MBR payload)
  • qemu for Windows (additional, if you want to test the payload)

Even if you have all of this I don't think you get this to compile because my scripts suck, as I said earlier.

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.