mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 19:36:11 +00:00
49 lines
1.5 KiB
C#
49 lines
1.5 KiB
C#
|
// Decompiled with JetBrains decompiler
|
|||
|
// Type: Osmanlı_Stub.My.MyApplication
|
|||
|
// Assembly: Osmanlı Stub, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
|
|||
|
// MVID: 937F28D1-1BFB-4A0E-974D-3E388D9C91D5
|
|||
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Trojan.Win32.Llac.zwx-071cfdf6bc27780f3c6f3d3ef53675370ed0b07877db7923820db24730e5634f.exe
|
|||
|
|
|||
|
using Microsoft.VisualBasic.ApplicationServices;
|
|||
|
using System;
|
|||
|
using System.CodeDom.Compiler;
|
|||
|
using System.ComponentModel;
|
|||
|
using System.Diagnostics;
|
|||
|
using System.Windows.Forms;
|
|||
|
|
|||
|
namespace Osmanlı_Stub.My
|
|||
|
{
|
|||
|
[GeneratedCode("MyTemplate", "8.0.0.0")]
|
|||
|
[EditorBrowsable(EditorBrowsableState.Never)]
|
|||
|
internal class MyApplication : WindowsFormsApplicationBase
|
|||
|
{
|
|||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
|||
|
[DebuggerHidden]
|
|||
|
[STAThread]
|
|||
|
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 = false;
|
|||
|
this.SaveMySettingsOnExit = true;
|
|||
|
this.ShutdownStyle = ShutdownMode.AfterMainFormCloses;
|
|||
|
}
|
|||
|
|
|||
|
[DebuggerStepThrough]
|
|||
|
protected override void OnCreateMainForm() => this.MainForm = (Form) MyProject.Forms.Module1;
|
|||
|
}
|
|||
|
}
|