Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Library of IDB's for different versions with named addresses

Newbie Spellweaver
Joined
Jul 21, 2012
Messages
6
Reaction score
0
Aww, it isn't supported. :C Diamondo25

Uh, a12182560 because it isn't english and Stredit isn't compatible, it would take some more time since I don't understand their language lol

Thank you sunnyboy

By the way, can someone unpack TWMS latest version(ver.168)?
Because I want to research TWMS latest version packet structure, but Themida is so difficult to unpack for me.
Thank
I'm a Taiwanese, english is not good...
 
Last edited:
<3
Joined
Feb 4, 2011
Messages
481
Reaction score
123
Thank you sunnyboy

By the way, can someone unpack TWMS latest version(ver.168)?
Because I want to research TWMS latest version packet structure, but Themida is so difficult to unpack for me.
Thank
I'm a Taiwanese, english is not good...

You don't need to unpack it. A memory dump works fine too.
 
Newbie Spellweaver
Joined
Feb 10, 2013
Messages
5
Reaction score
0
Was going pm you sunnyboy but your pm was full. I got no shame in posting this publicly.
I looked around last night and tried unpacking maple out but kept getting stuck and or crashing maple and getting a error from themida. If you could point me towards some good references, guides, etc or share your/anyone's personal tips that would be nice. :3
 
Custom Title Activated
Loyal Member
Joined
Mar 14, 2010
Messages
5,363
Reaction score
1,343
Was going pm you sunnyboy but your pm was full. I got no shame in posting this publicly.
I looked around last night and tried unpacking maple out but kept getting stuck and or crashing maple and getting a error from themida. If you could point me towards some good references, guides, etc or share your/anyone's personal tips that would be nice. :3

I never unpacked themida, just ASProtect. I got no time to learn themida. Go to google and type "lena tuts4you" without " for one help and another to look at the user LCF-AT at tuts4you, but specifically his themida tutorial. (kiki told me this info)
 
Newbie Spellweaver
Joined
May 28, 2010
Messages
74
Reaction score
7
at the CField::OnPacket,i find big header,There are such a big header that?These headers are correct it?@sunnyboy
PHP:
 switch ( a2 )
                                                                {
                                                                  case 0x3AE:
                                                                    sub_544ED0(lpMultiByteStr);
                                                                    break;
                                                                  case 0x3AF:
                                                                    sub_5450C0(lpMultiByteStr);
                                                                    break;
                                                                  case 0x3B0:
                                                                    sub_5450F0(lpMultiByteStr);
                                                                    break;
                                                                  case 0x3B1:
                                                                    sub_543020(lpMultiByteStr);
                                                                    break;
                                                                  case 0x3B2:
                                                                    sub_544C70(lpMultiByteStr);
                                                                    break;
                                                                  default:
                                                                    return;
                                                                }
 
Joined
Apr 10, 2008
Messages
4,087
Reaction score
1,264
at the CField::OnPacket,i find big header,There are such a big header that?These headers are correct it?@sunnyboy
PHP:
 switch ( a2 )
                                                                {
                                                                  case 0x3AE:
                                                                    sub_544ED0(lpMultiByteStr);
                                                                    break;
                                                                  case 0x3AF:
                                                                    sub_5450C0(lpMultiByteStr);
                                                                    break;
                                                                  case 0x3B0:
                                                                    sub_5450F0(lpMultiByteStr);
                                                                    break;
                                                                  case 0x3B1:
                                                                    sub_543020(lpMultiByteStr);
                                                                    break;
                                                                  case 0x3B2:
                                                                    sub_544C70(lpMultiByteStr);
                                                                    break;
                                                                  default:
                                                                    return;
                                                                }

That's probably not CField, although I'm unsure about JMS. I'm 99% sure that's not CField (or has to do with packet handling at all).
 
Custom Title Activated
Loyal Member
Joined
Mar 14, 2010
Messages
5,363
Reaction score
1,343
That's probably not CField, although I'm unsure about JMS. I'm 99% sure that's not CField (or has to do with packet handling at all).

it's CField. I'd double check, but he never mentions which VERSION he's using... icelemon1314

at the CField::OnPacket,i find big header,There are such a big header that?These headers are correct it?@sunnyboy
PHP:
 switch ( a2 )
                                                                {
                                                                  case 0x3AE:
                                                                    sub_544ED0(lpMultiByteStr);
                                                                    break;
                                                                  case 0x3AF:
                                                                    sub_5450C0(lpMultiByteStr);
                                                                    break;
                                                                  case 0x3B0:
                                                                    sub_5450F0(lpMultiByteStr);
                                                                    break;
                                                                  case 0x3B1:
                                                                    sub_543020(lpMultiByteStr);
                                                                    break;
                                                                  case 0x3B2:
                                                                    sub_544C70(lpMultiByteStr);
                                                                    break;
                                                                  default:
                                                                    return;
                                                                }


They have larger ones.
 
Last edited:
Back
Top