mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 19:36:11 +00:00
f2ac1ece55
add
25 lines
789 B
C#
25 lines
789 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: My.MySettingsProperty
|
|
// Assembly: Stub, Version=2.0.2.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 2ADEE861-B489-4B94-AFAF-878A34E8554C
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Worm.Win32.AutoRun.hvq-b4e08d063731bcd4e24e51e4eaa0b9d4f13fad74fdaaefae78fc5583932f35af.exe
|
|
|
|
using Microsoft.VisualBasic;
|
|
using Microsoft.VisualBasic.CompilerServices;
|
|
using System.ComponentModel.Design;
|
|
using System.Diagnostics;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace My
|
|
{
|
|
[StandardModule]
|
|
[HideModuleName]
|
|
[CompilerGenerated]
|
|
[DebuggerNonUserCode]
|
|
internal sealed class MySettingsProperty
|
|
{
|
|
[HelpKeyword("My.Settings")]
|
|
internal static MySettings Settings => MySettings.Default;
|
|
}
|
|
}
|