Reverse Engineering : Code injection
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
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)
Re: Reverse Engineering : Code injection
Re: Reverse Engineering : Code injection
ทำเป็นบทความสอนภาษาไทยได้ไหมครับ
Re: Reverse Engineering : Code injection
PS: Code injection is to insert your custom assembly codes into the available space in an EXE file.
Re: Reverse Engineering : Code injection
Re: Reverse Engineering : Code injection
ตัวอย่างคงไม่มีเป็น code ครับ มีแต่เป็น EXE ที่ถูกทำ Code Injection แล้วครับ เพราะว่า Code Injection อย่างง่ายๆ คือแก้ตัว EXE โดยตรงครับ
Re: Reverse Engineering : Code injection
เอ่อคือว่าขอ MSN คุณ BingLi224 ได้ไหมครับ อยากมีคนให้ปรึกษาหลายๆคน ตอนนี้มีคุณ admin คนนึงแล้วครับ
Re: Reverse Engineering : Code injection