// Decompiled with JetBrains decompiler // Type: My.MyApplication // Assembly: Stub, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null // MVID: 2ADEE861-B489-4B94-AFAF-878A34E8554C // Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Worm.Win32.AutoRun.hvq-1a05e2bf2933df28485ce43bcb7274cfc2bd455dd9a6472cef1260454451db86.exe using Microsoft.VisualBasic.ApplicationServices; using System; using System.CodeDom.Compiler; using System.ComponentModel; using System.Diagnostics; using System.Windows.Forms; namespace My { [EditorBrowsable(EditorBrowsableState.Never)] [GeneratedCode("MyTemplate", "8.0.0.0")] internal class MyApplication : WindowsFormsApplicationBase { [STAThread] [EditorBrowsable(EditorBrowsableState.Advanced)] [DebuggerHidden] 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; } }