mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 19:36:11 +00:00
f2ac1ece55
add
49 lines
1.5 KiB
C#
49 lines
1.5 KiB
C#
// Decompiled with JetBrains decompiler
|
|
// Type: st7fa8453sdfsdfsd.My.MyApplication
|
|
// Assembly: asdf345245egsdsdffgr46, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: EEEFB942-1A23-4D1E-9820-945A833A0EC9
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Trojan.Win32.Llac.aetd-67650359f14e4a8397f4b3801b3f4d385ad932c3ce95dbd6f6edd75522605768.exe
|
|
|
|
using Microsoft.VisualBasic.ApplicationServices;
|
|
using System;
|
|
using System.CodeDom.Compiler;
|
|
using System.ComponentModel;
|
|
using System.Diagnostics;
|
|
using System.Windows.Forms;
|
|
|
|
namespace st7fa8453sdfsdfsd.My
|
|
{
|
|
[EditorBrowsable(EditorBrowsableState.Never)]
|
|
[GeneratedCode("MyTemplate", "8.0.0.0")]
|
|
internal class MyApplication : WindowsFormsApplicationBase
|
|
{
|
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
|
[DebuggerHidden]
|
|
[STAThread]
|
|
internal static void Main(string[] Args)
|
|
{
|
|
try
|
|
{
|
|
Application.SetCompatibleTextRenderingDefault(WindowsFormsApplicationBase.UseCompatibleTextRendering);
|
|
}
|
|
finally
|
|
{
|
|
}
|
|
MyProject.Application.Run(Args);
|
|
}
|
|
|
|
[DebuggerStepThrough]
|
|
public MyApplication()
|
|
: base(AuthenticationMode.Windows)
|
|
{
|
|
this.IsSingleInstance = false;
|
|
this.EnableVisualStyles = true;
|
|
this.SaveMySettingsOnExit = true;
|
|
this.ShutdownStyle = ShutdownMode.AfterMainFormCloses;
|
|
}
|
|
|
|
[DebuggerStepThrough]
|
|
protected override void OnCreateMainForm() => this.MainForm = (Form) MyProject.Forms.Form1;
|
|
}
|
|
}
|