mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2026-06-17 00:09:23 +00:00
f2ac1ece55
add
47 lines
1.4 KiB
C#
47 lines
1.4 KiB
C#
// Decompiled with JetBrains decompiler
|
|
// Type: .
|
|
// Assembly: d1a3l0s, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 50A68CBD-55EA-4E40-8DCB-F2A44DFB42DE
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Trojan-Spy.MSIL.KeyLogger.aml-44c1ddfbe16f7426b43f0f84e1cff26f11ab5843bd621cd6766374fa6511763b.exe
|
|
|
|
using \u0002;
|
|
using Microsoft.VisualBasic.ApplicationServices;
|
|
using System;
|
|
using System.CodeDom.Compiler;
|
|
using System.ComponentModel;
|
|
using System.Runtime.InteropServices;
|
|
using System.Windows.Forms;
|
|
|
|
namespace \u0002
|
|
{
|
|
[GeneratedCode("MyTemplate", "8.0.0.0")]
|
|
[EditorBrowsable(EditorBrowsableState.Never)]
|
|
internal class \u0001 : WindowsFormsApplicationBase
|
|
{
|
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
|
[STAThread]
|
|
internal static void \u0002([In] string[] obj0)
|
|
{
|
|
try
|
|
{
|
|
Application.SetCompatibleTextRenderingDefault(WindowsFormsApplicationBase.UseCompatibleTextRendering);
|
|
}
|
|
finally
|
|
{
|
|
}
|
|
\u0003.\u0002().Run(obj0);
|
|
}
|
|
|
|
public \u0001()
|
|
: base(AuthenticationMode.Windows)
|
|
{
|
|
this.IsSingleInstance = false;
|
|
this.EnableVisualStyles = true;
|
|
this.SaveMySettingsOnExit = true;
|
|
this.ShutdownStyle = ShutdownMode.AfterMainFormCloses;
|
|
}
|
|
|
|
protected override void OnCreateMainForm() => this.MainForm = (Form) \u0003.\u0002().\u0002();
|
|
}
|
|
}
|