mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 19:36:11 +00:00
34 lines
1.2 KiB
C#
34 lines
1.2 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.Runtime.InteropServices;
|
|||
|
using System.Text;
|
|||
|
|
|||
|
namespace Ҧ߲๒ʽ໙ୄᴘ
|
|||
|
{
|
|||
|
internal class \u0BCF
|
|||
|
{
|
|||
|
private const uint ଫᛰ\u139Eਗ = 1024;
|
|||
|
private const uint ងߦĢ๐ = 4098;
|
|||
|
|
|||
|
[DllImport("kernel32.dll", EntryPoint = "GetLocaleInfo")]
|
|||
|
private static extern int ṟ\u0F07صႄȷ\u18ACᤖ(
|
|||
|
uint _param0,
|
|||
|
uint _param1,
|
|||
|
[Out] StringBuilder ҒʼnƔ,
|
|||
|
int _param3);
|
|||
|
|
|||
|
private static string ᚣᎠ᪒е(uint Ḷౘᚁᨁኢࢥᄂᴹ)
|
|||
|
{
|
|||
|
StringBuilder ҒʼnƔ = new StringBuilder(256);
|
|||
|
int num = \u0BCF.ṟ\u0F07صႄȷ\u18ACᤖ(1024U, Ḷౘᚁᨁኢࢥᄂᴹ, ҒʼnƔ, ҒʼnƔ.Capacity);
|
|||
|
return num > 0 ? ҒʼnƔ.ToString().Substring(0, num - 1) : string.Empty;
|
|||
|
}
|
|||
|
|
|||
|
public static string \u1819ᮋ() => \u0BCF.ᚣᎠ᪒е(4098U);
|
|||
|
}
|
|||
|
}
|