|
||
|
|||||||
| Other Discuss other languages or best practice coding here. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Forum Novice
Join Date: Apr 2003
Age: 32
Posts: 248
|
I'm interesting in the way UOGateway is achieving client patch.
It seems it loads the client.exe file in memory, then patch the loaded executable in memory, and run it. How to achieve such executable load/patch/launch operation at runtime (any programming language example) ? That seems very interesting... |
|
|
|
|
|
#2 (permalink) |
|
Forum Newbie
Join Date: Jul 2004
Posts: 59
|
http://www.beosil.com/ignition/download.html
Mr. Fixit uses scanning heuristics to patch the client without a version file. |
|
|
|
|
|
#3 (permalink) | |
|
Forum Expert
Join Date: Mar 2004
Location: Germany
Age: 22
Posts: 298
|
Quote:
Standard WinAPI calls like CreateProcess, OpenProcess, WriteProcessMemory, ReadProcessMemory. Can therefore be done in nearly every (major) programming language. |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|