mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-23 20:05:26 +00:00
f2ac1ece55
add
52 lines
1.8 KiB
C#
52 lines
1.8 KiB
C#
// Decompiled with JetBrains decompiler
|
|
// Type: A.c04260508ec9ff65b3cd5893f74933d7d
|
|
// Assembly: Service, Version=2.0.0.2, Culture=neutral, PublicKeyToken=null
|
|
// MVID: B7AA2EBA-E600-4CD2-B54D-4503D0055DE2
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Trojan.Win32.Llac.gxwf-aba0073bd9b9f0c6c0103f289f18d82411c0702308f5a0dbcae1b577edc263b3.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;
|
|
|
|
namespace A
|
|
{
|
|
[EditorBrowsable(EditorBrowsableState.Never)]
|
|
[GeneratedCode("MyTemplate", "8.0.0.0")]
|
|
internal class c04260508ec9ff65b3cd5893f74933d7d : WindowsFormsApplicationBase
|
|
{
|
|
[DebuggerStepThrough]
|
|
public c04260508ec9ff65b3cd5893f74933d7d()
|
|
: 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 cdfd9afc378e6046e9c9945119c018772(
|
|
string[] c47cd1ccb0850c90b79ef8072b9718a3d)
|
|
{
|
|
try
|
|
{
|
|
Application.SetCompatibleTextRenderingDefault(WindowsFormsApplicationBase.UseCompatibleTextRendering);
|
|
}
|
|
finally
|
|
{
|
|
}
|
|
c47f80583ee24444198d7c06b960fffd3.ce4afc8db46bae55f9ca61757e27a68e0.Run(c47cd1ccb0850c90b79ef8072b9718a3d);
|
|
}
|
|
|
|
[DebuggerStepThrough]
|
|
protected override void OnCreateMainForm() => this.MainForm = (Form) c47f80583ee24444198d7c06b960fffd3.c3c4f5ba433d7fca9918516f4d79f5ad6.c278ced2eb1a2e9f4730f1e45dcb8d8ba;
|
|
}
|
|
}
|