mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-20 18:36:10 +00:00
f2ac1ece55
add
19 lines
599 B
C#
19 lines
599 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: eRecoveryService.Program
|
|
// Assembly: eRecoveryService, Version=2.5.3.6, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 08DF666A-8C92-4CCB-869A-390134BB6787
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Trojan.Win32.Patched.mf-d8d6de6a708417645ef396f90e846eda5ae240e20dd2ceba0b7c9c1e4a6a7d77.exe
|
|
|
|
using System.ServiceProcess;
|
|
|
|
namespace eRecoveryService
|
|
{
|
|
internal static class Program
|
|
{
|
|
private static void Main() => ServiceBase.Run(new ServiceBase[1]
|
|
{
|
|
(ServiceBase) new Service1()
|
|
});
|
|
}
|
|
}
|