[WoW] [5.4.8 18291] Release x86 Info Dump Thread menu

Shout-Out

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 37
  1. #16
    aeo's Avatar Contributor
    Reputation
    135
    Join Date
    Apr 2007
    Posts
    286
    Thanks G/R
    97/68
    Trade Feedback
    7 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SeTMI View Post
    aeo, do you happen to have a idb base for 5.4.7? Can you share if there is?

    p.s. you pm broken - aeo has exceeded their stored private messages quota and cannot accept further messages until they clear some space.
    No i dont have a 5.4.7 im diffing to a 5.4.0? or .2 i think. Also i cleared my PM box thanks for mentioning that. My Patchdiff is still running this morning lol.

    [WoW] [5.4.8 18291] Release x86 Info Dump Thread
  2. #17
    julfo's Avatar Corporal
    Reputation
    2
    Join Date
    Dec 2011
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Zynamics Bindiff can diff within an hour for me, true, but the moment I try to copy over the function names I can wait as long as I like and it still wont respond.

    My record was waiting for Zynamics for ~30 hours before giving up, with patchdiff2 I waited 48 hours before canceling it.

    Ho hum. I can get most of what I need from signatures anyway, just would be nice to keep an updated idb.

  3. #18
    JuJuBoSc's Avatar Banned for scamming CoreCoins Purchaser
    Reputation
    1019
    Join Date
    May 2007
    Posts
    922
    Thanks G/R
    1/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    In bindiff, apply some filter, import only what is renamed, for around ~9000 functions it take less than 2min to import here.

  4. #19
    julfo's Avatar Corporal
    Reputation
    2
    Join Date
    Dec 2011
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'll give that a try, thanks! To be honest I didn't play around with it much because it wasn't actually necessary for me at the time, but I'm experimenting with more functions now so it'll be useful to get it working.

  5. #20
    xalcon's Avatar Contributor ふたなり
    Authenticator enabled
    Reputation
    198
    Join Date
    Oct 2008
    Posts
    291
    Thanks G/R
    20/58
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Patchdiff2 does its work in like 10 minutes, at least on my box o.O Anyway, here are some lua related functions
    Code:
    Functions:
    lua_type = 0xD6211
    lua_typename = 0xD6230
    lua_isstring = 0xD629E
    lua_isnumber = 0xD6270
    lua_iscfunction = 0xD624B
    lua_tolstring = 0xD63F0
    lua_tonumber = 0xD6337
    lua_toboolean = 0xD63C8
    lua_tointeger = 0xD6366
    lua_pushcclosure = 0xD6646
    lua_pushboolean = 0xD6726
    lua_pushnumber = 0xD6535
    lua_pushinteger = 0xD6559
    lua_pushstring = 0xD65C2
    lua_pushlstring = 0xD657D
    lua_pushnil = 0xD6519
    lua_settable = 0xD6B6A
    lua_createtable = 0xD693A
    FrameScript_Register = 0x4EDA7
    
    Values:
    lua_statePtr = 0xBA6178
    Had some fun reversing lua_type :P first I thought 0xD5BE4 would be lua_type but it looks more like index2adr (an internal function to get the value and its information from the lua stack).
    I'm also not sure about lua_tointeger.
    Last edited by xalcon; 05-26-2014 at 04:56 PM.
    "Threads should always commit suicide - they should never be murdered" - DirectX SDK

  6. #21
    xalcon's Avatar Contributor ふたなり
    Authenticator enabled
    Reputation
    198
    Join Date
    Oct 2008
    Posts
    291
    Thanks G/R
    20/58
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    i just posted a bunch o.O be more specific pls
    "Threads should always commit suicide - they should never be murdered" - DirectX SDK

  7. #22
    2briards's Avatar Member Authenticator enabled
    Reputation
    11
    Join Date
    Nov 2009
    Posts
    33
    Thanks G/R
    16/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This one was still missing for me:

    nameStorePtr = 0x00C86838

  8. #23
    xalcon's Avatar Contributor ふたなり
    Authenticator enabled
    Reputation
    198
    Join Date
    Oct 2008
    Posts
    291
    Thanks G/R
    20/58
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Does anyone have found CGGameUI::Target by now? I think I've found something @ 0x8CF10C but it looks like the function is not using any of the well known calling conventions. Instead it gets a single parameter passed via ESI o_o" It looks like ESI contains a pointer to the GUID to target but I have to code some custom asm code in order to try it (currently no time, will try later).
    "Threads should always commit suicide - they should never be murdered" - DirectX SDK

  9. #24
    charles420's Avatar Elite User
    Reputation
    335
    Join Date
    Jun 2009
    Posts
    337
    Thanks G/R
    25/123
    Trade Feedback
    0 (0%)
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    CGGameUI__Target 0x8ce494
    i think thats what your looking for !!

  10. #25
    xalcon's Avatar Contributor ふたなり
    Authenticator enabled
    Reputation
    198
    Join Date
    Oct 2008
    Posts
    291
    Thanks G/R
    20/58
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    ahh, thanks! CGGameUI::Target is actually called inside the function i was looking at (0x8CF10C) sooo close!
    +rep
    "Threads should always commit suicide - they should never be murdered" - DirectX SDK

  11. #26
    fieldmedic's Avatar Member
    Reputation
    3
    Join Date
    Jan 2007
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xalcon View Post
    Patchdiff2 does its work in like 10 minutes, at least on my box o.O Anyway, here are some lua related functions
    Code:
    Functions:
    lua_type = 0xD6211
    lua_typename = 0xD6230
    lua_isstring = 0xD629E
    lua_isnumber = 0xD6270
    lua_iscfunction = 0xD624B
    lua_tolstring = 0xD63F0
    lua_tonumber = 0xD6337
    lua_toboolean = 0xD63C8
    lua_tointeger = 0xD6366
    lua_pushcclosure = 0xD6646
    lua_pushboolean = 0xD6726
    lua_pushnumber = 0xD6535
    lua_pushinteger = 0xD6559
    lua_pushstring = 0xD65C2
    lua_pushlstring = 0xD657D
    lua_pushnil = 0xD6519
    lua_settable = 0xD6211
    lua_createtable = 0xD693A
    FrameScript_Register = 0x4EDA7
    
    Values:
    lua_statePtr = 0xBA6178
    Had some fun reversing lua_type :P first I thought 0xD5BE4 would be lua_type but it looks more like index2adr (an internal function to get the value and its information from the lua stack).
    I'm also not sure about lua_tointeger.
    I think that you've got a double for lua_settable and lua_type. I've found the following extra lua functions, and think i found lua_settable aswell:
    Code:
    lua_gettable = 0xD67A1
    lua_setfield = 0xD6B97
    lua_settable = 0xD6B6A
    Thanks for the functions!

  12. #27
    xalcon's Avatar Contributor ふたなり
    Authenticator enabled
    Reputation
    198
    Join Date
    Oct 2008
    Posts
    291
    Thanks G/R
    20/58
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    oh yeah, you are right :P copy'n'paste error. lua_settable is at 0xD6B6A ofc
    "Threads should always commit suicide - they should never be murdered" - DirectX SDK

  13. #28
    Sovak007's Avatar Corporal
    Reputation
    47
    Join Date
    Mar 2012
    Posts
    36
    Thanks G/R
    0/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I decided to start sharing my opcode dump, here it is, i use it for updating SkyFire

    Types:
    • SMSG = Jam Opcode
    • SMSG_LEGACY = Legacy Opcode
    • SMSG_CONNECTION = Jam conneciton Opcode
    • CMSG = CMSG Jam Opcode


    Contains:

    1. Opcode (hex : 4)
    2. Opcode (dec)
    3. Ctor or Packet reader / writer
    4. CallHandler for Jams, Vtable offset for CMSG, empty for legacy
    5. Offset for Jam calculations
    6. Type


    Code:
    0x0002  2  006BE279  006E2749  0  SMSG
    0x0003  3  006CDAA1  006F8150  1  SMSG
    0x0006  6  006ED641  006D7866  2  SMSG
    0x0007  7  006FF104  006F458C  3  SMSG
    0x000A  10  006BC133  006D4497  96  SMSG
    0x000B  11  006BE279  006C6204  97  SMSG
    0x000E  14  00748DB0  006CBD5A  98  SMSG
    0x000F  15  006D126E  006C6DDB  99  SMSG
    0x001A  26  006BC133  006C38B0  100  SMSG
    0x001B  27  007012FA  006F2B5E  101  SMSG
    0x001E  30  0072FFBD  006CD83B  102  SMSG
    0x001F  31  007050AE  006DF878  103  SMSG
    0x0022  34  006F6840  006D029C  4  SMSG
    0x0023  35  006BE279  006E2E37  5  SMSG
    0x0026  38  006FA468  006DF3A6  6  SMSG
    0x0027  39  006BE279  006EE9CC  7  SMSG
    0x002A  42  006BE279  006D791D  104  SMSG
    0x002B  43  007061BF  006D6CC7  105  SMSG
    0x002E  46  006F7B53  006C681E  106  SMSG
    0x002F  47  00700C03  006D1020  107  SMSG
    0x003A  58  00702359  006DDBFE  108  SMSG
    0x003B  59  006BE279  006F680C  109  SMSG
    0x003E  62  006DC533  006C5D3E  110  SMSG
    0x003F  63  006C4FBA  006E600B  111  SMSG
    0x0046  70  00C90F15  00C936E3  418  SMSG
    0x0047  71  00CA17E4  00C92EF1  419  SMSG
    0x0050  80  00C7C6F7  00C6B4C2  0  SMSG
    0x0061  97  00CA64DE  00C920C1  337  SMSG
    0x0063  99  00C8D13E  00C91276  339  SMSG
    0x0069  105  00C90E7E  00C929D5  401  SMSG
    0x006B  107  00C8FE80  00C94317  403  SMSG
    0x006E  110  00C8D0BB  00C91B3B  482  SMSG
    0x0072  114  00C7E8B5  00C6A822  10  SMSG
    0x0082  130  007086CC  006FB04A  8  SMSG
    0x0082  130  00690BAD  00D6561C  0  CMSG
    0x0083  131  006BC133  006E7815  9  SMSG
    0x0086  134  006BCC30  006CF4A8  10  SMSG
    0x0087  135  00692FD5  00D6570C  0  CMSG
    0x008A  138  007267D7  006D70DF  112  SMSG
    0x008B  139  0074C03C  006DF4EB  113  SMSG
    0x008E  142  006BC133  006F3951  114  SMSG
    0x008F  143  00707FF1  006D1E0D  115  SMSG
    0x009A  154  00C88367  00EBDB78  0  CMSG
    0x009B  155  006BC133  006F12C3  117  SMSG
    0x009E  158  007259E9  006E97AA  118  SMSG
    0x00A2  162  007096C2  006FACCE  12  SMSG
    0x00A3  163  006BE279  006FAC9A  13  SMSG
    0x00A6  166  00717365  006E443A  14  SMSG
    0x00A7  167  006F0648  006C3BCF  15  SMSG
    0x00A7  167  006696DC  00D654A0  0  CMSG
    0x00AA  170  00732610  006E7D83  120  SMSG
    0x00AB  171  00717B2B  006ED0DB  121  SMSG
    0x00AE  174  006D4ADE  006C59A8  122  SMSG
    0x00AE  174  00C8950B  00EBDD80  0  CMSG
    0x00AF  175  006BC133  006DF44F  123  SMSG
    0x00AF  175  00C8886F  00EBDE20  0  CMSG
    0x00B2  178  0066F813  00D63B0C  0  CMSG
    0x00B3  179  00690BAD  00D63A94  0  CMSG
    0x00B3  179  0066F436  00D63AD0  0  CMSG
    0x00BA  186  0070813E  006EC0E1  124  SMSG
    0x00BB  187  007027D7  006E50C8  125  SMSG
    0x00BB  187  00C895A7  00EBDD08  0  CMSG
    0x00BE  190  0073384F  006E77A1  126  SMSG
    0x00BF  191  00705D7B  006D910F  127  SMSG
    0x00D8  216  00C80B83  00C6AEA7  20  SMSG
    0x00D8  216  006845C1  00D64140  0  CMSG
    0x00D9  217  00681260  00D63F88  0  CMSG
    0x00DB  219  00680586  00D63FB0  0  CMSG
    0x00E0  224  00690BAD  00D632F8  0  CMSG
    0x00E1  225  00CA35AE  00C92A58  341  SMSG
    0x00E3  227  00686F89  00D63744  0  CMSG
    0x00F0  240  0066FD6C  00D64190  0  CMSG
    0x00F2  242  00C6A601  00C6A961  26  SMSG
    0x00F2  242  0067AF94  00D640A0  0  CMSG
    0x00F3  243  00C69A95  00C6A862  27  SMSG
    0x00F9  249  00C7C734  00C6C5C8  29  SMSG
    0x0115  277  007AA7DE  00000000  13  SMSG_LEGACY
    0x0140  320  0069369E  00D651D0  0  CMSG
    0x0140  320  00690BAD  00D65450  0  CMSG
    0x0141  321  00690BAD  00D65428  0  CMSG
    0x0150  336  006718F8  00D64104  0  CMSG
    0x0158  344  0067F44A  00D63E1C  0  CMSG
    0x0160  352  0066F791  00D62FD8  0  CMSG
    0x0162  354  00C93665  00C90EAD  346  SMSG
    0x0163  355  006671AD  00D63654  0  CMSG
    0x0170  368  00C7CCE2  00C6A7D5  40  SMSG
    0x0171  369  006787AB  00D63CF0  0  CMSG
    0x0172  370  0067CC4D  00D63D54  0  CMSG
    0x017A  378  006737E0  00D63E30  0  CMSG
    0x01C0  448  00690BAD  00D65284  0  CMSG
    0x01D0  464  00674381  00D64064  0  CMSG
    0x01D1  465  006765A5  00D63F34  0  CMSG
    0x01D2  466  00C6A932  00C6AB51  50  SMSG
    0x01DB  475  00C7C867  00C6BB7D  55  SMSG
    0x01DB  475  00670813  00D63C8C  0  CMSG
    0x01E0  480  006674FD  00D63828  0  CMSG
    0x01E1  481  00C9078D  00C8FF03  349  SMSG
    0x01E1  481  00666B8D  00D62E34  0  CMSG
    0x01E2  482  00CA1F2D  00C932EC  350  SMSG
    0x01E3  483  0066660B  00D630A0  0  CMSG
    0x01F1  497  00679E84  00D63F48  0  CMSG
    0x01F1  497  00671795  00D640F0  0  CMSG
    0x01F2  498  0067A9E8  00D63FD8  0  CMSG
    0x01F8  504  00677C55  00D63E94  0  CMSG
    0x0202  514  00728914  006CD252  16  SMSG
    0x0203  515  006BC133  006EE295  17  SMSG
    0x0206  518  006FF094  006E761D  18  SMSG
    0x0206  518  006996B2  00D65810  0  CMSG
    0x0207  519  00707DC1  006D1E75  19  SMSG
    0x020A  522  007650D4  006D15BD  128  SMSG
    0x020B  523  007347BC  006C7554  129  SMSG
    0x020E  526  0071F8CD  006CB4D9  130  SMSG
    0x020F  527  007259AC  006F7496  131  SMSG
    0x021A  538  00703F84  006F4533  132  SMSG
    0x021B  539  006BE279  006ED965  133  SMSG
    0x021E  542  00702391  006CF184  134  SMSG
    0x021F  543  006BC133  006C5D0A  135  SMSG
    0x0222  546  007020A3  006FBDCF  20  SMSG
    0x0226  550  006DEDF2  006C9F2E  22  SMSG
    0x0227  551  006BC133  006DF41B  23  SMSG
    0x022A  554  006EC063  006F6DC0  136  SMSG
    0x022A  554  00C89307  00EBDC40  0  CMSG
    0x022A  554  00C89073  00EBDC7C  0  CMSG
    0x022B  555  006CEF7F  006F8866  137  SMSG
    0x022E  558  0070BB8B  006CFAAA  138  SMSG
    0x022F  559  006FAF93  006C3B47  139  SMSG
    0x023A  570  00725D19  006D889C  140  SMSG
    0x023B  571  006EE758  006E74F7  141  SMSG
    0x023E  574  006BC133  006D2454  142  SMSG
    0x023F  575  006F9054  006EAC71  143  SMSG
    0x0241  577  0068D131  00D64704  0  CMSG
    0x0244  580  006B6611  006AEB52  0  SMSG
    0x0247  583  00686F89  00D653EC  0  CMSG
    0x0249  585  006665D1  00D64A38  0  CMSG
    0x024B  587  00686F89  00D64650  0  CMSG
    0x0250  592  00C95E07  00C92B18  520  SMSG
    0x0251  593  00C9F45D  00C94E5B  521  SMSG
    0x0251  593  00688199  00D642E0  0  CMSG
    0x0255  597  0069451A  00D64FA0  0  CMSG
    0x0256  598  006ADC9E  006AF12F  10  SMSG
    0x0257  599  00690BAD  00D64F78  0  CMSG
    0x0258  600  00C8FDBF  00C90E4A  524  SMSG
    0x0259  601  0068D535  00D64574  0  CMSG
    0x025A  602  00CA3643  00C920A1  526  SMSG
    0x025B  603  0068C8FD  00D64B8C  0  CMSG
    0x025F  607  00C84277  00EBD6B4  0  CMSG
    0x0264  612  00692D0D  00D650A4  0  CMSG
    0x0265  613  00688B80  00D6507C  0  CMSG
    0x0267  615  006923C2  00D655CC  0  CMSG
    0x0268  616  00686F89  00D64380  0  CMSG
    0x0274  628  006940EC  00D6566C  0  CMSG
    0x0275  629  00693F78  00D64FDC  0  CMSG
    0x0276  630  006B8B1C  006AE01C  26  SMSG
    0x0276  630  00690BAD  00D6539C  0  CMSG
    0x0277  631  006B28F1  006AF0D2  27  SMSG
    0x0277  631  006918BE  00D65590  0  CMSG
    0x027B  635  006696DC  00D649C0  0  CMSG
    0x027D  637  006B071E  006AF2F8  29  SMSG
    0x0282  642  006B0BCB  006C3E38  24  SMSG
    0x0283  643  0073167F  006ED12A  25  SMSG
    0x0286  646  0070A967  006D121A  26  SMSG
    0x0287  647  006BC133  006D67A8  27  SMSG
    0x0287  647  006956FF  00D6511C  0  CMSG
    0x028A  650  007628DC  006C854E  144  SMSG
    0x028B  651  006CCA32  006E9556  145  SMSG
    0x028E  654  006F64A1  006E6342  146  SMSG
    0x028E  654  00C87DE8  00EBDDE4  0  CMSG
    0x0292  658  0066F486  00D63A80  0  CMSG
    0x029A  666  00709F91  006D880F  148  SMSG
    0x029B  667  006BC133  006CB186  149  SMSG
    0x029E  670  006BC133  006D3A5E  150  SMSG
    0x029F  671  00725C8F  006F8D1E  151  SMSG
    0x029F  671  00690BAD  00EBDDF8  0  CMSG
    0x02A2  674  00708DE0  006D87EF  28  SMSG
    0x02A3  675  006CDB8C  006F62A1  29  SMSG
    0x02A3  675  00693B2A  00D64FB4  0  CMSG
    0x02A6  678  006BCC01  006ED985  30  SMSG
    0x02A7  679  006CF535  006CFC52  31  SMSG
    0x02A7  679  006696DC  00D65400  0  CMSG
    0x02A7  679  0069818D  00D65770  0  CMSG
    0x02AB  683  006EFF31  006D7E7F  153  SMSG
    0x02AE  686  00706200  006EC0C1  154  SMSG
    0x02AF  687  006E02DD  006C7606  155  SMSG
    0x02BA  698  00700CEE  006C35B4  156  SMSG
    0x02BB  699  006F6269  006C6DBB  157  SMSG
    0x02BE  702  006BC133  006F2AD8  158  SMSG
    0x02BF  703  0072590C  006D9635  159  SMSG
    0x02C1  705  0068B9EE  00D64A60  0  CMSG
    0x02C4  708  00692351  00D65680  0  CMSG
    0x02C5  709  00688B80  00D650B8  0  CMSG
    0x02C7  711  00688B80  00D6552C  0  CMSG
    0x02C7  711  00693483  00D656BC  0  CMSG
    0x02CA  714  00688CF9  00D64790  0  CMSG
    0x02CB  715  0068A834  00D64B64  0  CMSG
    0x02CF  719  00C843F3  00EBD650  0  CMSG
    0x02D2  722  006696DC  00D6445C  0  CMSG
    0x02D3  723  00C911F3  00C933D8  555  SMSG
    0x02D4  724  006B665A  006AE050  40  SMSG
    0x02D5  725  0069505F  00D6525C  0  CMSG
    0x02D6  726  00690BAD  00D65338  0  CMSG
    0x02D8  728  00C86BD8  00D6459C  0  CMSG
    0x02DA  730  00690BAD  00D64B78  0  CMSG
    0x02DB  731  0068DE9F  00D64AC4  0  CMSG
    0x02DF  735  00C84113  00EBD678  0  CMSG
    0x02E1  737  00688BAA  00D644E8  0  CMSG
    0x02E2  738  0068E154  00D64628  0  CMSG
    0x02E3  739  006882F4  00D647A4  0  CMSG
    0x02E7  743  00694DB7  00D651E4  0  CMSG
    0x02E8  744  0068A596  00D64A24  0  CMSG
    0x02E9  745  006896D8  00D6477C  0  CMSG
    0x02EA  746  0068C1CF  00D64BA0  0  CMSG
    0x02EB  747  0068ACCB  00D64BB4  0  CMSG
    0x02EC  748  00C839F7  00EBD6DC  0  CMSG
    0x02EF  751  006AFCA1  006AE35A  55  SMSG
    0x02F1  753  00C924FA  00C91A84  569  SMSG
    0x02F1  753  00690BAD  00D6440C  0  CMSG
    0x02F2  754  00688B80  00D6463C  0  CMSG
    0x02F6  758  00690BAD  00D652C0  0  CMSG
    0x02FB  763  006873E7  00D64358  0  CMSG
    0x0302  770  00CE0941  00000000  66  SMSG_LEGACY
    0x0305  773  007B352A  00000000  69  SMSG_LEGACY
    0x030C  780  006958C8  00D63758  0  CMSG
    0x030D  781  0066E2C7  00D63940  0  CMSG
    0x0319  793  00C8C080  00C91256  149  SMSG
    0x0319  793  0066BDB5  00D63864  0  CMSG
    0x031C  796  0066DD34  00D63050  0  CMSG
    0x031C  796  00690BAD  00D63640  0  CMSG
    0x031D  797  0066902A  00D63918  0  CMSG
    0x0328  808  0066904B  00D638B4  0  CMSG
    0x0329  809  0066856A  00D639CC  0  CMSG
    0x032C  812  00688B80  00D634B0  0  CMSG
    0x032D  813  00690BAD  00D63370  0  CMSG
    0x0332  818  0094E0D5  00000000  90  SMSG_LEGACY
    0x033D  829  00690BAD  00D63000  0  CMSG
    0x0340  832  00689827  00D649FC  0  CMSG
    0x0341  833  00C8FAB9  00C8FEAF  577  SMSG
    0x0343  835  00690BAD  00D6490C  0  CMSG
    0x0345  837  00690BAD  00D65540  0  CMSG
    0x0346  838  006B06E6  006AEEBF  66  SMSG
    0x034B  843  00688E48  00D642F4  0  CMSG
    0x034E  846  006BC133  006AE070  70  SMSG
    0x0352  850  00689D63  00D64970  0  CMSG
    0x0354  852  006BE279  006AE3C2  72  SMSG
    0x0354  852  0069851F  00D657FC  0  CMSG
    0x035D  861  00C83DE1  00EBD6A0  0  CMSG
    0x0360  864  00690BAD  00D64B14  0  CMSG
    0x0361  865  00687BFE  00D64484  0  CMSG
    0x0364  868  006B0BCB  006AE7E9  80  SMSG
    0x0365  869  00690BAD  00D65234  0  CMSG
    0x036A  874  00CA1F6F  00C91AB8  598  SMSG
    0x036A  874  0068CFE2  00D64510  0  CMSG
    0x036D  877  006B8B70  006AE6AE  85  SMSG
    0x036E  878  00C83ED9  00EBD68C  0  CMSG
    0x036F  879  00C83BE2  00EBD704  0  CMSG
    0x0372  882  00687AA2  00D64308  0  CMSG
    0x0373  883  0068B011  00D64948  0  CMSG
    0x0374  884  00690BAD  00D65630  0  CMSG
    0x0375  885  00690BAD  00D65414  0  CMSG
    0x0377  887  006931BF  00D65734  0  CMSG
    0x0378  888  0068B895  00D6481C  0  CMSG
    0x0379  889  00689976  00D644C0  0  CMSG
    0x037B  891  00689EC6  00D646C8  0  CMSG
    0x03C4  964  00690BAD  00D64FF0  0  CMSG
    0x03C7  967  00686F89  00D65608  0  CMSG
    0x03C8  968  00689572  00D647CC  0  CMSG
    0x03C9  969  00688F97  00D6495C  0  CMSG
    0x03D2  978  00686F89  00D64718  0  CMSG
    0x03D3  979  00691CD2  00D643A8  0  CMSG
    0x03D5  981  00693AAD  00D654DC  0  CMSG
    0x03DF  991  00C84335  00EBD664  0  CMSG
    0x03E2  994  00687946  00D64934  0  CMSG
    0x03E4  996  00693B09  00D6548C  0  CMSG
    0x03E6  998  00686F89  00D65018  0  CMSG
    0x03EC  1004  006BE279  006AEB1E  116  SMSG
    0x03F1  1009  0068B2C5  00D6454C  0  CMSG
    0x03F6  1014  00688B80  00D65644  0  CMSG
    0x040A  1034  0070AEE8  006F8DC3  160  SMSG
    0x040B  1035  00703FB3  006E630E  161  SMSG
    0x040E  1038  006BCC01  006C6258  162  SMSG
    0x040E  1038  00C88F3C  00EBDE34  0  CMSG
    0x040F  1039  00707FF1  006CF515  163  SMSG
    0x0412  1042  006BE24A  006F0213  64  SMSG
    0x0413  1043  007064BF  006CEDC0  65  SMSG
    0x041A  1050  0075ACB3  006D0891  164  SMSG
    0x041B  1051  006B94B7  006C6917  165  SMSG
    0x041E  1054  006BE279  006CBDF4  166  SMSG
    0x041E  1054  00C88584  00EBDCE0  0  CMSG
    0x041E  1054  00C89307  00EBDDD0  0  CMSG
    0x041F  1055  00722ABD  006E29C7  167  SMSG
    0x042A  1066  0071DD87  006CE9B9  168  SMSG
    0x042A  1066  00C881D4  00EBDAD8  0  CMSG
    0x042E  1070  006FDF28  006C3B13  170  SMSG
    0x042F  1071  0073B582  006D632F  171  SMSG
    0x0432  1074  006E8315  006F0D73  66  SMSG
    0x0433  1075  006F4553  006D0961  67  SMSG
    0x043A  1082  007020A3  006C7832  172  SMSG
    0x043B  1083  006D059E  006F9CE1  173  SMSG
    0x043E  1086  00703F26  006E429C  174  SMSG
    0x043F  1087  0072AC8E  006F01D8  175  SMSG
    0x0444  1092  006955B0  00D65130  0  CMSG
    0x0447  1095  00693B09  00D65220  0  CMSG
    0x044D  1101  00698731  00D657E8  0  CMSG
    0x044E  1102  00686F89  00D65504  0  CMSG
    0x0452  1106  00C7D4D8  00C6CAFD  66  SMSG
    0x045A  1114  00C6F9E3  00C6B48E  70  SMSG
    0x0462  1122  00668904  00D63438  0  CMSG
    0x0469  1129  00C93320  00C91EF2  405  SMSG
    0x046B  1131  0066BC84  00D639F4  0  CMSG
    0x0470  1136  00C69C37  00C6CB8E  72  SMSG
    0x0478  1144  00C8520A  00EBD934  0  CMSG
    0x047A  1146  00C857DA  00EBD7F4  0  CMSG
    0x048A  1162  00706C15  006C502A  176  SMSG
    0x048A  1162  00C87E68  00EBDB14  0  CMSG
    0x048B  1163  0071D170  006D78BA  177  SMSG
    0x048E  1166  006ED0FB  006F74CA  178  SMSG
    0x048F  1167  007017CC  006C8C75  179  SMSG
    0x049A  1178  00748DED  006E5595  180  SMSG
    0x049B  1179  006F67DD  006EF960  181  SMSG
    0x049B  1179  00C88DB5  00EBDC2C  0  CMSG
    0x049E  1182  0071E41D  006F3A63  182  SMSG
    0x049F  1183  006BC133  006FBBCB  183  SMSG
    0x04AA  1194  006BBBD2  006CDF50  184  SMSG
    0x04AA  1194  00C889BC  00EBDBA0  0  CMSG
    0x04AE  1198  0070973C  006E9D43  186  SMSG
    0x04AF  1199  0070745A  006CD2B5  187  SMSG
    0x04BA  1210  006D9209  006D9458  188  SMSG
    0x04BB  1211  006BC133  006DB3B6  189  SMSG
    0x04BF  1215  006FDEF9  006F14D5  191  SMSG
    0x04D0  1232  00C6ABC4  00C6A669  80  SMSG
    0x04D1  1233  00C862D7  00EBD86C  0  CMSG
    0x04D8  1240  00690BAD  00EBD9D4  0  CMSG
    0x04D9  1241  00C72626  00C6BF06  85  SMSG
    0x04D9  1241  00C8725D  00EBD894  0  CMSG
    0x04DB  1243  00C86D62  00EBD858  0  CMSG
    0x04E2  1250  00666468  00D62FC4  0  CMSG
    0x04E3  1251  00668AB3  00D6358C  0  CMSG
    0x04F0  1264  00C68ED8  00C6BDED  88  SMSG
    0x04F0  1264  00C86957  00EBD768  0  CMSG
    0x0532  1330  00A6BC4D  00000000  154  SMSG_LEGACY
    0x0534  1332  007AAE69  00000000  156  SMSG_LEGACY
    0x0550  1360  00686F89  00EBD808  0  CMSG
    0x0558  1368  00690BAD  00EBDA60  0  CMSG
    0x0562  1378  00C91606  00C90DC2  362  SMSG
    0x0569  1385  006BC133  00C820B0  7  SMSG_CONNECTION
    0x0571  1393  00C8539E  00EBD948  0  CMSG
    0x057A  1402  00686F89  00EBD7A4  0  CMSG
    0x0591  1425  00CCDCAA  00000000  169  SMSG_LEGACY
    0x05D0  1488  00C866AF  00EBD72C  0  CMSG
    0x05D8  1496  007020A3  00C6B7F3  116  SMSG
    0x05DA  1498  00C85B82  00EBDA4C  0  CMSG
    0x05E1  1505  00690BAD  00D62EFC  0  CMSG
    0x05F3  1523  00C7704E  00C6A739  123  SMSG
    0x05F8  1528  00C859EF  00EBD718  0  CMSG
    0x060A  1546  00736989  006F45C0  192  SMSG
    0x060E  1550  006BC133  006E511C  194  SMSG
    0x060F  1551  006BD7A6  006F3648  195  SMSG
    0x0612  1554  006C7311  006F6EAC  68  SMSG
    0x0613  1555  0075A97F  006DAC4E  69  SMSG
    0x061A  1562  007222AF  006ECEED  196  SMSG
    0x061B  1563  007069B4  006C7B73  197  SMSG
    0x061E  1566  006D081C  006D8A59  198  SMSG
    0x061F  1567  0070BD9D  006E5B28  199  SMSG
    0x062A  1578  006BCB58  006F4513  200  SMSG
    0x062B  1579  006BC133  006E6F47  201  SMSG
    0x062E  1582  006BA6AA  006EFF11  202  SMSG
    0x062F  1583  006BE279  006DA59C  203  SMSG
    0x0632  1586  00754560  006F45F4  70  SMSG
    0x0633  1587  0071D01A  006F874D  71  SMSG
    0x063A  1594  006FF152  006DADB1  204  SMSG
    0x063B  1595  006F9C92  006D8284  205  SMSG
    0x063E  1598  00700F2C  006E5422  206  SMSG
    0x0640  1600  00690BAD  00D64A10  0  CMSG
    0x0643  1603  00690BAD  00D64984  0  CMSG
    0x0644  1604  00690BAD  00D65004  0  CMSG
    0x064B  1611  006696DC  00D644D4  0  CMSG
    0x0655  1621  006949E7  00D65374  0  CMSG
    0x0656  1622  00686F89  00D6502C  0  CMSG
    0x0659  1625  0068DFEE  00D64AEC  0  CMSG
    0x065B  1627  0068D3E6  00D644FC  0  CMSG
    0x0661  1633  0068BC72  00D646A0  0  CMSG
    0x0662  1634  0068A6E5  00D6472C  0  CMSG
    0x0669  1641  006864C4  00D645EC  0  CMSG
    0x066D  1645  00C841B9  00EBD6F0  0  CMSG
    0x0672  1650  006696DC  00D645D8  0  CMSG
    0x0673  1651  00689AC5  00D64A4C  0  CMSG
    0x0674  1652  00690BAD  00D653C4  0  CMSG
    0x0675  1653  00693334  00D65248  0  CMSG
    0x067A  1658  0068E40D  00D6436C  0  CMSG
    0x067C  1660  00C83AF6  00EBD6C8  0  CMSG
    0x067F  1663  006B65D4  006AF5D9  159  SMSG
    0x068A  1674  006BD9AC  006EBA75  208  SMSG
    0x068B  1675  006BE279  006C59C8  209  SMSG
    0x068E  1678  006BE279  006C4637  210  SMSG
    0x068F  1679  0073B5CB  006E0F49  211  SMSG
    0x069A  1690  006BE314  006CD93B  212  SMSG
    0x069B  1691  006BC9D7  006ED8DC  213  SMSG
    0x069E  1694  006BC133  006E8EC6  214  SMSG
    0x069F  1695  007017FB  006D93E4  215  SMSG
    0x06AA  1706  0071FAB1  006EE901  216  SMSG
    0x06AB  1707  0070C2E3  006FC069  217  SMSG
    0x06AE  1710  00700076  006C5CEA  218  SMSG
    0x06AF  1711  006D3CB5  006D3674  219  SMSG
    0x06AF  1711  00C8886F  00EBDD94  0  CMSG
    0x06BA  1722  006BC133  006CE601  220  SMSG
    0x06BE  1726  006BC133  006D07C9  222  SMSG
    0x06BF  1727  006CE1F1  006E3E83  223  SMSG
    0x06C1  1729  00690BAD  00D64A74  0  CMSG
    0x06C4  1732  00686F89  00D654F0  0  CMSG
    0x06C5  1733  0069280E  00D65720  0  CMSG
    0x06C6  1734  00686F89  00D65388  0  CMSG
    0x06C9  1737  00686F89  00D64858  0  CMSG
    0x06CB  1739  00688B80  00D64420  0  CMSG
    0x06CE  1742  006B3FDE  006AF474  166  SMSG
    0x06D1  1745  00C862D7  00D649E8  0  CMSG
    0x06D4  1748  00690BAD  00D65194  0  CMSG
    0x06D6  1750  00694709  00D656A8  0  CMSG
    0x06D7  1751  0069651C  00D65824  0  CMSG
    0x06D8  1752  0068C52D  00D64448  0  CMSG
    0x06D9  1753  006885DC  00D64344  0  CMSG
    0x06DA  1754  0068803E  00D64B00  0  CMSG
    0x06E0  1760  00688B80  00D643F8  0  CMSG
    0x06E4  1764  00690BAD  00D64F64  0  CMSG
    0x06E6  1766  0069A4D3  00D65798  0  CMSG
    0x06E7  1767  00692A29  00D64F28  0  CMSG
    0x06F0  1776  0068BF1A  00D64330  0  CMSG
    0x06F5  1781  00690BAD  00D654C8  0  CMSG
    0x06F9  1785  00687536  00D648A8  0  CMSG
    0x06FA  1786  0068B414  00D646DC  0  CMSG
    0x06FB  1787  0068E8AA  00D64BDC  0  CMSG
    0x06FF  1791  006BE279  006AE38E  191  SMSG
    0x0708  1800  006657D9  00D62F10  0  CMSG
    0x0719  1817  00668964  00D630C8  0  CMSG
    0x0728  1832  00C90F78  00C94039  168  SMSG
    0x072D  1837  0066CC10  00D635F0  0  CMSG
    0x073C  1852  0066D8CF  00D63A44  0  CMSG
    0x073D  1853  00667DDE  00D630B4  0  CMSG
    0x0740  1856  0068CBA8  00D646B4  0  CMSG
    0x0741  1857  00689C14  00D647E0  0  CMSG
    0x0743  1859  00687EC7  00D64498  0  CMSG
    0x0748  1864  006893AF  00D64880  0  CMSG
    0x074B  1867  0068CE93  00D64614  0  CMSG
    0x074D  1869  006AEEDF  006ADF85  197  SMSG
    0x074F  1871  006B2F7D  006AEAEA  199  SMSG
    0x075A  1882  00693018  00D642CC  0  CMSG
    0x0762  1890  00688B80  00D644AC  0  CMSG
    0x0769  1897  00688443  00D645C4  0  CMSG
    0x0770  1904  0068E6C2  00D6431C  0  CMSG
    0x0776  1910  006BE279  006AF0F2  218  SMSG
    0x0778  1912  006665D1  00D64524  0  CMSG
    0x0779  1913  006696DC  00D642B8  0  CMSG
    0x077A  1914  0068C3DE  00D64470  0  CMSG
    0x077B  1915  00690BAD  00D64B28  0  CMSG
    0x0785  1925  0096397E  00000000  229  SMSG_LEGACY
    0x07C2  1986  0068B6C9  00D6486C  0  CMSG
    0x07C5  1989  006BE279  006AE090  225  SMSG
    0x07CB  1995  0068CCF7  00D649AC  0  CMSG
    0x07D0  2000  00C86808  00D647B8  0  CMSG
    0x07DD  2013  006BE279  006AE81D  237  SMSG
    0x07E9  2025  0068872B  00D64998  0  CMSG
    0x07EA  2026  0068D68E  00D648BC  0  CMSG
    0x07EB  2027  00688B80  00D64434  0  CMSG
    0x07F0  2032  006862F7  00D64A88  0  CMSG
    0x07F5  2037  006ADDC1  006AE716  249  SMSG
    0x07FD  2045  006BC133  006ADFA5  253  SMSG
    0x0806  2054  00666797  00D62ED4  0  CMSG
    0x080A  2058  006F5330  006EB303  224  SMSG
    0x080B  2059  007080A7  006C696B  225  SMSG
    0x080E  2062  006EB7D0  006FB016  226  SMSG
    0x080F  2063  00733477  006C3147  227  SMSG
    0x0812  2066  00666421  00D63708  0  CMSG
    0x0813  2067  00690BAD  00D63154  0  CMSG
    0x0817  2071  00C8D954  00C92F11  7  SMSG
    0x0817  2071  006696DC  00D62F60  0  CMSG
    0x081A  2074  006F37B0  006F4CF0  228  SMSG
    0x081B  2075  006CDAF0  006F1C02  229  SMSG
    0x081E  2078  0071B88B  006E474B  230  SMSG
    0x081F  2079  006D78EE  006E9DDF  231  SMSG
    0x081F  2079  00C893A3  00EBDDA8  0  CMSG
    0x0826  2086  00690BAD  00D6308C  0  CMSG
    0x082A  2090  006D7985  006D124E  232  SMSG
    0x082B  2091  006C8EB3  006C4F86  233  SMSG
    0x082E  2094  006EF9DD  006DF130  234  SMSG
    0x082F  2095  006E5BD8  006DCD63  235  SMSG
    0x0832  2098  00C90B9C  00C94C55  12  SMSG
    0x0837  2103  00669A32  00D63850  0  CMSG
    0x083A  2106  00C8BCA2  006EC6F3  236  SMSG
    0x083B  2107  0071DDC4  006C7812  237  SMSG
    0x083E  2110  00716B0D  006E130B  238  SMSG
    0x083E  2110  00C87BE6  00EBDD30  0  CMSG
    0x083F  2111  006D7081  006F146D  239  SMSG
    0x0840  2112  00691E21  00D65054  0  CMSG
    0x0842  2114  00686F89  00D65090  0  CMSG
    0x0845  2117  00C90BCB  00C94005  425  SMSG
    0x0858  2136  0068347C  00D63E6C  0  CMSG
    0x085B  2139  00C6FD90  00C6CA95  135  SMSG
    0x0861  2145  00C8A1F9  00C93A66  369  SMSG
    0x0861  2145  0066D3FF  00D63814  0  CMSG
    0x0865  2149  00C8ACAE  00C9340C  457  SMSG
    0x0868  2152  00C8CDE1  00C93440  408  SMSG
    0x0869  2153  0066F791  00D633AC  0  CMSG
    0x086A  2154  00C90BFA  00C94E3B  410  SMSG
    0x0870  2160  006770FD  00D63E58  0  CMSG
    0x0873  2163  0067C694  00D6403C  0  CMSG
    0x087A  2170  00C6A701  00C6A896  142  SMSG
    0x087A  2170  00670515  00D641B8  0  CMSG
    0x0882  2178  00668E71  00D62F24  0  CMSG
    0x0886  2182  006662A1  00D63474  0  CMSG
    0x088A  2186  007020A3  006E7DE6  240  SMSG
    0x088E  2190  0069DD08  006F17F5  242  SMSG
    0x088F  2191  0071FAEA  006D68A8  243  SMSG
    0x0896  2198  00665A3B  00D638F0  0  CMSG
    0x089B  2203  00726905  006DC513  245  SMSG
    0x089E  2206  006BC133  006F6EEC  246  SMSG
    0x089F  2207  006BE279  006F4B40  247  SMSG
    0x08A2  2210  00668904  00D63334  0  CMSG
    0x08A3  2211  00CA367C  00C94E8F  25  SMSG
    0x08A3  2211  006674BE  00D62DE4  0  CMSG
    0x08A7  2215  0066DE3A  00D63A30  0  CMSG
    0x08AA  2218  006BC940  006DEF0F  248  SMSG
    0x08AB  2219  0073BD34  006E5C3B  249  SMSG
    0x08AE  2222  006D2488  006EFF60  250  SMSG
    0x08AF  2223  0070A0B6  006F8170  251  SMSG
    0x08AF  2223  00C88C6F  00EBDBC8  0  CMSG
    0x08B2  2226  00C9083A  00C92809  28  SMSG
    0x08B3  2227  006653A7  00D63528  0  CMSG
    0x08BA  2234  00748D73  006E8FFF  252  SMSG
    0x08BB  2235  0070BD65  006D4A8A  253  SMSG
    0x08BE  2238  007034C5  006D8A1C  254  SMSG
    0x08BF  2239  0070B433  006ED9D9  255  SMSG
    0x08BF  2239  00C89073  00EBDB8C  0  CMSG
    0x08C0  2240  00686F89  00D65360  0  CMSG
    0x08C1  2241  00693E0B  00D656F8  0  CMSG
    0x08D0  2256  00681DB6  00D640DC  0  CMSG
    0x08D1  2257  006776A9  00D64050  0  CMSG
    0x08D3  2259  00673D8C  00D6417C  0  CMSG
    0x08D8  2264  006781FF  00D63EF8  0  CMSG
    0x08E0  2272  00C8B201  00C91222  372  SMSG
    0x08E1  2273  006677D0  00D63280  0  CMSG
    0x08E2  2274  0066F791  00D62E84  0  CMSG
    0x08E3  2275  0066AFDE  00D63878  0  CMSG
    0x08F1  2289  006798D8  00D63D68  0  CMSG
    0x08F3  2291  00C78305  00C6C5E8  155  SMSG
    0x08F8  2296  00680B4E  00D64028  0  CMSG
    0x08FA  2298  00682928  00D63DCC  0  CMSG
    0x08FB  2299  00C69C82  00C6A842  159  SMSG
    0x0942  2370  006979AF  00D6575C  0  CMSG
    0x0949  2377  00C837C7  00C837F6  9  SMSG_CONNECTION
    0x0950  2384  00682ED2  00D63D2C  0  CMSG
    0x095A  2394  00C7C2E9  00C6A8FE  166  SMSG
    0x095A  2394  00673236  00D63CDC  0  CMSG
    0x0962  2402  00C903CB  00C94AC3  378  SMSG
    0x0962  2402  006693A5  00D63488  0  CMSG
    0x0963  2403  0066B583  00D62DF8  0  CMSG
    0x0969  2409  006BC133  00C82090  11  SMSG_CONNECTION
    0x0973  2419  00670878  00D641A4  0  CMSG
    0x0979  2425  0067C0E8  00D63D7C  0  CMSG
    0x0982  2434  009CC784  00000000  290  SMSG_LEGACY
    0x0987  2439  007AD97C  00000000  295  SMSG_LEGACY
    0x09D3  2515  00C80B46  00C6A76D  179  SMSG
    0x09D3  2515  0068236F  00D63CB4  0  CMSG
    0x09D8  2520  00C762DD  00C6B3F7  180  SMSG
    0x09D8  2520  0067492D  00D63FC4  0  CMSG
    0x09DA  2522  0067D217  00D64154  0  CMSG
    0x09DB  2523  0067EE9E  00D64078  0  CMSG
    0x09E1  2529  0066DCA3  00D63078  0  CMSG
    0x09E2  2530  00CA4113  00C91472  382  SMSG
    0x09E2  2530  0066AE37  00D63118  0  CMSG
    0x09E3  2531  00668402  00D632BC  0  CMSG
    0x09F0  2544  006715F7  00D63F5C  0  CMSG
    0x09F8  2552  00C6A2A6  00C6CB6E  188  SMSG
    0x09FA  2554  00675A40  00D6412C  0  CMSG
    0x09FB  2555  00C77B4A  00C6AB1D  191  SMSG
    0x09FB  2555  0067B54D  00D64168  0  CMSG
    0x0A02  2562  00C8BA17  00C90DA2  32  SMSG
    0x0A03  2563  00C8FD90  00C91D53  33  SMSG
    0x0A0A  2570  006F3E73  006C3FFE  256  SMSG
    0x0A0B  2571  006FBE03  006C6886  257  SMSG
    0x0A0E  2574  0071B7AC  006E2457  258  SMSG
    0x0A0F  2575  006BE129  006F78FC  259  SMSG
    0x0A12  2578  0066EC86  00D637D8  0  CMSG
    0x0A13  2579  0066951B  00D631CC  0  CMSG
    0x0A16  2582  0066AB3B  00D63348  0  CMSG
    0x0A1A  2586  0070BAA3  006F1F86  260  SMSG
    0x0A1B  2587  006BD42B  006FAD76  261  SMSG
    0x0A1E  2590  006BCC01  006E76DA  262  SMSG
    0x0A1E  2590  00C88CF2  00EBDB50  0  CMSG
    0x0A1F  2591  0071A4D4  006C4074  263  SMSG
    0x0A22  2594  00690BAD  00D63230  0  CMSG
    0x0A23  2595  00690BAD  00D6371C  0  CMSG
    0x0A26  2598  00C871BF  00D63208  0  CMSG
    0x0A27  2599  00C933A9  00C91CDB  43  SMSG
    0x0A2A  2602  0074984B  006E9033  264  SMSG
    0x0A2B  2603  006BCC01  006CB664  265  SMSG
    0x0A2E  2606  006BC133  006D530A  266  SMSG
    0x0A2F  2607  006BE279  006E770E  267  SMSG
    0x0A32  2610  00668D7F  00D637B0  0  CMSG
    0x0A33  2611  00668131  00D63578  0  CMSG
    0x0A37  2615  0066D515  00D638DC  0  CMSG
    0x0A37  2615  00669849  00D63954  0  CMSG
    0x0A3A  2618  007092B8  006E9E47  268  SMSG
    0x0A3B  2619  00709FF8  006DAD91  269  SMSG
    0x0A3E  2622  0070933B  006D3CE4  270  SMSG
    0x0A3F  2623  006BE279  006D153C  271  SMSG
    0x0A60  2656  0069E3A9  006A0F50  0  SMSG
    0x0A69  2665  006A2AB0  0069FD14  3  SMSG
    0x0A70  2672  006BE279  006A25FE  4  SMSG
    0x0A78  2680  006A18DE  0069EE3F  6  SMSG
    0x0A79  2681  006AC12D  0069EFFF  7  SMSG
    0x0A82  2690  00690BAD  00D631A4  0  CMSG
    0x0A83  2691  00C8BD4F  00C8FDEE  49  SMSG
    0x0A87  2695  00690BAD  00D632D0  0  CMSG
    0x0A8A  2698  006BE279  006CFEC4  272  SMSG
    0x0A8B  2699  0071FA6B  006C7FB0  273  SMSG
    0x0A8E  2702  006DDC5B  006E55B5  274  SMSG
    0x0A8F  2703  00721613  006D401B  275  SMSG
    0x0A8F  2703  00C8886F  00EBDD1C  0  CMSG
    0x0A97  2711  0066ACC2  00D63550  0  CMSG
    0x0A9A  2714  00703DF5  006C72D1  276  SMSG
    0x0A9A  2714  00C87BE6  00EBDD6C  0  CMSG
    0x0A9B  2715  0075AB60  006DB376  277  SMSG
    0x0A9E  2718  0072194B  006F9CC1  278  SMSG
    0x0A9F  2719  0070441B  006F99B1  279  SMSG
    0x0AAA  2730  00700C90  006CDBDC  280  SMSG
    0x0AAB  2731  006FE90C  006E6945  281  SMSG
    0x0AAE  2734  00707875  006E5E33  282  SMSG
    0x0AAF  2735  006BC133  006CB1BA  283  SMSG
    0x0AB2  2738  00666FDD  00D637EC  0  CMSG
    0x0AB3  2739  00C91B0C  00C92E61  61  SMSG
    0x0AB6  2742  00CA3600  00C92310  62  SMSG
    0x0AB6  2742  00686F89  00D62E5C  0  CMSG
    0x0ABA  2746  0075F0E1  006F16C8  284  SMSG
    0x0ABA  2746  00C89259  00EBDC04  0  CMSG
    0x0ABB  2747  006FDDFE  006E617E  285  SMSG
    0x0ABE  2750  006E9652  006CE9F9  286  SMSG
    0x0ABF  2751  00C87BE6  00EBDC68  0  CMSG
    0x0AE0  2784  006AC173  006A18BE  8  SMSG
    0x0AE1  2785  006A1E5D  0069EEC7  9  SMSG
    0x0AE8  2792  006AD29F  0069EE0B  10  SMSG
    0x0AE9  2793  0069FF55  0069FB3E  11  SMSG
    0x0AF0  2800  0069DA13  0069EEE7  12  SMSG
    0x0AF1  2801  006ABE01  006A1AF6  13  SMSG
    0x0B01  2817  007AD187  00000000  321  SMSG_LEGACY
    0x0B08  2824  00C8EAB8  00C90EE1  176  SMSG
    0x0B0C  2828  006696F0  00D63730  0  CMSG
    0x0B18  2840  00C8EC26  00C93628  180  SMSG
    0x0B1C  2844  00669A68  00D6330C  0  CMSG
    0x0B22  2850  00CDADE5  00000000  338  SMSG_LEGACY
    0x0B24  2852  009CBE47  00000000  340  SMSG_LEGACY
    0x0B28  2856  00C8BCD1  00C90E2A  184  SMSG
    0x0B38  2872  00686F89  00D6326C  0  CMSG
    0x0B39  2873  00C954A6  00C93F69  189  SMSG
    0x0B68  2920  006A4162  006A2123  18  SMSG
    0x0B69  2921  006A05F9  006A1195  19  SMSG
    0x0B70  2928  006A33F8  0069F067  20  SMSG
    0x0B71  2929  006BC133  006A0EF0  21  SMSG
    0x0B78  2936  0069D35C  006A1A08  22  SMSG
    0x0B79  2937  006ADA57  006A2596  23  SMSG
    0x0B81  2945  009CBA92  00000000  353  SMSG_LEGACY
    0x0BE0  3040  006AB546  0069F73B  24  SMSG
    0x0BE1  3041  0069E5E0  006A1F71  25  SMSG
    0x0BE8  3048  0069E7C1  0069EEA7  26  SMSG
    0x0BE9  3049  007020A3  006A19D4  27  SMSG
    0x0BF0  3056  006A5CAE  006A171E  28  SMSG
    0x0BF1  3057  006A39F6  006A1985  29  SMSG
    0x0BF8  3064  006A1F42  006A1BBE  30  SMSG
    0x0C0A  3082  00706200  006CA7A3  288  SMSG
    0x0C0E  3086  006DCBD4  006D0683  290  SMSG
    0x0C0F  3087  0069D35C  006D48AB  291  SMSG
    0x0C12  3090  006BD9AC  006F8F9F  72  SMSG
    0x0C13  3091  00700CBF  006CAE16  73  SMSG
    0x0C1A  3098  0075AB15  006E9E85  292  SMSG
    0x0C1B  3099  006BC133  006C3DEA  293  SMSG
    0x0C1B  3099  00C8886F  00EBDBB4  0  CMSG
    0x0C1E  3102  0070356D  006D1570  294  SMSG
    0x0C1F  3103  006BE1C0  006FC8A8  295  SMSG
    0x0C1F  3103  00C8886F  00EBDCCC  0  CMSG
    0x0C2A  3114  00718F19  006F4C7C  296  SMSG
    0x0C2B  3115  006E464A  006D02BC  297  SMSG
    0x0C2E  3118  00728988  006C3AC4  298  SMSG
    0x0C2F  3119  0070B433  006F8CFE  299  SMSG
    0x0C32  3122  006BE279  006DF898  74  SMSG
    0x0C33  3123  006BCC01  006D1E41  75  SMSG
    0x0C3A  3130  006BC9D7  006D6CFB  300  SMSG
    0x0C3B  3131  006BC133  006E7FCD  301  SMSG
    0x0C3E  3134  00701859  006CD95B  302  SMSG
    0x0C3F  3135  006BE279  006D0DB7  303  SMSG
    0x0C44  3140  00693B09  00D64EC4  0  CMSG
    0x0C4F  3151  00691740  00D65464  0  CMSG
    0x0C59  3161  006BC133  00C6CA58  197  SMSG
    0x0C5B  3163  00C6B3B2  00C6A981  199  SMSG
    0x0C60  3168  00C8F23B  00C94DCA  384  SMSG
    0x0C61  3169  006659BB  00D631E0  0  CMSG
    0x0C62  3170  00690BAD  00D630F0  0  CMSG
    0x0C63  3171  0066D9EC  00D63500  0  CMSG
    0x0C68  3176  00669ADA  00D62DBC  0  CMSG
    0x0C69  3177  00690BAD  00D62FEC  0  CMSG
    0x0C6D  3181  00C90FA7  00C911BF  463  SMSG
    0x0C70  3184  00C871BF  00EBD8F8  0  CMSG
    0x0C79  3193  00C8886F  00EBD844  0  CMSG
    0x0C7A  3194  00C86604  00EBD81C  0  CMSG
    0x0C8A  3210  006FDACD  006E9EA5  304  SMSG
    0x0C8B  3211  006BC133  006CD89E  305  SMSG
    0x0C8E  3214  00706EF8  006FC950  306  SMSG
    0x0C8F  3215  00707F62  006D403B  307  SMSG
    0x0C9A  3226  006BC133  006F2FA8  308  SMSG
    0x0C9B  3227  0070709C  006ECE27  309  SMSG
    0x0C9E  3230  00726942  006D8B2E  310  SMSG
    0x0C9F  3231  006BCC01  006EE969  311  SMSG
    0x0CAA  3242  006FE443  006E8A69  312  SMSG
    0x0CAB  3243  006D2425  006EC752  313  SMSG
    0x0CAE  3246  006D7B83  006EE738  314  SMSG
    0x0CAE  3246  00C889BC  00EBDE0C  0  CMSG
    0x0CAF  3247  006F14F5  006E11CC  315  SMSG
    0x0CBA  3258  006BA88E  006C7852  316  SMSG
    0x0CBB  3259  0075B7BF  006E10EF  317  SMSG
    0x0CBE  3262  0071D890  006C7B1F  318  SMSG
    0x0CBF  3263  006FF8E0  006C78FA  319  SMSG
    0x0CD0  3280  00690BAD  00EBDA74  0  CMSG
    0x0CD1  3281  00C851D0  00EBD754  0  CMSG
    0x0CD3  3283  00686F89  00EBD77C  0  CMSG
    0x0CD8  3288  00C86808  00EBD8BC  0  CMSG
    0x0CE1  3297  00C90081  00C92AF8  389  SMSG
    0x0CE1  3297  0066A802  00D636E0  0  CMSG
    0x0CF0  3312  0066D044  00EBDA88  0  CMSG
    0x0CF2  3314  00C77015  00C6CAC9  218  SMSG
    0x0CFA  3322  00C8616A  00EBD8D0  0  CMSG
    0x0D50  3408  00C8601B  00EBD9C0  0  CMSG
    0x0D51  3409  00C6FDCD  00C6A649  225  SMSG
    0x0D52  3410  00C7AE23  00C6BD85  226  SMSG
    0x0D61  3425  00C93460  00C9143E  393  SMSG
    0x0D61  3425  0066AAC9  00D639A4  0  CMSG
    0x0D62  3426  00CA5434  00C91D2A  394  SMSG
    0x0D73  3443  00690BAD  00EBD7CC  0  CMSG
    0x0D79  3449  00C7708D  00C6C65A  237  SMSG
    0x0D79  3449  00686F89  00EBD8E4  0  CMSG
    0x0D82  3458  007AA64B  00000000  418  SMSG_LEGACY
    0x0DA7  3495  007B352A  00000000  439  SMSG_LEGACY
    0x0DE0  3552  00690BAD  00D6317C  0  CMSG
    0x0DE1  3553  0066791F  00D634D8  0  CMSG
    0x0DE2  3554  00C91CFB  00C909FD  398  SMSG
    0x0DF1  3569  00C7845C  00C6BF97  249  SMSG
    0x0DF9  3577  00C7D45E  00C6B45A  253  SMSG
    0x0E0A  3594  006FDEA8  006C8DFA  320  SMSG
    0x0E0B  3595  00700635  006D6C93  321  SMSG
    0x0E0B  3595  00C8950B  00EBDCB8  0  CMSG
    0x0E0E  3598  006CF1EC  006EE787  322  SMSG
    0x0E0E  3598  00C891BD  00EBDDBC  0  CMSG
    0x0E0F  3599  006BE279  006ED8FC  323  SMSG
    0x0E12  3602  00700413  006E961E  76  SMSG
    0x0E13  3603  006E26E6  006ECA13  77  SMSG
    0x0E1A  3610  006BE2B4  006E41DC  324  SMSG
    0x0E1B  3611  006C494A  006FAF5F  325  SMSG
    0x0E1E  3614  0075ABD2  006E68BD  326  SMSG
    0x0E1F  3615  006BC154  006F6F20  327  SMSG
    0x0E2A  3626  006BC9D7  006F3E36  328  SMSG
    0x0E2B  3627  006BC133  006EBCC2  329  SMSG
    0x0E2E  3630  006BE279  006DF4B7  330  SMSG
    0x0E2F  3631  006BC133  006F7DD9  331  SMSG
    0x0E32  3634  00725F43  006F686F  78  SMSG
    0x0E33  3635  00C8BAA0  006CC101  79  SMSG
    0x0E3A  3642  0070345E  006CADC2  332  SMSG
    0x0E3B  3643  006BBA2E  006D1DD9  333  SMSG
    0x0E3B  3643  00C88BEF  00EBDB28  0  CMSG
    0x0E3E  3646  0070ACCF  006C50DB  334  SMSG
    0x0E3F  3647  006D7568  006EFC8A  335  SMSG
    0x0E68  3688  006ABD84  006A0F30  34  SMSG
    0x0E69  3689  0069FCAE  006A244B  35  SMSG
    0x0E70  3696  006A20F4  006A1A8E  36  SMSG
    0x0E71  3697  006A1524  006A1141  37  SMSG
    0x0E8A  3722  006BE279  006FAD0E  336  SMSG
    0x0E8B  3723  006BC133  006E37D1  337  SMSG
    0x0E8E  3726  007020A3  006DEE42  338  SMSG
    0x0E8F  3727  006BC133  006F791C  339  SMSG
    0x0E9A  3738  006F4B07  006FC8E8  340  SMSG
    0x0E9B  3739  0070BBF2  006E5B85  341  SMSG
    0x0E9E  3742  006BC133  006F2AA4  342  SMSG
    0x0EAA  3754  0070BA6A  006C8213  344  SMSG
    0x0EAB  3755  006F4AA0  006CEB1C  345  SMSG
    0x0EAB  3755  00C88584  00EBDB00  0  CMSG
    0x0EAE  3758  00726883  006E83AE  346  SMSG
    0x0EAF  3759  00730450  006D80CB  347  SMSG
    0x0EBA  3770  006D64D1  006F1CA7  348  SMSG
    0x0EBB  3771  00708709  006D7D7C  349  SMSG
    0x0EBB  3771  00C8943F  00EBDC90  0  CMSG
    0x0EBE  3774  006BE279  006C59FC  350  SMSG
    0x0EBF  3775  006D7568  006DD33B  351  SMSG
    0x0EE1  3809  0069DB0F  0069EDEB  41  SMSG
    0x0EF0  3824  006BE279  006A247F  44  SMSG
    0x0EF1  3825  0069E72D  006A0DF6  45  SMSG
    0x0EF8  3832  006A6829  006A1A6E  46  SMSG
    0x0EF9  3833  006BC133  006A1175  47  SMSG
    0x0F06  3846  00CE1F2F  00000000  454  SMSG_LEGACY
    0x0F1D  3869  0066618F  00D6397C  0  CMSG
    0x0F27  3879  007AD187  00000000  471  SMSG_LEGACY
    0x0F29  3881  00C8BAA0  00C94DFE  201  SMSG
    0x0F49  3913  0066F610  00D63ABC  0  CMSG
    0x0F68  3944  0069D35C  006A25CA  50  SMSG
    0x0F69  3945  006ABF97  0069FB72  51  SMSG
    0x0F70  3952  006BE279  006A2143  52  SMSG
    0x0F71  3953  006A0C2D  006A0FB3  53  SMSG
    0x0F86  3974  007AA8EC  00000000  486  SMSG_LEGACY
    0x0FE0  4064  0069D35C  0069EFDF  56  SMSG
    0x0FE1  4065  006BC133  006A0628  57  SMSG
    0x0FE9  4073  007020A3  006A0C65  59  SMSG
    0x0FF0  4080  006ABDC1  0069FA39  60  SMSG
    0x0FF1  4081  006AAA16  006A2257  61  SMSG
    0x0FF9  4089  006A747D  006A0AC1  63  SMSG
    0x1002  4098  0070766A  006DE757  32  SMSG
    0x1003  4099  00700C61  006D4C6B  33  SMSG
    0x1006  4102  00708B32  006E9DAB  34  SMSG
    0x1007  4103  00707BDD  006EBE80  35  SMSG
    0x100A  4106  006E5E04  006E8039  352  SMSG
    0x100B  4107  006EC034  006F3246  353  SMSG
    0x100E  4110  00707AEF  006EB93E  354  SMSG
    0x100F  4111  006BC9D7  006C85A2  355  SMSG
    0x101A  4122  007069F4  006DB356  356  SMSG
    0x101B  4123  006ECEBE  006E8F03  357  SMSG
    0x101E  4126  0070B433  006C4309  358  SMSG
    0x101F  4127  006E837F  006C3580  359  SMSG
    0x1022  4130  006921F8  00D6557C  0  CMSG
    0x1023  4131  006F9D4D  006C5713  37  SMSG
    0x1026  4134  006BE279  006F7DA5  38  SMSG
    0x1027  4135  0070749B  006C72F1  39  SMSG
    0x102A  4138  006EB972  006DAFF5  360  SMSG
    0x102B  4139  0070D97E  006F9C2E  361  SMSG
    0x102E  4142  0070C6AE  006FA256  362  SMSG
    0x102F  4143  006E7F9E  006CE9D9  363  SMSG
    0x103A  4154  0075A936  006CF5B8  364  SMSG
    0x103B  4155  0070806E  006DE3AE  365  SMSG
    0x103E  4158  006BCF54  006C7886  366  SMSG
    0x103E  4158  00C88584  00EBDCA4  0  CMSG
    0x1040  4160  006CC95A  006CCA61  608  SMSG
    0x1041  4161  007020A3  006C3B9B  609  SMSG
    0x1042  4162  006BCC30  006C3391  610  SMSG
    0x1042  4162  00691A0D  00D650CC  0  CMSG
    0x1042  4162  00691A3D  00D6516C  0  CMSG
    0x1043  4163  0070BD12  006CA1DF  611  SMSG
    0x1046  4166  00C8F1B8  00C90FD6  434  SMSG
    0x1050  4176  0067FFDE  00D63D18  0  CMSG
    0x1051  4177  00685126  00D6408C  0  CMSG
    0x1052  4178  00674EDB  00D63CA0  0  CMSG
    0x1058  4184  0068180A  00D640C8  0  CMSG
    0x105A  4186  0067D7E1  00D63EBC  0  CMSG
    0x105B  4187  00678D57  00D63F0C  0  CMSG
    0x1060  4192  006E3CA9  006D092D  612  SMSG
    0x1061  4193  0070232A  006F33B9  613  SMSG
    0x1061  4193  00694898  00D652FC  0  CMSG
    0x1062  4194  0070BBBA  006E4210  614  SMSG
    0x1063  4195  006BC0F2  006C7BF3  615  SMSG
    0x1063  4195  00690BAD  00D65144  0  CMSG
    0x1065  4197  00C920F5  00C92A38  465  SMSG
    0x107A  4218  00C7B455  00C6AEC7  270  SMSG
    0x107A  4218  0067E339  00D63ED0  0  CMSG
    0x107B  4219  0067BB3E  00D63D04  0  CMSG
    0x1082  4226  007222AF  006D8863  40  SMSG
    0x1083  4227  00713951  006D3C61  41  SMSG
    0x1086  4230  006E7742  006E91BA  42  SMSG
    0x1087  4231  00692FD5  00D656E4  0  CMSG
    0x108A  4234  0073E5C9  006E3605  368  SMSG
    0x108B  4235  006CC4CD  006C78A6  369  SMSG
    0x108E  4238  0070CED0  006E0694  370  SMSG
    0x108F  4239  006BC133  006D8264  371  SMSG
    0x1093  4243  00686F89  00D63AA8  0  CMSG
    0x109A  4250  0070405C  006EEA00  372  SMSG
    0x109A  4250  00C87BE6  00EBDAC4  0  CMSG
    0x109B  4251  0075AA07  006ED670  373  SMSG
    0x109E  4254  006BC133  006C642F  374  SMSG
    0x109F  4255  007369C6  006D3843  375  SMSG
    0x10A2  4258  006EB9A1  006DBFA4  44  SMSG
    0x10A2  4258  00686F89  00D654B4  0  CMSG
    0x10A3  4259  007047A9  006F88BA  45  SMSG
    0x10A6  4262  0070E4C2  006EBA0B  46  SMSG
    0x10A7  4263  006CDD93  006C6937  47  SMSG
    0x10A7  4263  00692E70  00D653D8  0  CMSG
    0x10AA  4266  007470BA  006E06C8  376  SMSG
    0x10AB  4267  006BE279  006E5AF4  377  SMSG
    0x10AB  4267  00C891BD  00EBDAB0  0  CMSG
    0x10AE  4270  006BC133  006D36A8  378  SMSG
    0x10AE  4270  00C8886F  00EBDCF4  0  CMSG
    0x10AF  4271  006FB21E  006F2B2A  379  SMSG
    0x10B3  4275  0066F486  00D63A6C  0  CMSG
    0x10B6  4278  0066F436  00D63AF8  0  CMSG
    0x10BA  4282  007020A3  006EDFA2  380  SMSG
    0x10BB  4283  006FB5C5  006D62DD  381  SMSG
    0x10BB  4283  00C88FD7  00EBDAEC  0  CMSG
    0x10BE  4286  006BC133  006E7090  382  SMSG
    0x10BF  4287  006BC133  006F4C9C  383  SMSG
    0x10C0  4288  00722AFA  006CEC8B  616  SMSG
    0x10C1  4289  006BE279  006D02FC  617  SMSG
    0x10C2  4290  006BE279  006DF844  618  SMSG
    0x10C2  4290  0066D044  00D65784  0  CMSG
    0x10C3  4291  006BD9AC  006CAC1B  619  SMSG
    0x10C3  4291  00691CD2  00D65518  0  CMSG
    0x10D1  4305  0067FA14  00D63F9C  0  CMSG
    0x10D3  4307  00670813  00D64000  0  CMSG
    0x10D8  4312  00C6A2D5  00C6ABF3  276  SMSG
    0x10DB  4315  00672C6D  00D63FEC  0  CMSG
    0x10E0  4320  006BE279  006D4463  620  SMSG
    0x10E1  4321  00702666  006C8716  621  SMSG
    0x10E2  4322  007020A3  006F97D4  622  SMSG
    0x10E3  4323  006BC96F  006C5C8B  623  SMSG
    0x10E3  4323  00690BAD  00D652AC  0  CMSG
    0x10F1  4337  00C7B5A2  00C6A8CA  281  SMSG
    0x10F2  4338  00C80BC5  00C6BF26  282  SMSG
    0x10F2  4338  00675FEC  00D63DB8  0  CMSG
    0x10F3  4339  00683A33  00D64014  0  CMSG
    0x10F9  4345  00C6D7AE  00C6A6E1  285  SMSG
    0x1134  4404  0060068D  00000000  540  SMSG_LEGACY
    0x1140  4416  006D08F4  006F64E3  624  SMSG
    0x1142  4418  0075788F  006D7D48  626  SMSG
    0x1143  4419  006FADAA  006DF164  627  SMSG
    0x1143  4419  00694247  00D6520C  0  CMSG
    0x1149  4425  00C8382A  00C81FD1  17  SMSG_CONNECTION
    0x1153  4435  00675494  00D63EA8  0  CMSG
    0x115A  4442  0067E8F2  00D640B4  0  CMSG
    0x115B  4443  00686F89  00D63D40  0  CMSG
    0x115B  4443  00692FD5  00D63E80  0  CMSG
    0x1160  4448  006E8001  006DF483  628  SMSG
    0x1160  4448  00692511  00D65298  0  CMSG
    0x1161  4449  00746461  006D8843  629  SMSG
    0x1162  4450  0070182A  006C5A1C  630  SMSG
    0x1163  4451  006E2998  006C3B7B  631  SMSG
    0x1170  4464  0067DD8D  00D63DE0  0  CMSG
    0x117A  4474  00C6B383  00C6A7A1  302  SMSG
    0x11C0  4544  00708DB1  006D1F56  632  SMSG
    0x11C1  4545  00702E9F  006CCC28  633  SMSG
    0x11C2  4546  0075CD4B  006D132D  634  SMSG
    0x11C3  4547  00756F3C  006F3AA0  635  SMSG
    0x11C3  4547  00695A2C  00D65068  0  CMSG
    0x11D8  4568  0067A42F  00D63DA4  0  CMSG
    0x11D9  4569  00C8F29A  00C6BF5A  309  SMSG
    0x11D9  4569  0067931F  00D64118  0  CMSG
    0x11DB  4571  00684B6D  00D63F20  0  CMSG
    0x11E0  4576  0070323D  006C7574  636  SMSG
    0x11E1  4577  006FAA61  006ECBCF  637  SMSG
    0x11E2  4578  006FF0C3  006D7597  638  SMSG
    0x11E3  4579  007023F8  006F251D  639  SMSG
    0x11FA  4602  00670813  00D63E44  0  CMSG
    0x11FA  4602  006856DF  00D63F70  0  CMSG
    0x1202  4610  006BC133  006FAC66  48  SMSG
    0x1203  4611  006FBBEB  006DBF70  49  SMSG
    0x1203  4611  00690BAD  00D64F00  0  CMSG
    0x1206  4614  006EAC30  006EB337  50  SMSG
    0x1207  4615  00690BAD  00D6543C  0  CMSG
    0x120A  4618  006ED09A  006D3131  384  SMSG
    0x120B  4619  006BC133  006CC439  385  SMSG
    0x120E  4622  006EC063  006ECBEF  386  SMSG
    0x120F  4623  007035DD  006D172C  387  SMSG
    0x121A  4634  0071A48E  006F568E  388  SMSG
    0x121B  4635  00704C5F  006C8233  389  SMSG
    0x121E  4638  0070723D  006C874A  390  SMSG
    0x121F  4639  0073FA38  006D67DC  391  SMSG
    0x1222  4642  006BC133  006C7FD0  52  SMSG
    0x1223  4643  006BE279  006C5FAA  53  SMSG
    0x1226  4646  006FDF57  006D9F69  54  SMSG
    0x1227  4647  00725EC1  006D789A  55  SMSG
    0x122A  4650  006BC133  006EEA29  392  SMSG
    0x122B  4651  006BC0C3  006CA1AB  393  SMSG
    0x122E  4654  006FE51A  006E0BA9  394  SMSG
    0x122F  4655  006B0BCB  006C877E  395  SMSG
    0x123A  4666  00704CA0  006E50E8  396  SMSG
    0x123E  4670  00736A8A  006FA666  398  SMSG
    0x123E  4670  00C8910F  00EBDA9C  0  CMSG
    0x123F  4671  006F9D1E  006F9EAF  399  SMSG
    0x1248  4680  0068DD50  00D648F8  0  CMSG
    0x124B  4683  00686F89  00D643BC  0  CMSG
    0x1258  4696  0068B57A  00D64290  0  CMSG
    0x1259  4697  0068BDCB  00D64808  0  CMSG
    0x1260  4704  00686F89  00D642A4  0  CMSG
    0x1263  4707  0068DBF5  00D64920  0  CMSG
    0x126B  4715  00688B80  00D64A9C  0  CMSG
    0x1270  4720  0068D94D  00D645B0  0  CMSG
    0x1272  4722  00690BAD  00D64AB0  0  CMSG
    0x1275  4725  006B045B  006AEB72  281  SMSG
    0x1279  4729  0068A015  00D64538  0  CMSG
    0x127A  4730  0068E569  00D649D4  0  CMSG
    0x1282  4738  00762866  006CBE32  56  SMSG
    0x1283  4739  006BE279  006D8F7F  57  SMSG
    0x1283  4739  00694C68  00D651A8  0  CMSG
    0x1286  4742  00700EFD  006FAA90  58  SMSG
    0x1287  4743  00705DB3  006CBC86  59  SMSG
    0x128A  4746  007447CF  006DEED2  400  SMSG
    0x128B  4747  007435E2  006F7B9A  401  SMSG
    0x128E  4750  00707064  006C879E  402  SMSG
    0x128F  4751  00C6B383  006D5A4F  403  SMSG
    0x129A  4762  0071644C  006F12E3  404  SMSG
    0x129B  4763  00718EE3  006D54B1  405  SMSG
    0x129B  4763  00C8886F  00EBDC54  0  CMSG
    0x129E  4766  0070C17E  006C4979  406  SMSG
    0x129F  4767  006BE279  006F0677  407  SMSG
    0x12A2  4770  006D0981  006F01B8  60  SMSG
    0x12A3  4771  006E446E  006FACEE  61  SMSG
    0x12A6  4774  006FFBCF  006CF11C  62  SMSG
    0x12A7  4775  006CE788  006D3D04  63  SMSG
    0x12AA  4778  006BCB58  006CF0E8  408  SMSG
    0x12AE  4782  00748E2A  006E5C07  410  SMSG
    0x12AF  4783  006EBE48  006FB48B  411  SMSG
    0x12B3  4787  0066F791  00D63AE4  0  CMSG
    0x12BA  4794  00719160  006C75E6  412  SMSG
    0x12BB  4795  0072D759  006D04B1  413  SMSG
    0x12BE  4798  00704D19  006E70FD  414  SMSG
    0x12BF  4799  006BE279  006FAFC2  415  SMSG
    0x12C0  4800  00688B80  00D64678  0  CMSG
    0x12C8  4808  00687D57  00D64AD8  0  CMSG
    0x12D0  4816  0068888E  00D64BC8  0  CMSG
    0x12D8  4824  0068D297  00D648D0  0  CMSG
    0x12D9  4825  0068A164  00D64768  0  CMSG
    0x12DA  4826  00687685  00D64664  0  CMSG
    0x12DB  4827  0068AB7C  00D64754  0  CMSG
    0x12DE  4830  006BC9D7  006AF163  302  SMSG
    0x12E9  4841  0068D7EA  00D64B3C  0  CMSG
    0x12EA  4842  00690BAD  00D64830  0  CMSG
    0x12F0  4848  00689249  00D646F0  0  CMSG
    0x12F2  4850  0068DAA6  00D64588  0  CMSG
    0x12F3  4851  0068C080  00D64844  0  CMSG
    0x1313  4883  007AA896  00000000  587  SMSG_LEGACY
    0x1341  4929  00688B80  00D64600  0  CMSG
    0x1349  4937  00690BAD  00D64B50  0  CMSG
    0x134A  4938  00688B80  00D64394  0  CMSG
    0x134C  4940  006B622D  006AE8AE  324  SMSG
    0x1358  4952  0068C67C  00D64894  0  CMSG
    0x135B  4955  00690BAD  00D64740  0  CMSG
    0x1362  4962  00690BAD  00D6427C  0  CMSG
    0x1366  4966  006BE279  006AF2C4  338  SMSG
    0x136A  4970  0068A332  00D648E4  0  CMSG
    0x136B  4971  006890FA  00D643E4  0  CMSG
    0x1370  4976  0068B160  00D6468C  0  CMSG
    0x1371  4977  00688A1D  00D647F4  0  CMSG
    0x1372  4978  006877DE  00D64560  0  CMSG
    0x1379  4985  0068CE5A  00D643D0  0  CMSG
    0x13C7  5063  006B048A  006AE184  355  SMSG
    0x140A  5130  006F35B1  006CAC3B  416  SMSG
    0x140A  5130  00C89307  00EBDD44  0  CMSG
    0x140B  5131  0070359C  006D3AB2  417  SMSG
    0x140E  5134  006F3EF2  006DE874  418  SMSG
    0x1412  5138  006BE279  006DF184  80  SMSG
    0x141A  5146  006FF551  006DAE2B  420  SMSG
    0x141A  5146  00C891BD  00EBDB64  0  CMSG
    0x141B  5147  006BC133  006E37B1  421  SMSG
    0x141E  5150  007020A3  006D3185  422  SMSG
    0x141F  5151  006CB12C  006CF150  423  SMSG
    0x142A  5162  00708A56  006DA91D  424  SMSG
    0x142B  5163  007020A3  006DDC1E  425  SMSG
    0x142E  5166  006DCD97  006F3AC0  426  SMSG
    0x142F  5167  00709BC4  006F78BF  427  SMSG
    0x1432  5170  0070B61F  006D4CC8  82  SMSG
    0x1433  5171  006BE279  006DFB42  83  SMSG
    0x143A  5178  006FE414  006E4AEC  428  SMSG
    0x143B  5179  006B0BCB  006DD29F  429  SMSG
    0x143E  5182  0071AA61  006C5A68  430  SMSG
    0x143F  5183  0071376D  006CD195  431  SMSG
    0x1440  5184  00C6B383  006E3C75  640  SMSG
    0x1440  5184  0069604E  00D657C0  0  CMSG
    0x1441  5185  006BC133  006D2E91  641  SMSG
    0x1442  5186  006E1282  006C317B  642  SMSG
    0x1443  5187  0070BA03  006CDF30  643  SMSG
    0x1443  5187  006696DC  00D64F50  0  CMSG
    0x1446  5190  00686F89  00D64FC8  0  CMSG
    0x1446  5190  00686F89  00D652E8  0  CMSG
    0x144D  5197  00686F89  00D652D4  0  CMSG
    0x1450  5200  00C7943B  00C6BD65  320  SMSG
    0x1450  5200  00690BAD  00EBD8A8  0  CMSG
    0x1452  5202  00690BAD  00EBD920  0  CMSG
    0x1458  5208  00C76FBF  00C6AB71  324  SMSG
    0x1459  5209  00C85DA4  00EBD984  0  CMSG
    0x145A  5210  00690BAD  00EBD7E0  0  CMSG
    0x1461  5217  00694F06  00D64F8C  0  CMSG
    0x1462  5218  00708020  006D1F76  646  SMSG
    0x1463  5219  007020A3  006F1C73  647  SMSG
    0x1463  5219  006937ED  00D65478  0  CMSG
    0x1464  5220  00CA36B5  00C93FD1  468  SMSG
    0x1470  5232  00C85532  00EBD790  0  CMSG
    0x1473  5235  00C8720E  00EBD998  0  CMSG
    0x147A  5242  00690BAD  00EBD9E8  0  CMSG
    0x147B  5243  00690BAD  00EBDA38  0  CMSG
    0x148A  5258  006CC95A  006EC9D6  432  SMSG
    0x148B  5259  00704D50  006EC713  433  SMSG
    0x148E  5262  00722230  006D9177  434  SMSG
    0x148E  5262  00C88B0B  00EBDBF0  0  CMSG
    0x148F  5263  00705F47  006DA379  435  SMSG
    0x149A  5274  006BC133  006C7D17  436  SMSG
    0x149B  5275  00709289  006DC7B6  437  SMSG
    0x149E  5278  00709BF3  006F6ECC  438  SMSG
    0x149F  5279  00703B56  006ED91C  439  SMSG
    0x14AB  5291  00706F30  006DA618  441  SMSG
    0x14AE  5294  00743EAD  006E2964  442  SMSG
    0x14AF  5295  00701F02  006D31D9  443  SMSG
    0x14BA  5306  0073287B  006E0AF0  444  SMSG
    0x14BB  5307  0070BA3B  006F7D71  445  SMSG
    0x14BE  5310  006BCC01  006E75E9  446  SMSG
    0x14BF  5311  00700ECE  006C492A  447  SMSG
    0x14C0  5312  0070B433  006D9404  648  SMSG
    0x14C1  5313  006CE5D2  006E132B  649  SMSG
    0x14C2  5314  006E0BDD  006DEBFF  650  SMSG
    0x14C2  5314  00690BAD  00D64F14  0  CMSG
    0x14C3  5315  006B0BCB  006E1151  651  SMSG
    0x14D1  5329  00C86EE1  00EBD7B8  0  CMSG
    0x14D2  5330  00C69A07  00C6BE0D  338  SMSG
    0x14DB  5339  00690BAD  00EBD90C  0  CMSG
    0x14E0  5344  00730FEF  006D1000  652  SMSG
    0x14E0  5344  00690BAD  00D64EEC  0  CMSG
    0x14E1  5345  00756F85  006DEEB2  653  SMSG
    0x14E2  5346  0071EB86  006FC91C  654  SMSG
    0x14E2  5346  00670813  00D65270  0  CMSG
    0x14E3  5347  006C87EB  006C4054  655  SMSG
    0x14E3  5347  006958C8  00D651BC  0  CMSG
    0x14F3  5363  00C86BD8  00EBD970  0  CMSG
    0x1540  5440  006E27C6  006D510C  656  SMSG
    0x1540  5440  00692D21  00D64F3C  0  CMSG
    0x1541  5441  0072FF67  006F14A1  657  SMSG
    0x1542  5442  0075ACF0  006C7B3F  658  SMSG
    0x1543  5443  00705F47  006C6E2E  659  SMSG
    0x1552  5458  00686F89  00EBD9AC  0  CMSG
    0x1553  5459  00C6A138  00C6BDB9  355  SMSG
    0x1553  5459  00C8647B  00EBDA24  0  CMSG
    0x1560  5472  007341BD  006FB5F4  660  SMSG
    0x1561  5473  00709703  006E4616  661  SMSG
    0x1561  5473  00692660  00D65310  0  CMSG
    0x1563  5475  00709FC0  006FBC1A  663  SMSG
    0x1570  5488  00C7D49B  00C6A5CD  360  SMSG
    0x1570  5488  00690BAD  00EBDA10  0  CMSG
    0x158B  5515  00667C76  00D635C8  0  CMSG
    0x158D  5517  00666B8D  00D63410  0  CMSG
    0x158D  5517  00666BC9  00D637C4  0  CMSG
    0x158D  5517  0066CE2A  00D63A58  0  CMSG
    0x158E  5518  00CA2D71  00C91AD8  214  SMSG
    0x158F  5519  00669B1E  00D63800  0  CMSG
    0x159A  5530  00665A03  00D63014  0  CMSG
    0x159F  5535  00C8BCA2  00C924C6  223  SMSG
    0x15A8  5544  00690BAD  00D630DC  0  CMSG
    0x15A9  5545  00CA546D  00C907EB  225  SMSG
    0x15A9  5545  00668FEF  00D631F4  0  CMSG
    0x15AA  5546  00666D5A  00D63618  0  CMSG
    0x15AB  5547  00690BAD  00D62F4C  0  CMSG
    0x15AE  5550  00C8F29A  00C93F9D  230  SMSG
    0x15AF  5551  0066CB6B  00D63604  0  CMSG
    0x15B8  5560  00C93A37  00C9283D  232  SMSG
    0x15BA  5562  00669E3D  00D633E8  0  CMSG
    0x15BB  5563  006687A9  00D63168  0  CMSG
    0x15BE  5566  00668AE5  00D63258  0  CMSG
    0x15C0  5568  006F4ACF  006F28BD  664  SMSG
    0x15C1  5569  007022FB  006C62AC  665  SMSG
    0x15C2  5570  006FFBFE  006DD26B  666  SMSG
    0x15C2  5570  00693946  00D651F8  0  CMSG
    0x15C3  5571  006E7529  006D7B00  667  SMSG
    0x15D9  5593  00690BAD  00EBD740  0  CMSG
    0x15DB  5595  00C84917  00EBD830  0  CMSG
    0x15E0  5600  006BC133  006E95FE  668  SMSG
    0x15E1  5601  0075CF19  006FB258  669  SMSG
    0x15E2  5602  006FDA9E  006D9438  670  SMSG
    0x15E2  5602  00690BAD  00D655F4  0  CMSG
    0x15E3  5603  00737445  006D06F3  671  SMSG
    0x160A  5642  0075AA86  006F480D  448  SMSG
    0x160B  5643  00708B7D  006F35EA  449  SMSG
    0x160E  5646  00721667  006FC8C8  450  SMSG
    0x160F  5647  006BE279  006E5749  451  SMSG
    0x160F  5647  00C8886F  00EBDD58  0  CMSG
    0x1612  5650  006BD7A6  006C628C  84  SMSG
    0x1613  5651  0075A9B8  006C7B93  85  SMSG
    0x161A  5658  006BE279  006DA345  452  SMSG
    0x161B  5659  00728A8A  006EB9D9  453  SMSG
    0x161E  5662  006D7133  006E5E67  454  SMSG
    0x161F  5663  007274AF  006FB68D  455  SMSG
    0x162A  5674  006D7052  006C9402  456  SMSG
    0x162A  5674  00C889BC  00EBDB3C  0  CMSG
    0x162B  5675  006CEA2D  006D60F1  457  SMSG
    0x162E  5678  0070B433  006D3A7E  458  SMSG
    0x162F  5679  006BC133  006CC4AD  459  SMSG
    0x1632  5682  00703FE2  006DC74E  86  SMSG
    0x163A  5690  006BC133  006E68F1  460  SMSG
    0x163B  5691  006BE279  006FB09E  461  SMSG
    0x163E  5694  00706200  006EC000  462  SMSG
    0x163F  5695  007024DA  006C78DA  463  SMSG
    0x1645  5701  006AFBAE  006AF62C  385  SMSG
    0x168A  5770  0076504E  006D52D6  464  SMSG
    0x168B  5771  006BD9AC  006F6235  465  SMSG
    0x168E  5774  007548EB  006D7113  466  SMSG
    0x168F  5775  006FB651  006E1171  467  SMSG
    0x169A  5786  006BCC30  006DEE62  468  SMSG
    0x169B  5787  006EC786  006E2FFF  469  SMSG
    0x169E  5790  006F1303  006FB6AD  470  SMSG
    0x169F  5791  006F3AE0  006E9E13  471  SMSG
    0x16AA  5802  00705F47  006E0363  472  SMSG
    0x16AB  5803  00C889BC  00EBDBDC  0  CMSG
    0x16AE  5806  0073DCE1  006F9D85  474  SMSG
    0x16AF  5807  007347EF  006CADE2  475  SMSG
    0x16BB  5819  0071D218  006E2792  477  SMSG
    0x16BF  5823  00731A65  006D4C9F  479  SMSG
    0x1785  6021  009CB782  00000000  741  SMSG_LEGACY
    0x1788  6024  0066D492  00D635B4  0  CMSG
    0x1789  6025  00686F89  00D6312C  0  CMSG
    0x1789  6025  00690BAD  00D6321C  0  CMSG
    0x178A  6026  006696DC  00D6303C  0  CMSG
    0x178C  6028  0066C303  00D633C0  0  CMSG
    0x178D  6029  00C92AC0  00C91698  245  SMSG
    0x1792  6034  0079E356  00000000  746  SMSG_LEGACY
    0x1798  6040  00C907BC  00C92124  248  SMSG
    0x1798  6040  006696DC  00D63460  0  CMSG
    0x1799  6041  0066923E  00D63244  0  CMSG
    0x179D  6045  0066A57E  00D62E70  0  CMSG
    0x179F  6047  00667E4C  00D62EC0  0  CMSG
    0x17A3  6051  007AA7FC  00000000  755  SMSG_LEGACY
    0x17AA  6058  0066A9BD  00D63904  0  CMSG
    0x17AB  6059  00C92158  00C946B2  259  SMSG
    0x17AC  6060  0066550F  00D63514  0  CMSG
    0x17BA  6074  0066692A  00D6383C  0  CMSG
    0x17BE  6078  00688B80  00D6335C  0  CMSG
    0x1802  6146  00C8B386  00C92A8C  64  SMSG
    0x1802  6146  00665DA4  00D63424  0  CMSG
    0x1806  6150  00667674  00D6362C  0  CMSG
    0x180A  6154  0072226D  006C3BEF  480  SMSG
    0x180B  6155  006FF66E  006DED95  481  SMSG
    0x180B  6155  00C887EC  00EBDC18  0  CMSG
    0x180E  6158  006E1BE9  006E806D  482  SMSG
    0x1812  6162  00CA2DB3  00C92EB0  68  SMSG
    0x1816  6166  0066AAA5  00D6392C  0  CMSG
    0x181A  6170  006EBA2B  006F5D9A  484  SMSG
    0x181B  6171  007191DE  006FAD42  485  SMSG
    0x181E  6174  0075A87E  006DB8F5  486  SMSG
    0x181F  6175  006FE12D  006F87A1  487  SMSG
    0x1823  6179  00C8F93E  00C90DF6  73  SMSG
    0x1826  6182  00C9140F  00C90397  74  SMSG
    0x182A  6186  00716725  006ECDF3  488  SMSG
    0x182B  6187  006BCC30  006DB396  489  SMSG
    0x182E  6190  00761089  006DDCAB  490  SMSG
    0x182F  6191  00738B78  006CEE13  491  SMSG
    0x183A  6202  0070B462  006D0E7A  492  SMSG
    0x183B  6203  0075B72B  006E2423  493  SMSG
    0x183F  6207  006D03DF  006D0DD7  495  SMSG
    0x1840  6208  00708A14  006D7951  672  SMSG
    0x1841  6209  0070665E  006C45F7  673  SMSG
    0x1841  6209  006696DC  00D655A4  0  CMSG
    0x1842  6210  00760BAD  006E0A62  674  SMSG
    0x1843  6211  0071AAC6  006D8047  675  SMSG
    0x184C  6220  00C8F2C9  00C948D9  444  SMSG
    0x1851  6225  00C6A304  00C6CB31  385  SMSG
    0x1853  6227  00683FF7  00D63E08  0  CMSG
    0x1858  6232  00676B51  00D63CC8  0  CMSG
    0x185A  6234  00671B2E  00D63DF4  0  CMSG
    0x185B  6235  006726A4  00D63D90  0  CMSG
    0x185B  6235  006720F8  00D63EE4  0  CMSG
    0x1860  6240  006BE279  006CF0C8  676  SMSG
    0x1861  6241  007542CD  006DC782  677  SMSG
    0x1861  6241  006943AD  00D65748  0  CMSG
    0x1862  6242  007020A3  006CF0A8  678  SMSG
    0x1863  6243  006BC133  006FA434  679  SMSG
    0x1865  6245  006D7B83  00C909C9  473  SMSG
    0x186F  6255  00C936B4  00C9348F  507  SMSG
    0x1882  6274  006696DC  00D63104  0  CMSG
    0x1886  6278  00667321  00D632A8  0  CMSG
    0x1887  6279  0066A0E1  00D63968  0  CMSG
    0x188A  6282  006FA69A  006F52FC  496  SMSG
    0x188B  6283  006BC133  006D5529  497  SMSG
    0x188E  6286  006D7B20  006D4ABE  498  SMSG
    0x188F  6287  006FA468  006D061D  499  SMSG
    0x1893  6291  00C8BD7E  00C93694  85  SMSG
    0x1896  6294  00665AA5  00D62E20  0  CMSG
    0x1897  6295  0066829A  00D636F4  0  CMSG
    0x189A  6298  006BCB58  006F5889  500  SMSG
    0x189B  6299  006BE279  006D55D8  501  SMSG
    0x189E  6302  006CF4DC  006E12D7  502  SMSG
    0x189F  6303  007333DB  006CED11  503  SMSG
    0x18A2  6306  00690BAD  00D63320  0  CMSG
    0x18A3  6307  0066E038  00D639E0  0  CMSG
    0x18AA  6314  006F0D9C  006F8D8F  504  SMSG
    0x18AB  6315  0070353E  006C52C0  505  SMSG
    0x18AE  6318  006ECE5B  006D7B4F  506  SMSG
    0x18AF  6319  006BD7A6  006CA955  507  SMSG
    0x18B2  6322  00690BAD  00D633FC  0  CMSG
    0x18B6  6326  00C8C23E  00C927D5  94  SMSG
    0x18B6  6326  0066B434  00D63064  0  CMSG
    0x18BA  6330  006FB6E1  006CFC86  508  SMSG
    0x18BB  6331  006E82E6  006CC6A1  509  SMSG
    0x18BE  6334  007003E4  006C8582  510  SMSG
    0x18BF  6335  006E3805  006CD81B  511  SMSG
    0x18C0  6336  0075AA49  006D0E5A  680  SMSG
    0x18C0  6336  00694673  00D656D0  0  CMSG
    0x18C1  6337  006FE235  006EDF6E  681  SMSG
    0x18C2  6338  0070B9D4  006FB06A  682  SMSG
    0x18C3  6339  00701626  006CDAD0  683  SMSG
    0x18E0  6368  007034FD  006C8253  684  SMSG
    0x18E1  6369  006EB64E  006DEDD2  685  SMSG
    0x18E2  6370  0071CBCF  006E75B5  686  SMSG
    0x18E3  6371  007628A3  006DBDE9  687  SMSG
    0x1904  6404  0077D6DA  00000000  772  SMSG_LEGACY
    0x1940  6464  007020A3  006CF24D  688  SMSG
    0x1941  6465  006BC133  006F2104  689  SMSG
    0x1941  6465  00690BAD  00D64ED8  0  CMSG
    0x1942  6466  00703043  006E8AC6  690  SMSG
    0x1943  6467  0071EBCC  006CF5EC  691  SMSG
    0x1949  6473  006BC133  00C820E4  25  SMSG_CONNECTION
    0x1960  6496  006DC700  006D3C81  692  SMSG
    0x1961  6497  006BBB81  006CD45B  693  SMSG
    0x1962  6498  0075AC1D  006E030C  694  SMSG
    0x1963  6499  006D6B26  006D02DC  695  SMSG
    0x1969  6505  00C83859  00C81FB1  27  SMSG_CONNECTION
    0x1990  6544  007B9D86  00000000  808  SMSG_LEGACY
    0x19C0  6592  00709F3D  006D1F96  696  SMSG
    0x19C1  6593  006E7988  006DA64C  697  SMSG
    0x19C2  6594  006BCC01  006E3834  698  SMSG
    0x19C2  6594  00688B80  00D65324  0  CMSG
    0x19C3  6595  006BC133  006FAFE2  699  SMSG
    0x19C3  6595  006958DD  00D655B8  0  CMSG
    0x19E3  6627  00695461  00D650E0  0  CMSG
    0x1A07  6663  00CA5FA8  00C8FE22  99  SMSG
    0x1A07  6663  006696DC  00D62F9C  0  CMSG
    0x1A0A  6666  0075A8BB  006DB029  512  SMSG
    0x1A0B  6667  006BCC01  006DE840  513  SMSG
    0x1A0E  6670  006BC133  006CED8C  514  SMSG
    0x1A0F  6671  006BC133  006D23D1  515  SMSG
    0x1A16  6678  00686F89  00D636A4  0  CMSG
    0x1A1A  6682  0075AB99  006C3FDE  516  SMSG
    0x1A1B  6683  006B9DF4  006ED9A5  517  SMSG
    0x1A1E  6686  0070037D  006C3918  518  SMSG
    0x1A1F  6687  00700C32  006CE985  519  SMSG
    0x1A22  6690  0066D044  00D63A08  0  CMSG
    0x1A23  6691  00690BAD  00D62F74  0  CMSG
    0x1A26  6694  00666648  00D62FB0  0  CMSG
    0x1A2A  6698  006BC133  006F58BD  520  SMSG
    0x1A2B  6699  006F28DD  006ECE8A  521  SMSG
    0x1A2E  6702  007087AB  006DE4B9  522  SMSG
    0x1A2F  6703  006BCB58  006D3165  523  SMSG
    0x1A32  6706  00CA09A8  00C932B8  108  SMSG
    0x1A36  6710  00686F89  00D634C4  0  CMSG
    0x1A37  6711  0066D806  00D635A0  0  CMSG
    0x1A3A  6714  006DF3DA  006E6911  524  SMSG
    0x1A3B  6715  006BCC01  006D085D  525  SMSG
    0x1A3E  6718  006BC133  006E9D77  526  SMSG
    0x1A3F  6719  00704CCF  006C6238  527  SMSG
    0x1A61  6753  006BC133  006A0AA1  65  SMSG
    0x1A69  6761  006AC6AC  0069EE73  67  SMSG
    0x1A70  6768  006BC133  0069EDCB  68  SMSG
    0x1A71  6769  006BE279  0069FBFA  69  SMSG
    0x1A79  6777  0069E37A  0069FBDA  71  SMSG
    0x1A83  6787  0066F791  00D631B8  0  CMSG
    0x1A86  6790  0066DBD2  00D639B8  0  CMSG
    0x1A87  6791  00690BAD  00D62E0C  0  CMSG
    0x1A8A  6794  00C6B383  006DD996  528  SMSG
    0x1A8B  6795  0075AACF  006CF1B8  529  SMSG
    0x1A8E  6798  006EA60B  006E689D  530  SMSG
    0x1A8F  6799  006BE279  006F6201  531  SMSG
    0x1A92  6802  00665C0D  00D63690  0  CMSG
    0x1A97  6807  006659BB  00D63028  0  CMSG
    0x1A9A  6810  0070EBE9  006DE37A  532  SMSG
    0x1A9B  6811  006BE7A2  006C38E4  533  SMSG
    0x1A9E  6814  0070CF08  006E5B65  534  SMSG
    0x1A9F  6815  006FEB78  006CBAEB  535  SMSG
    0x1AA2  6818  00686F89  00D633D4  0  CMSG
    0x1AA6  6822  00688B80  00D634EC  0  CMSG
    0x1AA7  6823  006698C6  00D63990  0  CMSG
    0x1AAA  6826  0075AC56  006D533E  536  SMSG
    0x1AAB  6827  0075B817  006E77F5  537  SMSG
    0x1AAE  6830  0073607C  006C6D87  538  SMSG
    0x1AAF  6831  006F0247  006C319B  539  SMSG
    0x1AB3  6835  00667FAF  00D63384  0  CMSG
    0x1AB6  6838  00665F18  00D62EAC  0  CMSG
    0x1ABA  6842  006FD881  006F8D52  540  SMSG
    0x1ABB  6843  006BE761  006D1DB9  541  SMSG
    0x1ABE  6846  007020A3  006C4C80  542  SMSG
    0x1ABF  6847  0075AD5B  006F4D24  543  SMSG
    0x1AE0  6880  006A3A89  006A0F10  72  SMSG
    0x1AF0  6896  0069E6FE  0069FC3A  76  SMSG
    0x1AF1  6897  006A74BA  0069F033  77  SMSG
    0x1AF8  6904  0069E64F  0069FC5A  78  SMSG
    0x1AF9  6905  006A3873  0069F09B  79  SMSG
    0x1B27  6951  007AA8B5  00000000  855  SMSG_LEGACY
    0x1B60  7008  0069DD08  006A1AC2  80  SMSG
    0x1B69  7017  006BC133  006A0330  83  SMSG
    0x1B70  7024  006A78EA  0069FF21  84  SMSG
    0x1B71  7025  006A4358  006A261E  85  SMSG
    0x1B79  7033  006AC1CB  006A16EA  87  SMSG
    0x1B90  7056  008E9F6E  00000000  872  SMSG_LEGACY
    0x1BE1  7137  0069D35C  006A0DC2  89  SMSG
    0x1BE8  7144  006BC133  0069FC1A  90  SMSG
    0x1BE9  7145  006BC133  006A0EBC  91  SMSG
    0x1BF0  7152  006A8B63  006A1F91  92  SMSG
    0x1BF1  7153  0069DFC1  0069FC8E  93  SMSG
    0x1C0A  7178  007020A3  006F3B0F  544  SMSG
    0x1C0B  7179  0073E63F  006EC4DC  545  SMSG
    0x1C0E  7182  006F0531  006C9F62  546  SMSG
    0x1C0F  7183  006D2CF4  006F33F8  547  SMSG
    0x1C12  7186  006BCC01  006C526D  88  SMSG
    0x1C1A  7194  006BC9D7  006DAC82  548  SMSG
    0x1C1B  7195  007534C6  006F0560  549  SMSG
    0x1C1E  7198  006BC133  006CF474  550  SMSG
    0x1C2B  7211  006BE279  006E2715  553  SMSG
    0x1C2E  7214  006BE279  006C3351  554  SMSG
    0x1C2F  7215  00725C34  006D2145  555  SMSG
    0x1C32  7218  006BBE81  006EB4D2  90  SMSG
    0x1C33  7219  006BE279  006D134D  91  SMSG
    0x1C3A  7226  0070AE90  006DE4ED  556  SMSG
    0x1C3B  7227  006D0470  006D31B9  557  SMSG
    0x1C3E  7230  006BCB58  006E8A92  558  SMSG
    0x1C3F  7231  00700E73  006CECBF  559  SMSG
    0x1C41  7233  00686F89  00D653B0  0  CMSG
    0x1C44  7236  00693178  00D65694  0  CMSG
    0x1C45  7237  00690BAD  00D655E0  0  CMSG
    0x1C53  7251  00C85842  00EBD95C  0  CMSG
    0x1C58  7256  00C85043  00EBD880  0  CMSG
    0x1C5A  7258  00690BAD  00EBD9FC  0  CMSG
    0x1C62  7266  006951EA  00D65108  0  CMSG
    0x1C63  7267  00693C9C  00D6534C  0  CMSG
    0x1C8A  7306  006DC6D1  006D0727  560  SMSG
    0x1C8B  7307  006BC133  006E79B7  561  SMSG
    0x1C8E  7310  0070326C  006CED58  562  SMSG
    0x1C8F  7311  00703F55  006FCB81  563  SMSG
    0x1C9A  7322  0070E305  006D60BD  564  SMSG
    0x1C9B  7323  006E7DB7  006FBE3B  565  SMSG
    0x1C9E  7326  006BE279  006C7594  566  SMSG
    0x1C9F  7327  006BE279  006CBD26  567  SMSG
    0x1CAA  7338  006BCC01  006F0F8D  568  SMSG
    0x1CAB  7339  0071D1C2  006F6E73  569  SMSG
    0x1CAE  7342  006B0BCB  006F876D  570  SMSG
    0x1CAF  7343  006BE279  006CB684  571  SMSG
    0x1CBA  7354  0075B6E1  006D23F1  572  SMSG
    0x1CBB  7355  006BC133  006C881A  573  SMSG
    0x1CBE  7358  00765097  006C85D6  574  SMSG
    0x1CC1  7361  00696A37  00D657D4  0  CMSG
    0x1CE0  7392  00691F70  00D650F4  0  CMSG
    0x1CE2  7394  00693018  00D65040  0  CMSG
    0x1CE3  7395  00690BAD  00D65658  0  CMSG
    0x1D48  7496  00C83859  00C836F9  28  SMSG_CONNECTION
    0x1D60  7520  00692B78  00D65554  0  CMSG
    0x1D61  7521  00690BAD  00D65158  0  CMSG
    0x1D8A  7562  0066B27D  00D6353C  0  CMSG
    0x1D8D  7565  006659ED  00D638A0  0  CMSG
    0x1D8E  7566  00C91F26  00C91B6F  278  SMSG
    0x1D8E  7566  0066CAC2  00D63190  0  CMSG
    0x1D9B  7579  00688B80  00D63140  0  CMSG
    0x1D9D  7581  0066A2D2  00D6388C  0  CMSG
    0x1D9F  7583  0066DD92  00D632E4  0  CMSG
    0x1DAB  7595  00C9080B  00C8FECF  291  SMSG
    0x1DAE  7598  0066A98D  00D636B8  0  CMSG
    0x1DB9  7609  00667A90  00D6367C  0  CMSG
    0x1DBA  7610  0066C64E  00D63A1C  0  CMSG
    0x1DBD  7613  006665D1  00D635DC  0  CMSG
    0x1DBE  7614  00C96701  00C90F44  302  SMSG
    0x1DC3  7619  00690BAD  00D65180  0  CMSG
    0x1DE0  7648  00665AA5  00D65568  0  CMSG
    0x1DE1  7649  006981FB  00D657AC  0  CMSG
    0x1E0A  7690  00752AB2  006E42BC  576  SMSG
    0x1E0B  7691  006E70C4  006DE21B  577  SMSG
    0x1E0E  7694  00704011  006D649D  578  SMSG
    0x1E0F  7695  00709C22  006D9478  579  SMSG
    0x1E12  7698  007023C0  006F7476  92  SMSG
    0x1E13  7699  0070360C  006F4CBC  93  SMSG
    0x1E1A  7706  00718B7C  006CD161  580  SMSG
    0x1E1B  7707  007289E2  006E993C  581  SMSG
    0x1E1E  7710  006BC133  006E4406  582  SMSG
    0x1E1F  7711  006ED612  006D773D  583  SMSG
    0x1E2A  7722  00756445  006C3938  584  SMSG
    0x1E2B  7723  0074707D  006C6D67  585  SMSG
    0x1E2E  7726  007080E0  006F1C3F  586  SMSG
    0x1E2F  7727  007003B5  006E51F0  587  SMSG
    0x1E32  7730  0069D35C  006C8C55  94  SMSG
    0x1E33  7731  0070930C  006E958A  95  SMSG
    0x1E3A  7738  006BC133  006C84FA  588  SMSG
    0x1E3B  7739  0073E606  006D62A9  589  SMSG
    0x1E3E  7742  006BE279  006ED945  590  SMSG
    0x1E3F  7743  007020A3  006CC70F  591  SMSG
    0x1E61  7777  006A1BF2  0069FBA6  97  SMSG
    0x1E68  7784  006BC133  006A2576  98  SMSG
    0x1E8A  7818  006D7568  006C4617  592  SMSG
    0x1E8B  7819  00707FF1  006E06E8  593  SMSG
    0x1E8E  7822  006BE279  006F889A  594  SMSG
    0x1E8F  7823  0075C224  006E0502  595  SMSG
    0x1E9A  7834  0070D8CF  006EBAB2  596  SMSG
    0x1E9B  7835  00706C44  006C6852  597  SMSG
    0x1E9E  7838  0070348D  006E08C6  598  SMSG
    0x1E9F  7839  00707D92  006E77D5  599  SMSG
    0x1EAA  7850  006C3AE4  006D7194  600  SMSG
    0x1EAB  7851  006BE279  006E2772  601  SMSG
    0x1EAE  7854  007020A3  006EDE0F  602  SMSG
    0x1EAF  7855  006FAAB0  006EC9A2  603  SMSG
    0x1EBA  7866  0073BDA6  006E23EF  604  SMSG
    0x1EBB  7867  00708E70  006C852E  605  SMSG
    0x1EBE  7870  006AFCA1  006D05FD  606  SMSG
    0x1EBF  7871  006E2210  006DCA49  607  SMSG
    0x1F13  7955  009A6C5A  00000000  971  SMSG_LEGACY
    0x1F22  7970  00A6BC8D  00000000  978  SMSG_LEGACY
    0x1F88  8072  0066595B  00D62EE8  0  CMSG
    0x1F89  8073  00690BAD  00D62DD0  0  CMSG
    0x1F8C  8076  00669CE2  00D6349C  0  CMSG
    0x1F8D  8077  0066D0D6  00D638C8  0  CMSG
    0x1F8E  8078  00690BAD  00D62E98  0  CMSG
    0x1F8F  8079  00666A24  00D62E48  0  CMSG
    0x1F9A  8090  00C92A09  00C92187  314  SMSG
    0x1F9A  8090  0066B2B2  00D6344C  0  CMSG
    0x1F9E  8094  00690BAD  00D63564  0  CMSG
    0x1F9F  8095  00C8F1E7  00C91A50  319  SMSG
    0x1F9F  8095  00690BAD  00D63668  0  CMSG
    0x1FA8  8104  00665680  00D63398  0  CMSG
    0x1FAD  8109  00690BAD  00D63294  0  CMSG
    0x1FAE  8110  00C8DC33  00C948F9  326  SMSG
    0x1FB8  8120  006691D2  00D636CC  0  CMSG
    0x1FB9  8121  00667DDE  00D62F38  0  CMSG
    0x1FBE  8126  00690BAD  00D62F88  0  CMSG
    www.privatepaste.com :: Secure Paste ID 7cc6a57a4d
    Last edited by Sovak007; 05-27-2014 at 04:39 PM.

  14. #29
    joevt's Avatar Private
    Reputation
    5
    Join Date
    May 2014
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xalcon View Post
    Had some fun reversing lua_type :P first I thought 0xD5BE4 would be lua_type but it looks more like index2adr (an internal function to get the value and its information from the lua stack).
    I'm also not sure about lua_tointeger.
    index2adr is automatically inlined into most of the lua functions that call it, including lua_type and lua_tointeger. It's a compiler optimization to save time that would be spent on manipulating the stack. In fact, I don't think there's a standalone (non-inlined) version of the index2adr function in the WoW executable (this might depend on the compiler - I'm looking at the Mac OS X 32 bit version). Some functions may be inlined inside inlined functions. Some functions may exist as both inlined and non-inlined functions. Of course, any function that is passed as a function pointer (such as all the lua C functions) requires a non-inlined version but, again, there may also be an inlined version of that function inside another function.

  15. #30
    xalcon's Avatar Contributor ふたなり
    Authenticator enabled
    Reputation
    198
    Join Date
    Oct 2008
    Posts
    291
    Thanks G/R
    20/58
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    I'm pretty sure that 0xD5BE4 is index2adr and I also know that these would be a good candidate to be inlined in functions like lua_isstring/lua_isnil/etc but in fact they aren't. I'm talking about the windows x86 build 18291 (hence writing in this thread). Look at lua_type:

    This function returns the type ID for the variable at the given index. When you look at the actual source code, lua_type is defined like this:
    PHP Code:
    LUA_API int lua_type (lua_State *Lint idx) {
      
    StkId o index2adr(Lidx);
      return (
    == luaO_nilobject) ? LUA_TNONE ttype(o);

    and index2adr:
    PHP Code:
    static TValue *index2adr (lua_State *Lint idx) {
      if (
    idx 0) {
        
    TValue *L->base + (idx 1);
        
    api_check(Lidx <= L->ci->top L->base);
        if (
    >= L->top) return cast(TValue *, luaO_nilobject);
        else return 
    o;
      }
      else if (
    idx LUA_REGISTRYINDEX) {
        
    api_check(Lidx != && -idx <= L->top L->base);
        return 
    L->top idx;
      }
      else switch (
    idx) {  /* pseudo-indices */
        
    case LUA_REGISTRYINDEX: return registry(L);
        case 
    LUA_ENVIRONINDEX: {
          
    Closure *func curr_func(L);
          
    sethvalue(L, &L->envfunc->c.env);
          return &
    L->env;
        }
        case 
    LUA_GLOBALSINDEX: return gt(L);
        default: {
          
    Closure *func curr_func(L);
          
    idx LUA_GLOBALSINDEX idx;
          return (
    idx <= func->c.nupvalues)
                    ? &
    func->c.upvalue[idx-1]
                    : 
    cast(TValue *, luaO_nilobject);
        }
      }

    When you look at 0xD5BE4 you will see several values like these:
    Code:
    mov     edx, 0FFFFD8F0h
    ######
    cmp     eax, 0FFFFD8EEh
    ######
    cmp     eax, 0FFFFD8EFh
    ######
    and so on
    And guess what, these are the contant values used in index2adr:
    PHP Code:
    #define LUA_REGISTRYINDEX       (-10000)
    #define LUA_ENVIRONINDEX        (-10001)
    #define LUA_GLOBALSINDEX        (-10002) 
    -10000 equals FFFFD8F0h
    -10001 equals FFFFD8EFh
    -10002 equals FFFFD8EEh

    I made my homework I'm pretty sure about this. Fun fact: the ttype(o) macro is actually inlined :P
    "Threads should always commit suicide - they should never be murdered" - DirectX SDK

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [WoW] [5.3.0 17055] Release x86 Info Dump Thread
    By VesperCore in forum WoW Memory Editing
    Replies: 48
    Last Post: 06-24-2013, 09:47 AM
  2. [WoW] [5.3.0 16992] Release x86 Info Dump Thread
    By -Ryuk- in forum WoW Memory Editing
    Replies: 34
    Last Post: 06-08-2013, 12:35 AM
  3. [WoW] [5.3.0 16983] Release x86 Info Dump Thread
    By VesperCore in forum WoW Memory Editing
    Replies: 25
    Last Post: 05-25-2013, 09:10 PM
  4. [WoW] [5.3.0 16981] Release x86 Info Dump Thread
    By JuJuBoSc in forum WoW Memory Editing
    Replies: 12
    Last Post: 05-23-2013, 03:46 PM
  5. [WoW] [5.3.0 16977] Release x86 Info Dump Thread
    By VesperCore in forum WoW Memory Editing
    Replies: 8
    Last Post: 05-21-2013, 11:47 PM
All times are GMT -5. The time now is 08:44 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search