mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 19:36:11 +00:00
f2ac1ece55
add
32 lines
914 B
C#
32 lines
914 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: WindowsApplication1.My.MySettingsProperty
|
|
// Assembly: Services, Version=1.0.0.0, Culture=neutral
|
|
// MVID: 9B55F703-4EB8-46BB-927B-A4635A31F4B1
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00002-msil\Trojan-Dropper.Win32.Injector.ecsd-79d34bc92c1ccd50c2ace1b8d0affe89f1e3708f29417e71d554c784036e470d.exe
|
|
|
|
using Microsoft.VisualBasic;
|
|
using Microsoft.VisualBasic.CompilerServices;
|
|
using System.ComponentModel.Design;
|
|
using System.Diagnostics;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace WindowsApplication1.My
|
|
{
|
|
[DebuggerNonUserCode]
|
|
[HideModuleName]
|
|
[StandardModule]
|
|
[CompilerGenerated]
|
|
internal sealed class MySettingsProperty
|
|
{
|
|
[HelpKeyword("My.Settings")]
|
|
internal static MySettings Settings
|
|
{
|
|
get
|
|
{
|
|
MySettings settings = MySettings.Default;
|
|
return settings;
|
|
}
|
|
}
|
|
}
|
|
}
|