mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2025-01-30 22:15:07 +00:00
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()
|
|||
|
});
|
|||
|
}
|
|||
|
}
|