BingLi224
18-03-2004, 06:38 PM
Here is a link to a simple tutorial. It's all about code injection which is one of the techniques of reverse engineering (RE).
http://board.anticrack.de/viewtopic.php?t=...f03ebeb4ad13386 (http://board.anticrack.de/viewtopic.php?t=2436&sid=e0def707c2b04cba2f03ebeb4ad13386)
For those who do not know what "Reverse Engineering" is, the goal of the tutorial is to add a simple messagebox to the startup of a program by editing EXE file. This requires some PE File Format and Assembly knowledge. There are quite a lot of resources you find out on the internet about them. Tools are easy to find for free. Here is the list of most well-known tools for RE which are similar to cracking:
- Win32 Disassembler (W32Dasm)
- HEIW (hex editor)
- PEditor (PE file header editor)
http://board.anticrack.de/viewtopic.php?t=...f03ebeb4ad13386 (http://board.anticrack.de/viewtopic.php?t=2436&sid=e0def707c2b04cba2f03ebeb4ad13386)
For those who do not know what "Reverse Engineering" is, the goal of the tutorial is to add a simple messagebox to the startup of a program by editing EXE file. This requires some PE File Format and Assembly knowledge. There are quite a lot of resources you find out on the internet about them. Tools are easy to find for free. Here is the list of most well-known tools for RE which are similar to cracking:
- Win32 Disassembler (W32Dasm)
- HEIW (hex editor)
- PEditor (PE file header editor)