|
#15
|
|||
|
|||
|
Quote:
Now let me give you a lesson. 1. You replaced a 3 byte instruction with a 2 byte short jump, there is a byte left over, the coding will then continue making instructions from the 3rd byte you left behind unchecked and screw the rest of the program. It is basic Assembly and everyone knows this as fact. Besides if I didnt know ASM why have I made code-injected trainers in the past? 2. The previous set of instructions are only shifting values about ready for the CALL op, which is where the GetDriveTypeA API is being used, and if you knew this you will know it returns a value while checking a file if its on a local drive or CD-Rom device, each their own unique number (even the floppy or network devices), then the compare instruction will check this value and if it not the same value, the Zero Flag is set and the Conditional Jump comes into effect. My first post was wrong I will admit that as I only looked over it for a few seconds. When GetDriveTypeA is executed it will return a value of 3 for Hard Disk and 5 for CD-Rom, since the compare is checking this value with 5, I therefore figured out that the JMP will goto the Bad Boy and show the InsertCD message. Therefor nop'ing out the CALL - JNE ops it will miss the whole checking sequence and carry on and hopefully start the game, but the GetDriveTypeA could be called elsewhere in the coding and has to be changed also. EBP is a Base Pointer and not the actual Stack itself which is ESP. If you check the GetDriveTypeA API you will see the stack itself is not changed in any way. So therefor the Stack is perfectly fine as it is. |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Hello? GTR: FIA GT Racing Game crack? | plan_B_1980 | PC Games | 5 | 09-11-2004 06:39 |
| GTR - FIA GT Racing Game CRACK? | darksaber999 | PC Games | 2 | 03-11-2004 09:40 |
| World Champ Rugby crack....What game is it for? | t.foster73 | PC Games | 0 | 27-04-2004 04:47 |
| How can i make a crack for a game? | Robman | CD/DVD Copy Protections & Utilities | 10 | 02-09-2002 15:29 |
| Request X Plane 5.52 Crack | Froggy | PC Games | 0 | 14-02-2001 07:04 |