⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 h.cs

📁 老外Logix Mobile mCoreLib短信控件源码 通过串口或者手机数据线进行连接,可对手机进行 读写操作.
💻 CS
字号:
using Microsoft.VisualBasic.CompilerServices;
using System;
using System.Security.Cryptography;
using System.Text;

internal class h
{
    internal string a = "";
    internal string b = "";
    internal int c = 2;
    internal string d = "";
    internal string e = "";
    internal bool f = false;
    internal int g = 7;
    internal int h = 3;
    internal bool i = false;
    internal int j = 0xa7;
    internal string k = "";
    internal string l = "";
    internal DateTime m = new DateTime();
    internal string n = "";
    internal string o = "";
    internal string p = "";
    internal string q = "";
    internal int r = 0;
    internal int s = 0;
    private Random t;

    internal h(string A_0, int A_1, string A_2, string A_3, bool A_4, int A_5, int A_6, bool A_7, int A_8, string A_9, string A_10, DateTime A_11, string A_12, string A_13, string A_14, string A_15, string A_16, int A_17, int A_18)
    {
        this.a = A_0;
        this.c = A_1;
        this.d = A_2;
        this.e = A_3;
        this.f = A_4;
        this.g = A_5;
        this.h = A_6;
        this.i = A_7;
        this.j = A_8;
        this.k = A_9;
        this.l = A_10;
        this.m = A_11;
        this.n = A_12;
        this.o = A_13;
        this.p = A_14;
        this.q = A_15;
        this.r = A_17;
        this.s = A_18;
        this.t = new Random((int) (DateTime.Now.Ticks % 0x7fffffffL));
        this.b = this.a(this.GetHashCode().ToString() + this.a + this.c.ToString() + this.d + this.e + this.f.ToString() + this.g.ToString() + this.h.ToString() + this.k + this.l + this.n + this.o + this.p + this.q + DateTime.UtcNow.ToString() + this.t.Next(0, 0x270f).ToString() + A_16);
    }

    private string a(string A_0)
    {
        string str2 = "";
        try
        {
            UnicodeEncoding encoding = new UnicodeEncoding();
            MD5CryptoServiceProvider provider = new MD5CryptoServiceProvider();
            str2 = BitConverter.ToString(provider.ComputeHash(encoding.GetBytes(A_0))).Replace("-", "");
        }
        catch (Exception exception1)
        {
            ProjectData.SetProjectError(exception1);
            Exception exception = exception1;
            str2 = "";
            ProjectData.ClearProjectError();
        }
        return str2;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -