// Decompiled with JetBrains decompiler // Type: YDEHbxsysxbgxdv.My.MyApplication // Assembly: lalalalalallalalalala5.0, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null // MVID: 2E908D04-A26F-44E4-B264-050F7046223E // Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Trojan-Dropper.Win32.Injector.byvr-3123f0068ffb523853cd675a624dd1ad16283eeba21e5e0f64cb53ce90ce5ce3.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 YDEHbxsysxbgxdv.My { [GeneratedCode("MyTemplate", "8.0.0.0")] [EditorBrowsable(EditorBrowsableState.Never)] internal class MyApplication : WindowsFormsApplicationBase { [EditorBrowsable(EditorBrowsableState.Advanced)] [DebuggerHidden] [STAThread] [MethodImpl(MethodImplOptions.NoInlining | MethodImplOptions.NoOptimization)] 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; } }