Web : http://mxb.cjb.net
Contact Me : [email protected] or [email protected]


Main

My Tool Box

Some tools are needed before we start to crack programs . First of all
we need a good debugger to peek in to assembly of the target program :)


1. SoftIce :

SoftIce is an advanced debugger for windows designed
by Numega Software.SoftIce is a must have tool for a cracker.

2. WinHex :

WinHex is a hex editor , disk editor , memory editor ,memory
scanner ....and a lot more and one of the important and must have
tool.Download WinHex from www.winhex.com

3. PE Editor :

PE Editor is used to edit the header details of a Windows
exe file [PE format].This tool is usefull when we are dealing with
unpacking a file.

4. W32 Dasm :

Win32 Disassembler [DASM] is used to see the assembly listing
of a file with out executing it.This can only come in handy if
file is not packed i.e not encrypted..

5. Code Fusion :

Code fusion is used to make crack files.This tool is not
neccesary if you have some programming knowledge.

6. API SPY :

This program is used to see what API CALLS are made by a target
program.This program fails if the target program have anti debugging
tricks.Any way very usefull.

7. Filemon & Regmon :

These are two cool tools which will work with any target programs.
It directly does not control target programs,but just tell us what all
files and registry keys were used by target program.

8. Uninstall Manager :

This tool also helps me some times to crack target program.
It keeps record of all file in our computer.This program will show
newly created files etc ...

9. Registry Crawler :

This program can go deep into windows registry and find registry
keys.This is a registry key search program.