| View previous topic :: View next topic |
| Author |
Message |
slippppppppp Grandmaster Cheater
Reputation: 0
Joined: 08 Aug 2006 Posts: 929
|
Posted: Tue Aug 05, 2008 9:14 pm Post subject: A Question. |
|
|
What exactly would i need to do to be able to use WriteProcessMemory and ReadProcessMemory with MapleStory.
I know I'd need to use keAttachProcess <~ trampoline that, but what else would i need to do? |
|
| Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Tue Aug 05, 2008 9:30 pm Post subject: |
|
|
Use Flyte's method. _________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
slippppppppp Grandmaster Cheater
Reputation: 0
Joined: 08 Aug 2006 Posts: 929
|
Posted: Tue Aug 05, 2008 10:27 pm Post subject: |
|
|
| and that is? |
|
| Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Tue Aug 05, 2008 11:32 pm Post subject: |
|
|
You create a .reloc section (set linker option FIXED to /NO) which allows you to "inject" your exe into a processes memory, like a DLL, that way you have direct access and can use pointers. Although this requires, and I quote, "rebuilding some of the PE Header". _________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
slippppppppp Grandmaster Cheater
Reputation: 0
Joined: 08 Aug 2006 Posts: 929
|
Posted: Tue Aug 05, 2008 11:43 pm Post subject: |
|
|
| That's not what i want to do. I just want to be able to use WriteProcessMemory and ReadProcessMemory. |
|
| Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Wed Aug 06, 2008 2:21 am Post subject: |
|
|
| oib111 wrote: | | You create a .reloc section (set linker option FIXED to /NO) which allows you to "inject" your exe into a processes memory, like a DLL, that way you have direct access and can use pointers. Although this requires, and I quote, "rebuilding some of the PE Header". |
You can inject the code without aving to do all that. Just use CreateRemoteThread. |
|
| Back to top |
|
 |
|