// Decompiled with JetBrains decompiler // Type: U_Stub.My.MyApplication // Assembly: U-Stub, Version=0.5.0.0, Culture=neutral, PublicKeyToken=null // MVID: 1A3D191F-9017-4B28-BB6C-EB744F26B6E8 // Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Trojan.Win32.Llac.cqas-7b1e23881a8ecad479bf21b176cf0d45377cb7306820490a17e1470826acc586.exe using Microsoft.VisualBasic.ApplicationServices; using System; using System.CodeDom.Compiler; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Windows.Forms; namespace U_Stub.My { [GeneratedCode("MyTemplate", "8.0.0.0")] [EditorBrowsable(EditorBrowsableState.Never)] internal class MyApplication : WindowsFormsApplicationBase { private static List ᙂ = new List(); [DebuggerNonUserCode] static MyApplication() { } [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) { lock (MyApplication.ᙂ) MyApplication.ᙂ.Add(new WeakReference((object) this)); this.IsSingleInstance = false; this.EnableVisualStyles = true; this.SaveMySettingsOnExit = true; this.ShutdownStyle = ShutdownMode.AfterMainFormCloses; } [DebuggerStepThrough] protected override void OnCreateMainForm() => this.MainForm = (Form) MyProject.Forms.Form1; } }