mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2025-01-12 05:15:28 +00:00
47 lines
1.5 KiB
C#
47 lines
1.5 KiB
C#
|
// Decompiled with JetBrains decompiler
|
|||
|
// Type: mute.Properties.Resources
|
|||
|
// Assembly: explorer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|||
|
// MVID: 772D6407-3F7F-4A01-A630-EF8C6D749DE8
|
|||
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00002-msil\Trojan-Downloader.Win32.FraudLoad.yjmx-bf19859422e8892dcad392d861505005b20bd4fdd2f7d81fdd3c89ab387e68c8.exe
|
|||
|
|
|||
|
using System.CodeDom.Compiler;
|
|||
|
using System.ComponentModel;
|
|||
|
using System.Diagnostics;
|
|||
|
using System.Globalization;
|
|||
|
using System.Resources;
|
|||
|
using System.Runtime.CompilerServices;
|
|||
|
|
|||
|
namespace mute.Properties
|
|||
|
{
|
|||
|
[GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
|
|||
|
[CompilerGenerated]
|
|||
|
[DebuggerNonUserCode]
|
|||
|
internal class Resources
|
|||
|
{
|
|||
|
private static ResourceManager resourceMan;
|
|||
|
private static CultureInfo resourceCulture;
|
|||
|
|
|||
|
internal Resources()
|
|||
|
{
|
|||
|
}
|
|||
|
|
|||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
|||
|
internal static ResourceManager ResourceManager
|
|||
|
{
|
|||
|
get
|
|||
|
{
|
|||
|
if (mute.Properties.Resources.resourceMan == null)
|
|||
|
mute.Properties.Resources.resourceMan = new ResourceManager("mute.Properties.Resources", typeof (mute.Properties.Resources).Assembly);
|
|||
|
return mute.Properties.Resources.resourceMan;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
|||
|
internal static CultureInfo Culture
|
|||
|
{
|
|||
|
get => mute.Properties.Resources.resourceCulture;
|
|||
|
set => mute.Properties.Resources.resourceCulture = value;
|
|||
|
}
|
|||
|
}
|
|||
|
}
|