コード例 #1
0
ファイル: GClass0.cs プロジェクト: 5l1v3r1/ransomware-4
    public int method_22()
    {
        RegistryKey object_ = Delegate126.smethod_0(Registry.CurrentUser, Delegate88.smethod_0("Software\\", this.string_3, "\\Files"));

        string[] array = Delegate182.smethod_0(object_);
        return(array.Length - 1);
    }
コード例 #2
0
ファイル: GClass0.cs プロジェクト: 5l1v3r1/ransomware-4
 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);
 }
コード例 #3
0
ファイル: GClass0.cs プロジェクト: 5l1v3r1/ransomware-4
 public string[] method_20()
 {
     this.registryKey_0 = Delegate126.smethod_0(Registry.CurrentUser, Delegate88.smethod_0("Software\\", this.string_3, "\\Files"));
     return(Delegate182.smethod_0(this.registryKey_0));
 }