Old Kalonline AuthSvrT / DBSvrT source codes

04/03/2020 13:17 HighGamer.#1
Old Kalonline AuthSvrT / DBSvrT source codes completely compilable straight from inixsoft code. I couldn't get source code to MainSvrT because the pdb files are lost.

People asking me for clean AuthSvrT here is the source code to a clean AuthSvrT you can compile it yourself add new features etc..
Same goes for Database server (DBSvrT) both can be compiled without any problems only 1 decompiled issue.. which I cannot even find.

To compile it setup your projects and dump all the arrays properly using the idb files (IDA PRO), could rename some variables like class pointers vfptrs's by following the casts like

Code:
(CIOObject *)&CNMSocket::s_socket.vfptr
could be renamed to and rename the type to CIOObject
Code:
(CIOObject *)&CNMSocket::s_socket.cioObject
mirror download links:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
05/02/2020 07:53 Pagode123#2
nice
05/02/2020 09:02 HighGamer.#3
thanks if you got all the old MainSvrT's send them to me.. I heard there is 3 different versions going around I'll try to get source code for MainSvrT then.
05/06/2020 14:21 Pagode123#4
i found these
05/07/2020 01:54 HighGamer.#5
Quote:
Originally Posted by Pagode123 View Post
i found these
thank you i will check them out.

I uploaded my full collection..

all fail