mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 19:36:11 +00:00
f2ac1ece55
add
49 lines
1.5 KiB
C#
49 lines
1.5 KiB
C#
// Decompiled with JetBrains decompiler
|
|
// Type: Binder_Example_Stub.My.MyApplication
|
|
// Assembly: stub, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 40B081AB-4A01-44CE-881F-3D3CCAD72E9B
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Trojan-Dropper.Win32.Injector.bpl-16ecc2f74d0c33829084bc15598c43ccecda206cbe141e12d7c6892fae66914d.exe
|
|
|
|
using Microsoft.VisualBasic.ApplicationServices;
|
|
using System;
|
|
using System.CodeDom.Compiler;
|
|
using System.ComponentModel;
|
|
using System.Diagnostics;
|
|
using System.Windows.Forms;
|
|
|
|
namespace Binder_Example_Stub.My
|
|
{
|
|
[GeneratedCode("MyTemplate", "8.0.0.0")]
|
|
[EditorBrowsable(EditorBrowsableState.Never)]
|
|
internal class MyApplication : WindowsFormsApplicationBase
|
|
{
|
|
[STAThread]
|
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
|
[DebuggerHidden]
|
|
internal static void Main(string[] Args)
|
|
{
|
|
try
|
|
{
|
|
Application.SetCompatibleTextRenderingDefault(WindowsFormsApplicationBase.UseCompatibleTextRendering);
|
|
}
|
|
finally
|
|
{
|
|
}
|
|
MyProject.Application.Run(Args);
|
|
}
|
|
|
|
[DebuggerStepThrough]
|
|
public MyApplication()
|
|
: base(AuthenticationMode.Windows)
|
|
{
|
|
this.IsSingleInstance = false;
|
|
this.EnableVisualStyles = true;
|
|
this.SaveMySettingsOnExit = true;
|
|
this.ShutdownStyle = ShutdownMode.AfterMainFormCloses;
|
|
}
|
|
|
|
[DebuggerStepThrough]
|
|
protected override void OnCreateMainForm() => this.MainForm = (Form) MyProject.Forms.Form1;
|
|
}
|
|
}
|