mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-19 18:06:10 +00:00
f2ac1ece55
add
108 lines
4.1 KiB
C#
108 lines
4.1 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.Drawing;
|
||
using System.Runtime.InteropServices;
|
||
using System.Text;
|
||
using System.Windows.Forms;
|
||
|
||
namespace \u0006
|
||
{
|
||
internal sealed class \u0004 : Form
|
||
{
|
||
private \u0004.\u0002 \u0001;
|
||
private \u0005.\u0003 \u0001 = new \u0005.\u0003();
|
||
private Button \u0001 = new Button();
|
||
private Button \u0002 = new Button();
|
||
private \u0003.\u0004 \u0001 = new \u0003.\u0004(string.Format("{0} attempted to perform an operation not allowed by the security policy.", (object) "Morph_12.06.2011_224918"));
|
||
private \u0002.\u0005 \u0001 = new \u0002.\u0005();
|
||
|
||
private void \u0003()
|
||
{
|
||
this.SuspendLayout();
|
||
this.\u0002.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
|
||
this.\u0002.FlatStyle = FlatStyle.System;
|
||
this.\u0002.Size = new Size(100, 24);
|
||
this.\u0002.Location = new Point(408 - this.\u0002.Width, 188);
|
||
this.\u0002.TabIndex = 0;
|
||
this.\u0002.Text = "&Quit";
|
||
this.\u0002.Click += new EventHandler(this.\u0004);
|
||
this.\u0001.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
|
||
this.\u0001.FlatStyle = FlatStyle.System;
|
||
this.\u0001.Size = new Size(100, 24);
|
||
this.\u0001.Location = new Point(this.\u0002.Left - this.\u0001.Width - 6, 188);
|
||
this.\u0001.TabIndex = 1;
|
||
this.\u0001.Text = "&Continue";
|
||
this.\u0001.Click += new EventHandler(this.\u0003);
|
||
this.\u0001.Anchor = AnchorStyles.Bottom | AnchorStyles.Left;
|
||
this.\u0001.SetBounds(6, 186, 120, 32);
|
||
this.\u0001.\u0003(\u0005.\u0004.\u0003);
|
||
this.\u0001.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||
this.\u0001.Location = new Point(20, 72);
|
||
this.\u0001.Size = new Size(382, 13);
|
||
this.AutoScaleBaseSize = new Size(5, 13);
|
||
this.ClientSize = new Size(418, 224);
|
||
this.ControlBox = false;
|
||
this.Controls.AddRange(new Control[5]
|
||
{
|
||
(Control) this.\u0001,
|
||
(Control) this.\u0001,
|
||
(Control) this.\u0002,
|
||
(Control) this.\u0001,
|
||
(Control) this.\u0001
|
||
});
|
||
this.FormBorderStyle = FormBorderStyle.FixedSingle;
|
||
this.MaximizeBox = false;
|
||
this.MinimizeBox = false;
|
||
this.ShowInTaskbar = false;
|
||
this.StartPosition = FormStartPosition.CenterScreen;
|
||
this.ResumeLayout(false);
|
||
}
|
||
|
||
private void \u0003([In] object obj0, [In] EventArgs obj1)
|
||
{
|
||
this.\u0001.\u0003(true);
|
||
this.Close();
|
||
}
|
||
|
||
private void \u0004([In] object obj0, [In] EventArgs obj1)
|
||
{
|
||
this.\u0001.\u0003(false);
|
||
this.Close();
|
||
}
|
||
|
||
public \u0004([In] \u0004.\u0002 obj0)
|
||
{
|
||
this.\u0003();
|
||
this.Icon = \u0005.\u0002.\u0003();
|
||
this.Text = "Morph_12.06.2011_224918";
|
||
if (this.Text.Length == 0)
|
||
this.Text = "Security error";
|
||
this.\u0001 = obj0;
|
||
if (!obj0.\u0003())
|
||
this.\u0001.Visible = false;
|
||
if (obj0.\u0003().Length > 0)
|
||
{
|
||
this.\u0001.Text = obj0.\u0003();
|
||
}
|
||
else
|
||
{
|
||
StringBuilder stringBuilder = new StringBuilder();
|
||
stringBuilder.Append(string.Format("{0} attempted to perform an operation not allowed by the security policy. To grant this application the required permission, contact your system administrator, or use the Microsoft .NET Framework Configuration tool.\n\n", (object) "Morph_12.06.2011_224918"));
|
||
if (obj0.\u0003())
|
||
stringBuilder.Append("If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately.\n\n");
|
||
stringBuilder.Append(obj0.\u0003().Message);
|
||
this.\u0001.Text = stringBuilder.ToString();
|
||
}
|
||
int height = this.\u0001.Bottom + 60;
|
||
if (height <= this.ClientSize.Height)
|
||
return;
|
||
this.ClientSize = new Size(this.ClientSize.Width, height);
|
||
}
|
||
}
|
||
}
|