mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-20 18:36:10 +00:00
f2ac1ece55
add
19 lines
600 B
C#
19 lines
600 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: VMS.OSService.VMSOSPStartup
|
|
// Assembly: VMS.OSP.Service, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 7B29B897-26BF-407B-B0D0-14253383A174
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Trojan.Win32.Patched.mf-06a1c79ea1bf078d9f5816243d6887697530720ed581c2975d99154e2a24648f.exe
|
|
|
|
using System.ServiceProcess;
|
|
|
|
namespace VMS.OSService
|
|
{
|
|
public class VMSOSPStartup
|
|
{
|
|
private static void Main() => ServiceBase.Run(new ServiceBase[1]
|
|
{
|
|
(ServiceBase) new VMSOSPService()
|
|
});
|
|
}
|
|
}
|