mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 19:36:11 +00:00
f2ac1ece55
add
24 lines
740 B
C#
24 lines
740 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: My.MyApplication
|
|
// Assembly: bbsx3kxh, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: FF3146BD-161B-4924-BABD-AF97B1A59012
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Trojan-Dropper.Win32.Injector.oif-6c38ff7447d62661b0227594bb34a43fd9e95cc53db7c375cb079d41ef678d22.exe
|
|
|
|
using Microsoft.VisualBasic.ApplicationServices;
|
|
using System.CodeDom.Compiler;
|
|
using System.ComponentModel;
|
|
using System.Diagnostics;
|
|
|
|
namespace My
|
|
{
|
|
[GeneratedCode("MyTemplate", "8.0.0.0")]
|
|
[EditorBrowsable(EditorBrowsableState.Never)]
|
|
internal class MyApplication : ApplicationBase
|
|
{
|
|
[DebuggerNonUserCode]
|
|
public MyApplication()
|
|
{
|
|
}
|
|
}
|
|
}
|