mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-25 21:05:28 +00:00
f2ac1ece55
add
47 lines
1.6 KiB
C#
47 lines
1.6 KiB
C#
// Decompiled with JetBrains decompiler
|
|
// Type: Windows.My.Resources.Resources
|
|
// Assembly: Windows, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 79C82968-ACCA-434D-B77A-E6AFF79DFC80
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Trojan.Win32.Scar.oajo-73c2744f575cfc2a701f2e9e007e619bd64c245aa21fa5e718d5bcd65237d589.exe
|
|
|
|
using Microsoft.VisualBasic;
|
|
using Microsoft.VisualBasic.CompilerServices;
|
|
using System.CodeDom.Compiler;
|
|
using System.ComponentModel;
|
|
using System.Diagnostics;
|
|
using System.Globalization;
|
|
using System.Resources;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace Windows.My.Resources
|
|
{
|
|
[DebuggerNonUserCode]
|
|
[GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
|
|
[CompilerGenerated]
|
|
[HideModuleName]
|
|
[StandardModule]
|
|
internal sealed class Resources
|
|
{
|
|
private static ResourceManager resourceMan;
|
|
private static CultureInfo resourceCulture;
|
|
|
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
|
internal static ResourceManager ResourceManager
|
|
{
|
|
get
|
|
{
|
|
if (object.ReferenceEquals((object) Windows.My.Resources.Resources.resourceMan, (object) null))
|
|
Windows.My.Resources.Resources.resourceMan = new ResourceManager("Windows.Resources", typeof (Windows.My.Resources.Resources).Assembly);
|
|
return Windows.My.Resources.Resources.resourceMan;
|
|
}
|
|
}
|
|
|
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
|
internal static CultureInfo Culture
|
|
{
|
|
get => Windows.My.Resources.Resources.resourceCulture;
|
|
set => Windows.My.Resources.Resources.resourceCulture = value;
|
|
}
|
|
}
|
|
}
|