mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2025-02-01 06:47:28 +00:00
f2ac1ece55
add
25 lines
799 B
C#
25 lines
799 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: FUD.My.MySettingsProperty
|
|
// Assembly: FUD, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: B2724D87-94C0-4D6D-A3C1-4EC18A6956AE
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Backdoor.Win32.Poison.aec-4886f6c9f45d8971ab31a20a21e3b704c1278d1a1eac172c181a0c1f50c44e49.exe
|
|
|
|
using Microsoft.VisualBasic;
|
|
using Microsoft.VisualBasic.CompilerServices;
|
|
using System.ComponentModel.Design;
|
|
using System.Diagnostics;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace FUD.My
|
|
{
|
|
[StandardModule]
|
|
[DebuggerNonUserCode]
|
|
[HideModuleName]
|
|
[CompilerGenerated]
|
|
internal sealed class MySettingsProperty
|
|
{
|
|
[HelpKeyword("My.Settings")]
|
|
internal static MySettings Settings => MySettings.Default;
|
|
}
|
|
}
|