Junior Spellweaver
- Joined
- Jun 20, 2021
- Messages
- 122
- Reaction score
- 161
IMS v1 open beta test (?) version is added.
this client uses different anti cheat, and the DLL named dph.ldr tries updating modules from DllMain.
it causes unpacking problem and game launch problem. you need to replace it to my file.
To view the content, you need to sign in or register
this client uses different anti cheat, and the DLL named dph.ldr tries updating modules from DllMain.
it causes unpacking problem and game launch problem. you need to replace it to my file.
Code:
// IMS v1.2.1 beta
00863C70: // Server IP
db '127.0.0.1' 00 00 00
00752A7D: // skip security
db EB
0074E396: // CWvsApp::ConnectLogin restore, OK
mov esi,[0094441C] // TSingleton<CClientSocket>::ms_pInstance
mov ecx,esi
call 0046344F // CClientSocket::Close
mov ecx,esi
call 00464402 // CClientSocket::ConnectLogin
jmp 0074E3BB
0078459D: // WzRSAEncryptString
lea eax,[esp+170]
mov eax,[eax]// password buffer
jmp 007845B6
007845B9+2:
db 0C
007845BE:
db 90 90 90
// if you want to use original file, you need to patch dph.ldr like this.
// unpack test
// dph.ldr
// CODE:00338DF4 dph.ldr:$8DF4 #81F4 <EntryPoint>
00308DF4:
db B8 01 00 00 00 C3
Last edited:

