Client information thread

12/30/2014 18:40 Freszone#1
So, I've been reversing the client lately and thought I'd share some of the stuff I've gathered.
Maybe someone finds these useful.
One could use these for example figuring out packets (or messages, whatever you want to call them) to use for a private server.
I'll try to add and update these as I progress or the when the client gets updated.

Patch 6012 - 6015:

Patch 6010 - 6011:

The attachment file has list of virtual functions for most classes (the file size was like 2MB)

Feel free to post you own findings or correct mine if they are wrong.
12/30/2014 19:39 .Ocularis#2
Really cool thread, thanks.
01/03/2015 09:53 KraHen#3
I just realized how few people use static analysis to do RE on CO, I guess you`re an IDA guy? :D
01/04/2015 18:27 Freszone#4
Yes, indeed I am. I find it more interesting and effective than dynamic analysis, at least for Conquer.
Also, I think it has helped me to get a more in-depth understanding of C++ and C, and of course (x86) ASM more than using OllyDbg would have for example.

I could update and correct the first post some day, maybe when next patch releases.
Found "a few" incorrect ones there, and now that I got my hands on the Mac version I have the correct names (thanks to CptSky :) ).
01/06/2015 18:19 abdoumatrix#5
Wow Nice Topic
will help for sure
ty