Skip to content

Instantly share code, notes, and snippets.

@sharl
Created April 22, 2013 13:53
Show Gist options
  • Save sharl/5435276 to your computer and use it in GitHub Desktop.
Save sharl/5435276 to your computer and use it in GitHub Desktop.
Master of Epic クライアント起動時の通信内容
以下 UDP による通信
local → 202.232.117.40:11300
00 00 00 03 02
202.232.117.40:11300 → local
00 00 00 03 00 00 00 03
~~~~~~~~~~~
3ブロック?
local → 202.232.117.40:11300
00 00 00 05 02
202.232.117.40:11300 → local
42byteを3回受け取る
000000052275e8ca000000014449414d4f4e4400d8000002000002350000054d51723d4d000003e80000
000000052575e8ca00000002504541524c004400d80000020000023c0000050351723d6c000003e80000
000000052875e8ca00000003454d4552414c4400d80000020000024d000005c451723d7e000003e80000
これをちょっと解析してみたら
1 DIAMOND 202.232.117.34
2 PEARL 202.232.117.37
3 EMERALD 202.232.117.40
ってのが出てくる。サーバダウンの情報が載ってるようですな。
@sharl
Copy link
Author

sharl commented Aug 26, 2022

今は 150.95.62.67:11300 っぽい。
stat は最初 2byte かと思ってたらおかしくなったので 0xFF でマスクするようにした。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment