mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-24 12:25:29 +00:00
103 lines
2.9 KiB
C#
103 lines
2.9 KiB
C#
|
// Decompiled with JetBrains decompiler
|
|||
|
// Type: .
|
|||
|
// Assembly: syncuiLoader, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
|
|||
|
// MVID: F112AE9C-7564-463C-8834-3BB2BC4FBE1B
|
|||
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Trojan.Win32.Llac.aamy-d1153c91831872cfeacf510426d9b4752eab5933102816559dcd2628b12a7253.exe
|
|||
|
|
|||
|
using System;
|
|||
|
using System.Diagnostics;
|
|||
|
using System.Drawing;
|
|||
|
using System.Runtime.InteropServices;
|
|||
|
using System.Windows.Forms;
|
|||
|
|
|||
|
namespace \u0005
|
|||
|
{
|
|||
|
internal sealed class \u0003 : Control
|
|||
|
{
|
|||
|
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)
|
|||
|
{
|
|||
|
this.Size = new Size(Convert.ToInt32(120f * this.\u0001), Convert.ToInt32(32f * this.\u0002));
|
|||
|
base.OnResize(obj0);
|
|||
|
}
|
|||
|
|
|||
|
protected override void ScaleCore([In] float obj0, [In] float obj1)
|
|||
|
{
|
|||
|
this.\u0001 = obj0;
|
|||
|
this.\u0002 = obj1;
|
|||
|
base.ScaleCore(obj0, obj1);
|
|||
|
this.OnResize(EventArgs.Empty);
|
|||
|
}
|
|||
|
|
|||
|
protected override void Dispose([In] bool obj0)
|
|||
|
{
|
|||
|
if (obj0)
|
|||
|
goto label_4;
|
|||
|
label_3:
|
|||
|
base.Dispose(obj0);
|
|||
|
return;
|
|||
|
label_4:
|
|||
|
if (this.\u0001 != null)
|
|||
|
goto label_5;
|
|||
|
label_1:
|
|||
|
if (this.\u0001 != null)
|
|||
|
{
|
|||
|
this.\u0001.Dispose();
|
|||
|
goto label_3;
|
|||
|
}
|
|||
|
else
|
|||
|
goto label_3;
|
|||
|
label_5:
|
|||
|
this.\u0001.Dispose();
|
|||
|
goto label_1;
|
|||
|
}
|
|||
|
|
|||
|
private void \u0003([In] object obj0, [In] EventArgs obj1)
|
|||
|
{
|
|||
|
try
|
|||
|
{
|
|||
|
this.\u0003();
|
|||
|
}
|
|||
|
catch
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
private void \u0003() => Process.Start("http://www.smartassembly.com/redirect/?LinkID=1002");
|
|||
|
|
|||
|
public \u0003()
|
|||
|
{
|
|||
|
this.SuspendLayout();
|
|||
|
this.\u0001.FlatStyle = FlatStyle.System;
|
|||
|
this.\u0001.Location = new Point(10, 10);
|
|||
|
this.\u0001.Size = new Size(62, 24);
|
|||
|
this.\u0001.Text = "Powered by";
|
|||
|
this.\u0001.Image = (Image) \u0005.\u0005.\u0003("{logo}");
|
|||
|
this.\u0001.Location = new Point(72, 0);
|
|||
|
this.\u0001.Size = new Size(48, 32);
|
|||
|
this.\u0001.SizeMode = PictureBoxSizeMode.StretchImage;
|
|||
|
this.\u0001.Click += new EventHandler(this.\u0003);
|
|||
|
this.\u0001.Click += new EventHandler(this.\u0003);
|
|||
|
this.Click += new EventHandler(this.\u0003);
|
|||
|
this.Cursor = Cursors.Hand;
|
|||
|
this.TabStop = false;
|
|||
|
this.Size = new Size(120, 32);
|
|||
|
this.Controls.AddRange(new Control[2]
|
|||
|
{
|
|||
|
(Control) this.\u0001,
|
|||
|
(Control) this.\u0001
|
|||
|
});
|
|||
|
string caption = "Powered by {smartassembly}";
|
|||
|
this.\u0001.SetToolTip((Control) this, caption);
|
|||
|
this.\u0001.SetToolTip((Control) this.\u0001, caption);
|
|||
|
this.\u0001.SetToolTip((Control) this.\u0001, caption);
|
|||
|
this.ResumeLayout(true);
|
|||
|
}
|
|||
|
}
|
|||
|
}
|