mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-26 13:25:26 +00:00
16 lines
527 B
C#
16 lines
527 B
C#
|
// Decompiled with JetBrains decompiler
|
|||
|
// Type: x
|
|||
|
// Assembly: SpeechGridService, Version=1.0.0.81, Culture=neutral, PublicKeyToken=0b1522110151bc44
|
|||
|
// MVID: EC73F2A1-74C8-4B65-87F0-244E72253AC2
|
|||
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Trojan.Win32.Patched.mf-e8127d5ac262f8a18c98990240938f5b10bb0eb14e19d9b9912199b94bd711a1.exe
|
|||
|
|
|||
|
using System.ServiceProcess;
|
|||
|
|
|||
|
public static class x
|
|||
|
{
|
|||
|
public static void a() => ServiceBase.Run(new ServiceBase[1]
|
|||
|
{
|
|||
|
(ServiceBase) new ai()
|
|||
|
});
|
|||
|
}
|