mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2025-01-20 00:58:52 +00:00
f2ac1ece55
add
25 lines
843 B
C#
25 lines
843 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: Server_Undetecter.My.MySettingsProperty
|
|
// Assembly: Server Undetecter, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: D5DD5A11-3E2A-4F57-B42E-07C8FDDA9C7E
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Backdoor.Win32.Turkojan.zwh-5af17d13c3e916217850f653e93ff6551f2e2da64506ec4362f38396c7d2d2df.exe
|
|
|
|
using Microsoft.VisualBasic;
|
|
using Microsoft.VisualBasic.CompilerServices;
|
|
using System.ComponentModel.Design;
|
|
using System.Diagnostics;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace Server_Undetecter.My
|
|
{
|
|
[CompilerGenerated]
|
|
[StandardModule]
|
|
[HideModuleName]
|
|
[DebuggerNonUserCode]
|
|
internal sealed class MySettingsProperty
|
|
{
|
|
[HelpKeyword("My.Settings")]
|
|
internal static MySettings Settings => MySettings.Default;
|
|
}
|
|
}
|