MalwareSourceCode/MSIL/Trojan/Win32/L/Trojan.Win32.Llac.biwq-8f2b3db8f733ad7dae55361548b44c61e9ca8357ba241dfd9c7afc95bfda4428/Properties/Resources.cs
2022-08-18 06:28:56 -05:00

49 lines
1.7 KiB
C#

// Decompiled with JetBrains decompiler
// Type: Crypter.Properties.Resources
// Assembly: Crypter, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: BD0FDAD3-CB00-4BD8-957C-14BD08D1C65F
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Trojan.Win32.Llac.biwq-8f2b3db8f733ad7dae55361548b44c61e9ca8357ba241dfd9c7afc95bfda4428.exe
using System.CodeDom.Compiler;
using System.ComponentModel;
using System.Diagnostics;
using System.Globalization;
using System.Resources;
using System.Runtime.CompilerServices;
namespace Crypter.Properties
{
[DebuggerNonUserCode]
[GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[CompilerGenerated]
internal class Resources
{
private static ResourceManager resourceMan;
private static CultureInfo resourceCulture;
internal Resources()
{
}
[EditorBrowsable(EditorBrowsableState.Advanced)]
internal static ResourceManager ResourceManager
{
get
{
if (object.ReferenceEquals((object) Crypter.Properties.Resources.resourceMan, (object) null))
Crypter.Properties.Resources.resourceMan = new ResourceManager("Crypter.Properties.Resources", typeof (Crypter.Properties.Resources).Assembly);
return Crypter.Properties.Resources.resourceMan;
}
}
[EditorBrowsable(EditorBrowsableState.Advanced)]
internal static CultureInfo Culture
{
get => Crypter.Properties.Resources.resourceCulture;
set => Crypter.Properties.Resources.resourceCulture = value;
}
internal static byte[] server => (byte[]) Crypter.Properties.Resources.ResourceManager.GetObject(nameof (server), Crypter.Properties.Resources.resourceCulture);
}
}