mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 19:36:11 +00:00
47 lines
1.6 KiB
C#
47 lines
1.6 KiB
C#
|
// Decompiled with JetBrains decompiler
|
|||
|
// Type: Refx.My.Resources.Resources
|
|||
|
// Assembly: Refx, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|||
|
// MVID: 5DD4C44F-C748-4813-B398-D3DE520CF41A
|
|||
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Trojan.Win32.Fsysna.bezr-e553a7902dd2b2c973a97028cc8dc7f1bb82c18b1266abf90d2140ec0b5b3a01.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 Refx.My.Resources
|
|||
|
{
|
|||
|
[GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
|||
|
[StandardModule]
|
|||
|
[HideModuleName]
|
|||
|
[CompilerGenerated]
|
|||
|
[DebuggerNonUserCode]
|
|||
|
internal sealed class Resources
|
|||
|
{
|
|||
|
private static ResourceManager resourceMan;
|
|||
|
private static CultureInfo resourceCulture;
|
|||
|
|
|||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
|||
|
internal static ResourceManager ResourceManager
|
|||
|
{
|
|||
|
get
|
|||
|
{
|
|||
|
if (object.ReferenceEquals((object) Refx.My.Resources.Resources.resourceMan, (object) null))
|
|||
|
Refx.My.Resources.Resources.resourceMan = new ResourceManager("Refx.Resources", typeof (Refx.My.Resources.Resources).Assembly);
|
|||
|
return Refx.My.Resources.Resources.resourceMan;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
|||
|
internal static CultureInfo Culture
|
|||
|
{
|
|||
|
get => Refx.My.Resources.Resources.resourceCulture;
|
|||
|
set => Refx.My.Resources.Resources.resourceCulture = value;
|
|||
|
}
|
|||
|
}
|
|||
|
}
|