tianqiu20 发表于 2023-6-25 19:46:54

星辰奇缘苹果端绑定域名解密方法

public void Connect(string address, int port)
      {
                if (this.socket.Connected)
                {
                        Debug.Log(string.Format("错误:重复建立Socke连接,重新连接时请先断开之前的连接", new object));
                        return;
                }
                this.address = address;
                this.port = port;
                MD5 md = MD5.Create();
                string a = "12546f1c61454538c45490";
                string a2 = "1252051ca54456902c7054bc";
                string a3 = "66610b45455576";
                string a4 = "4582fdgs4545wr42saf1";
                byte[] bytes = Encoding.Default.GetBytes(address);
                byte[] array = md.ComputeHash(bytes);
                string text = string.Empty;
                for (int i = 0; i < array.Length; i++)
                {
                        text += array.ToString("x6");
                }
                byte[] bytes2 = Encoding.Default.GetBytes(text);
                byte[] array2 = md.ComputeHash(bytes2);
                string text2 = string.Empty;
                for (int j = 0; j < array2.Length; j++)
                {
                        text2 += array2.ToString("x2");
                }
                if (!(a == text2) && !(a2 == text2) && !(a3 == text2))
                {
                        if (!(a4 == text2))
                        {
                              this.Disconnect();
                              return;
                        }
                }
                try
                {
                        Log.Debug("Socket尝试建立连接");
                        this.ConnectStatus = ConnectStatusEnum.HasConnect;
                        this.connetTime = Time.time;
                        this.result = this.socket.BeginConnect(address, port, null, null);
                        TimerManager.GetInstance().AddTimerTask(new TimerTask(500f, new Action(this.checkConnect)));
                }
                catch (SocketException ex)
                {
                        this.result = null;
                        this.socket.Close();
                        Debug.Log(string.Format("连接服务器{0}:{1}失败:{2}", address, port, ex.Message));
                        this.Disconnect();
                }
      }


address=ip地址

byte[] bytes = Encoding.Default.GetBytes(address);
                byte[] array = md.ComputeHash(bytes);
                string text = string.Empty;
                for (int i = 0; i < array.Length; i++)
                {
                        text += array.ToString("x6");
                }
                byte[] bytes2 = Encoding.Default.GetBytes(text);
                byte[] array2 = md.ComputeHash(bytes2);
                string text2 = string.Empty;
                for (int j = 0; j < array2.Length; j++)
                {
                        text2 += array2.ToString("x2");
                }
text2就是最终密文

13911376944 发表于 2023-6-25 21:05:37

这要怎么用

youlyang1987 发表于 2023-6-25 21:31:11

有没有比较新的星辰端呢

tianqiu20 发表于 2023-6-25 21:35:34

13911376944 发表于 2023-6-25 21:05
这要怎么用

http://42.192.182.102:99/

wangyiyang 发表于 2023-6-25 23:16:31

纯支持!~

匡晨龙 发表于 2023-6-25 23:25:04

::

ErrorJ 发表于 2023-6-25 23:33:13

感谢大佬分享

woni0003 发表于 2023-6-26 14:03:58

技术贴顶起来。
可以发一个最新的端。

xyz7220633 发表于 2023-6-26 15:03:23

星辰奇缘苹果端绑定域名解密方法

子辰_ArcticFox 发表于 2023-6-28 23:35:18

感谢分享

hhh125 发表于 2023-7-23 09:37:27

有大佬会做星辰奇缘苹果端的吗,有偿求

白小白的白 发表于 2023-8-7 06:32:54

??????????????????????????????:
页: [1]
查看完整版本: 星辰奇缘苹果端绑定域名解密方法

本站内容如若侵犯到您的权益,请来电来函告知,我们会尽快处理!
联系QQ:1953150286,2251387361,123784736,免责申明