nofun
July 3rd, 2001, 14:33
Hiya, I got my foot in the door in the world of cracking today and patched GRC's ASPIME, removing the exe modification check and time limit.
My question is about patching a file to make a jump to a certain address. I'm using W32DASM, and I see the bytes "EB 02", where the EB is for JMP and 02 (i guess) is for 00401497.
What I don't get is how can 02 stand for 00401497? Is there some kind of conversion I have to do so I can change it to "EB XX" and make it jump to a different address of my choice?
My question is about patching a file to make a jump to a certain address. I'm using W32DASM, and I see the bytes "EB 02", where the EB is for JMP and 02 (i guess) is for 00401497.
What I don't get is how can 02 stand for 00401497? Is there some kind of conversion I have to do so I can change it to "EB XX" and make it jump to a different address of my choice?