// Decompiled with JetBrains decompiler // Type: SOUCHEIE.My.MyApplication // Assembly: SOUCHEIE, Version=3.7.2.8, Culture=neutral, PublicKeyToken=null // MVID: 9463E62C-5BDE-47C8-BBBA-DFBD0AA5A3A3 // Assembly location: C:\Users\Administrateur\Downloads\Virusshare.00004-msil\Trojan-Downloader.Win32.Karagany.dd-2cc5473996e68437dada294106155dfa4c6904107200c7a154f2ef1428c29950.exe using Microsoft.VisualBasic.ApplicationServices; using System; using System.CodeDom.Compiler; using System.ComponentModel; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Windows.Forms; namespace SOUCHEIE.My { [EditorBrowsable(EditorBrowsableState.Never)] [GeneratedCode("MyTemplate", "8.0.0.0")] internal class MyApplication : WindowsFormsApplicationBase { [DebuggerStepThrough] public MyApplication() : base(AuthenticationMode.Windows) { this.IsSingleInstance = false; this.EnableVisualStyles = true; this.SaveMySettingsOnExit = true; this.ShutdownStyle = ShutdownMode.AfterMainFormCloses; } [STAThread] [DebuggerHidden] [EditorBrowsable(EditorBrowsableState.Advanced)] [MethodImpl(MethodImplOptions.NoInlining | MethodImplOptions.NoOptimization)] internal static void Main(string[] Args) { try { Application.SetCompatibleTextRenderingDefault(WindowsFormsApplicationBase.UseCompatibleTextRendering); } finally { } MyProject.Application.Run(Args); } [DebuggerStepThrough] protected override void OnCreateMainForm() => this.MainForm = (Form) MyProject.Forms.Form1; } }