Da Hack

This blog tells you all about hacking. Mostly focusing on writing trojans and about all the essential software requirements.

Essential software for trojan writing

Posted by Kamran Zafar on 6:08 AM
The following is a list of all essential software you need to create a compact and stealth trojan.

1- BloodShed C++ or VS 6 (VB, VC++, etc), you need to know a lot about win32 API if you were to write a trojan for windows.

Once you are done writing your trojan you need.

1- ASPack - An exe packer to compress the size of trojan and libraries
2- ResourceHacker - A resource editor to change the trojan properties
3- XVI32 - A hex editor to change the signature of trojan
4- Hotfusion - A file binder to bound all dependencies like dlls and ocx with the trojan to create a single executable module and installer

Other useful software and libraries include: Sniper, Exe Icon Changer, etc...