-
Notifications
You must be signed in to change notification settings - Fork 57
Client Packets
KeyPhact edited this page Dec 28, 2014
·
3 revisions
Position | Field | Type | Notes |
---|---|---|---|
0x0 | Packet Header | Packet Header | Possible flags: 0x0 and 0x0 |
0x8 | String Magic | uint32 Sub 0x9F, Xor 0x883D | |
0xC | CPU Vendor/Model | ASCII String | Variable Length |
→0x0 | String Magic | uint32 Sub 0x9F, Xor 0x883D | |
→0x4 | Video Card Vendor/Model | ASCII String | Variable Length |
→0x0 | Unknown | uint8[8] | No Notes |
→0x8 | Total RAM | uint8[8] | The total amount of usable RAM in the system, in bytes |
→0x10 | Unknown | uint8[4] | No Notes |
→0x14 | Unknown | uint8[4] | No Notes |
→0x18 | String Magic | uint32 Sub 0x9F, Xor 0x883D | |
→0x1C | Windows Version String PSO2 String | Variable Length | |
This packet is sent by the client following a successful login response. |