bahblah Grandmaster Cheater
Reputation: 0
Joined: 27 Sep 2005 Posts: 633
|
Posted: Thu Jul 06, 2006 11:29 am Post subject: Question about patching API |
|
|
I've CreateProcess()'ed a program in suspended mode. I want to patch CreateProcessInternalA. I used GetProcAddress to find the address. When I set up WriteProcessMemory correctly it fails. The error code is:
ERROR_INVALID_ADDRESS
487 Attempt to access invalid address.
Any ideas as to why it's failing?
|
|