mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 19:36:11 +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-11c830b14a7f7fa5e638e993bfad14368652dc14146a3a0f4078ff2c21428131.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;
|
|
}
|
|
}
|