mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 19:36:11 +00:00
f2ac1ece55
add
25 lines
824 B
C#
25 lines
824 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: WindowsApplication1.My.MySettingsProperty
|
|
// Assembly: services, Version=1.0.0.0, Culture=neutral
|
|
// MVID: B65915CE-7F4E-49F3-904E-5AF96F36C4FD
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare.00004-msil\Trojan-Dropper.Win32.Injector.ecsd-230c64225092a0fc11f7f5d052420a7356ed704e84d016bc8fde666e83b67e43.exe
|
|
|
|
using Microsoft.VisualBasic;
|
|
using Microsoft.VisualBasic.CompilerServices;
|
|
using System.ComponentModel.Design;
|
|
using System.Diagnostics;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace WindowsApplication1.My
|
|
{
|
|
[DebuggerNonUserCode]
|
|
[HideModuleName]
|
|
[CompilerGenerated]
|
|
[StandardModule]
|
|
internal sealed class MySettingsProperty
|
|
{
|
|
[HelpKeyword("My.Settings")]
|
|
internal static MySettings Settings => MySettings.Default;
|
|
}
|
|
}
|