>One more thing, could you share how you decrypted the server.dat, taking out the decrypt/unpack functions shouldn't be that hard
Getting the decrypted xml dump is easy - just takes one breakpoint at the right spot. On the other hand, no-oping all the function class isn't that easy.. as the data gets copied around a couple of times so it's a bit tricky to just pass the final data thru.
And unknownone's point about updates is very valid.. there's a new exe in patch 5080 today.
thanks
but when i change ip of server to local and try to login it exit with out message
thanks
//Edit//
sorry i find that u don't have proxy
now it don't wait until my server send welcome message (be4 intilaizing stage) and it exit w/out message
can i ask u if u make it with C#
i just want to know how to make both (dycrypt/incrypt) for server.dat with out edit Conquer.exe
because i'm noob about those things on C#
thanks
I think there might be 1 more check for local in the form of cmp al,7F. I don't feel like uploading to have someone check atm. Would probably help if I had a proxy.
Possibly, I have been procrastinating doing a tutorial because I suck at video editing. I will do some recording tonight or tomorrow and if it sucks, it sucks. I will still post it though.
[Request] 5101 decrypted Server.dat and .EXE 09/10/2009 - CO2 Private Server - 1 Replies Yeah, I know a few of you had 5101 servers. If you don't mind just share your (conquer).exe and server.dat.
Loads decrypted server.dat tutorials 03/19/2009 - CO2 Programming - 9 Replies 1. Close all Conquer windows
2. Start "OllyDBG" press File -> Open
3. Open Conquer.exe
4. Let it load
5. Press the E icon in linen
http://img247.imageshack.us/img247/5294/start5rv6 .th.jpg
6. Double-click on the name of "Conquer"
http://img166.imageshack.us/img166/3657/start6kf0 .th.jpg
7. Right click on the CPU - Window -> Analysis -> Analysis code
http://img166.imageshack.us/img166/4885/start7qz9 .th.jpg
decrypted mapdestination.dat 01/18/2008 - Eudemons Online - 8 Replies Hello all. I have decrypted mapdestination.dat, however, I cannot find the coordinates, only texts are clearly visible.
the file is encrypted this way: if you ignore first 4 bytes, group of 532 bytes is xor-ed with first byte of encryption key, next 532 bytes are xor-ed with second byte of key.. etc..
structure of the decrypted file is unknown to me, maybe someone will be lucky.
no clear coordinates can be seen..
here is the encryption key for decrypting the file:
byte enc_key = new...