mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-19 18:06:10 +00:00
48 lines
1.5 KiB
C#
48 lines
1.5 KiB
C#
|
// Decompiled with JetBrains decompiler
|
|||
|
// Type:
|
|||
|
// Assembly: Stub, Version=4.9.5.9, Culture=neutral, PublicKeyToken=null
|
|||
|
// MVID: 2229516C-329C-43F8-8C26-63983DECBF21
|
|||
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Trojan.Win32.Llac.lqpj-3f6ac9dfded1ed0e4c086ec75e7c0ca5a7edfa21307d3cb5a21e884ebe389389.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;
|
|||
|
|
|||
|
[GeneratedCode("MyTemplate", "10.0.0.0")]
|
|||
|
[EditorBrowsable(EditorBrowsableState.Never)]
|
|||
|
internal sealed class \u0002 : WindowsFormsApplicationBase
|
|||
|
{
|
|||
|
[DebuggerStepThrough]
|
|||
|
public \u0002()
|
|||
|
: 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 \u0002(string[] _param0)
|
|||
|
{
|
|||
|
try
|
|||
|
{
|
|||
|
Application.SetCompatibleTextRenderingDefault(WindowsFormsApplicationBase.UseCompatibleTextRendering);
|
|||
|
}
|
|||
|
finally
|
|||
|
{
|
|||
|
}
|
|||
|
\u0005.\u0002().Run(_param0);
|
|||
|
}
|
|||
|
|
|||
|
[DebuggerStepThrough]
|
|||
|
protected override void OnCreateMainForm() => this.MainForm = (Form) \u0005.\u0002().\u0002();
|
|||
|
}
|