Posted: Thu Feb 07, 2008 7:20 pm Post subject: ASM QUESTION IN RANDOMSPAM!
Im trying to change an exe so that i don't have to keep opening CheatEngine and tick or inject the hack. I want the ASM code permanently injected into the exe.
I kinda taught myself and it works,but I just wanna check if I did it properly.
ex:
ASM code:
[enable]
00014630 //NOt a real address
JMP 5928528 // Not a Real Opcode
[Disable]
// I dont think I'll need a disable for this one
Anyways. I'll be using the fake ASM thing as a reference for my steps
My steps to do this was:
1. Open the executable in OllyDbg
2. Look for the address "00014630"
3. Click on the address and press "space" for the assemble thing to come up
4. I replace it with "JMP 5928528" and click assemble
5. Save the executable
6. It works
Did I do it correctly, or a cheap way or what? o.o
-Posted in Random SPam because I did not know what section to put it in o.o
Posted: Thu Feb 07, 2008 7:41 pm Post subject: Re: ASM QUESTION IN RANDOMSPAM!
RandomSpamIsGood wrote:
Im trying to change an exe so that i don't have to keep opening CheatEngine and tick or inject the hack. I want the ASM code permanently injected into the exe.
I kinda taught myself and it works,but I just wanna check if I did it properly.
ex:
ASM code:
[enable]
00014630 //NOt a real address
JMP 5928528 // Not a Real Opcode
[Disable]
// I dont think I'll need a disable for this one
Anyways. I'll be using the fake ASM thing as a reference for my steps
My steps to do this was:
1. Open the executable in OllyDbg
2. Look for the address "00014630"
3. Click on the address and press "space" for the assemble thing to come up
4. I replace it with "JMP 5928528" and click assemble
5. Save the executable
6. It works
Did I do it correctly, or a cheap way or what? o.o
-Posted in Random SPam because I did not know what section to put it in o.o
Guess that means you wanted it there..moved. _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum