mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-19 01:46:09 +00:00
f2ac1ece55
add
25 lines
835 B
C#
25 lines
835 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: ConsoleApplication1.My.MySettingsProperty
|
|
// Assembly: WebServer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 043129F4-C961-4DF7-9AE5-51E1A9EDC384
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Trojan.Win32.VkHost.dvc-cebd5866bd3a8ab16d1ffbabeabc73e1b262382f3473ba551e2b95a3bcc567f3.exe
|
|
|
|
using Microsoft.VisualBasic;
|
|
using Microsoft.VisualBasic.CompilerServices;
|
|
using System.ComponentModel.Design;
|
|
using System.Diagnostics;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace ConsoleApplication1.My
|
|
{
|
|
[CompilerGenerated]
|
|
[HideModuleName]
|
|
[DebuggerNonUserCode]
|
|
[StandardModule]
|
|
internal sealed class MySettingsProperty
|
|
{
|
|
[HelpKeyword("My.Settings")]
|
|
internal static MySettings Settings => MySettings.Default;
|
|
}
|
|
}
|