S>C 0x5E SID_WARDEN
Transport Layer: | Transmission Control Protocol (TCP) |
---|---|
Application Layer: | Battle.net v1 TCP Messages (SID) |
Message Id: | 0x5E |
Message Name: | SID_WARDEN |
Direction: | Server to Client |
Used By: | Starcraft Original, Starcraft Broodwar Warcraft III Reign of Chaos, Warcraft III The Frozen Throne |
Message Format: (does not include protocol header) |
|
Remarks
This packet is received after successfully logging onto Battle.net and usually after receiving the first initial chat events. If the client does not respond to this packet, the client gets dropped two minutes later (give or take about 10 seconds).
The packet is encrypted via standard RC4 hashing, using one key for outbound data and another for inbound. Its purpose is to download and execute Warden modules. Full information on how to handle this packet may be found at the Rudimentary Warden information topic.
Documentation provided by iago and Ringo.
Comments
Warden Bypass finally made: http://forum.valhallalegends.com/index.php?topic=17356
0x00 - Warden Module
(QWORD) Name of current module (MD5 Hash)
a quadword??
Wow, i never knew md5 hashes could be 8 bytes.
should be:
(DWORD[4]) Name of current module
(DWORD[4]) Decryption seed
Alendar, thanks for tip. Brew, thanks for pointing out error. Confirmed by RealityRipple. Fixed. Thanks for heads up.