// Decompiled with JetBrains decompiler // Type: Stub1.My.MyApplication // Assembly: Stub1, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null // MVID: 9B260F9E-B637-4FE8-A861-15D68DACD951 // Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Trojan.Win32.Scar.cmvb-569573b0cae3b5e6bf8021e6d8ae1c973adaaa1b3afb08ee5269323014f3469c.exe using Microsoft.VisualBasic.ApplicationServices; using System; using System.CodeDom.Compiler; using System.ComponentModel; using System.Diagnostics; using System.Windows.Forms; namespace Stub1.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; } }