mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-19 09:56:10 +00:00
24 lines
778 B
C#
24 lines
778 B
C#
|
// Decompiled with JetBrains decompiler
|
|||
|
// Type: ConsoleApplication1.My.MyApplication
|
|||
|
// Assembly: WebServer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|||
|
// MVID: 043129F4-C961-4DF7-9AE5-51E1A9EDC384
|
|||
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Trojan.Win32.VkHost.dvc-cebd5866bd3a8ab16d1ffbabeabc73e1b262382f3473ba551e2b95a3bcc567f3.exe
|
|||
|
|
|||
|
using Microsoft.VisualBasic.ApplicationServices;
|
|||
|
using System.CodeDom.Compiler;
|
|||
|
using System.ComponentModel;
|
|||
|
using System.Diagnostics;
|
|||
|
|
|||
|
namespace ConsoleApplication1.My
|
|||
|
{
|
|||
|
[EditorBrowsable(EditorBrowsableState.Never)]
|
|||
|
[GeneratedCode("MyTemplate", "8.0.0.0")]
|
|||
|
internal class MyApplication : ConsoleApplicationBase
|
|||
|
{
|
|||
|
[DebuggerNonUserCode]
|
|||
|
public MyApplication()
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
}
|