mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-19 09:56:10 +00:00
f2ac1ece55
add
51 lines
1.8 KiB
C#
51 lines
1.8 KiB
C#
// Decompiled with JetBrains decompiler
|
|
// Type: A.c1a978f6ad601a840a4c556c463434740
|
|
// Assembly: Club, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: A9E8E336-37BF-4AEB-A0AA-C09A4AE1EC93
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Trojan.Win32.Bublik.elhu-ed0d569ec8fd2e2d6812dba8d62238da6ea0bd69bdb94d8701830057b4b02ac4.exe
|
|
|
|
using Microsoft.VisualBasic.ApplicationServices;
|
|
using System;
|
|
using System.CodeDom.Compiler;
|
|
using System.ComponentModel;
|
|
using System.Diagnostics;
|
|
using System.Windows.Forms;
|
|
|
|
namespace A
|
|
{
|
|
[EditorBrowsable(EditorBrowsableState.Never)]
|
|
[GeneratedCode("MyTemplate", "8.0.0.0")]
|
|
internal class c1a978f6ad601a840a4c556c463434740 : WindowsFormsApplicationBase
|
|
{
|
|
[DebuggerStepThrough]
|
|
public c1a978f6ad601a840a4c556c463434740()
|
|
: base(AuthenticationMode.Windows)
|
|
{
|
|
this.IsSingleInstance = false;
|
|
this.EnableVisualStyles = true;
|
|
this.SaveMySettingsOnExit = true;
|
|
this.ShutdownStyle = ShutdownMode.AfterMainFormCloses;
|
|
}
|
|
|
|
[STAThread]
|
|
[DebuggerHidden]
|
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
|
internal static void ced167a9eb7ac3392976147c9472db7e2(
|
|
string[] c5f57efc49d6476e70207a1b8d3f1ca77)
|
|
{
|
|
try
|
|
{
|
|
cb172a3cf4de66a26f276fa336a900f40.c8a7fc1893bd951199feb87a0595012ad();
|
|
Application.SetCompatibleTextRenderingDefault(WindowsFormsApplicationBase.UseCompatibleTextRendering);
|
|
}
|
|
finally
|
|
{
|
|
}
|
|
c9b81fdde8dea987fa347362a8b38f66c.c8b84d0974b93f773bcc7dafeea38d1e0.Run(c5f57efc49d6476e70207a1b8d3f1ca77);
|
|
}
|
|
|
|
[DebuggerStepThrough]
|
|
protected override void OnCreateMainForm() => this.MainForm = (Form) c9b81fdde8dea987fa347362a8b38f66c.c0d14e620a03587bae92914b08d618907.cf7c417efd3c27564c3ec7f3ff8a83d6a;
|
|
}
|
|
}
|