mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-23 03:46:10 +00:00
19 lines
678 B
C#
19 lines
678 B
C#
|
// Decompiled with JetBrains decompiler
|
|||
|
// Type: OnlineBackup.SchedulerService.Program
|
|||
|
// Assembly: OnlineBackup.SchedulerService, Version=1.0.0.2239, Culture=neutral, PublicKeyToken=null
|
|||
|
// MVID: 957E6A86-11F3-41A3-AA04-CA4B20FE5494
|
|||
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Packed.Win32.Katusha.b-66626718efb1bc294ca4154d634f0bc3bcf8a0aa5f41503d7aa582fb7920e9f4.exe
|
|||
|
|
|||
|
using System.ServiceProcess;
|
|||
|
|
|||
|
namespace OnlineBackup.SchedulerService
|
|||
|
{
|
|||
|
internal static class Program
|
|||
|
{
|
|||
|
private static void Main() => ServiceBase.Run(new ServiceBase[1]
|
|||
|
{
|
|||
|
(ServiceBase) new OnlineBackup.SchedulerService.SchedulerService()
|
|||
|
});
|
|||
|
}
|
|||
|
}
|