mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-23 03:46:10 +00:00
f2ac1ece55
add
25 lines
796 B
C#
25 lines
796 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: _2012_D.My.MySettingsProperty
|
|
// Assembly: 2012, Version=0.0.0.0, Culture=neutral
|
|
// MVID: FA8E4D06-4395-4F05-87C3-C4C0E16B54D3
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare.00004-msil\Trojan-Dropper.Win32.Injector.dblt-af55934a52bc3f3a0e8f089418470c5166ba3c5c30f4e4791b66a21fff96e8cf.exe
|
|
|
|
using Microsoft.VisualBasic;
|
|
using Microsoft.VisualBasic.CompilerServices;
|
|
using System.ComponentModel.Design;
|
|
using System.Diagnostics;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace _2012_D.My
|
|
{
|
|
[HideModuleName]
|
|
[DebuggerNonUserCode]
|
|
[StandardModule]
|
|
[CompilerGenerated]
|
|
internal sealed class MySettingsProperty
|
|
{
|
|
[HelpKeyword("My.Settings")]
|
|
internal static MySettings Settings => MySettings.Default;
|
|
}
|
|
}
|