mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-19 18:06:10 +00:00
f2ac1ece55
add
20 lines
819 B
C#
20 lines
819 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: Microsoft.Build.Shared.AssemblyResources
|
|
// Assembly: MSBuild, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
|
// MVID: E42BAB90-704E-4C03-B5C0-D4E3A6B884E3
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Virus.Win32.Nimnul.c-d5c6463b93131b3c485115414cf5809e01323986e3d4274a4868222cbb54aa43.exe
|
|
|
|
using System.Globalization;
|
|
using System.Reflection;
|
|
using System.Resources;
|
|
|
|
namespace Microsoft.Build.Shared
|
|
{
|
|
internal static class AssemblyResources
|
|
{
|
|
private static readonly ResourceManager resources = new ResourceManager("MSBuild.Strings", Assembly.GetExecutingAssembly());
|
|
|
|
internal static string GetString(string name) => AssemblyResources.resources.GetString(name, CultureInfo.CurrentUICulture);
|
|
}
|
|
}
|