darkfenyx How do I cheat?
Reputation: 0
Joined: 29 Jan 2011 Posts: 2
|
Posted: Tue May 24, 2011 5:31 pm Post subject: [Help|Delphi] Hook API |
|
|
I'm trying to do it, but I don't know how use, someone can tell me how?
I want learn how change Opcodes using Pbyte and PDword, example:
| Code: | | PDWORD($123456)^ := $654321; |
I was looking any tutorials, but they are incomplete, I need know how do it, i know the logic about this, I maked with WriteProcessMemory, but I can't know how make with Pointer of Dword.
Thank's.
|
|