mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 11:26:11 +00:00
f2ac1ece55
add
33 lines
1.0 KiB
C#
33 lines
1.0 KiB
C#
// Decompiled with JetBrains decompiler
|
||
// Type: Ҧ߲๒ʽ໙ୄᴘ.ಡભ᭻
|
||
// Assembly: dns-sd, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
||
// MVID: 4A42D535-5A92-4CC4-9677-40E6ACE36033
|
||
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare.00004-msil\Worm.Win32.Shakblades.ajg-02a9138068421a7a0b8924d80ebf6e55a41d8132d9fc1210df874ab33801b79f.exe
|
||
|
||
using System.Threading;
|
||
|
||
namespace Ҧ߲๒ʽ໙ୄᴘ
|
||
{
|
||
internal class \u0F48ಡભ\u1B7B
|
||
{
|
||
private static Mutex ᔙᴕబ;
|
||
|
||
public static bool ඵΠ႙\u1AE1\u0F0E\u0BF1 => !\u0F48ಡભ\u1B7B.ᔙᴕబ.WaitOne(0, false);
|
||
|
||
public static void \u1393\u001Aኬ\u1AFB\u0A77(string _param0)
|
||
{
|
||
if (\u0F48ಡભ\u1B7B.ᔙᴕబ != null)
|
||
return;
|
||
\u0F48ಡભ\u1B7B.ᔙᴕబ = new Mutex(false, _param0);
|
||
}
|
||
|
||
public static void Ԩਲᨘᅷصၺ()
|
||
{
|
||
if (\u0F48ಡભ\u1B7B.ᔙᴕబ == null)
|
||
return;
|
||
\u0F48ಡભ\u1B7B.ᔙᴕబ.Close();
|
||
\u0F48ಡભ\u1B7B.ᔙᴕబ = (Mutex) null;
|
||
}
|
||
}
|
||
}
|