mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-19 09:56:10 +00:00
f2ac1ece55
add
48 lines
1.5 KiB
C#
48 lines
1.5 KiB
C#
// Decompiled with JetBrains decompiler
|
||
// Type:
|
||
// Assembly: sine stb, Version=3.8.1.13, Culture=neutral, PublicKeyToken=null
|
||
// MVID: 1CD66D6D-40E8-4230-BE18-A5B82B55348F
|
||
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Trojan.Win32.Llac.ahzl-22a734691c5349d7cc7eece13d419f2d6f8c9402057912636348d875b19b9af0.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;
|
||
}
|
||
|
||
[DebuggerHidden]
|
||
[STAThread]
|
||
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||
[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();
|
||
}
|