mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2026-06-17 00:09:23 +00:00
f2ac1ece55
add
25 lines
828 B
C#
25 lines
828 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: WindowsApplication1.My.MySettingsProperty
|
|
// Assembly: stub, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: E0421F62-5803-4AAF-A314-3F2E7ED45014
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Trojan.MSIL.Crypt.adf-b082ce7357282fc049f8687d917e331ad92fe980ca85c0fdb54278a0c8189119.exe
|
|
|
|
using Microsoft.VisualBasic;
|
|
using Microsoft.VisualBasic.CompilerServices;
|
|
using System.ComponentModel.Design;
|
|
using System.Diagnostics;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace WindowsApplication1.My
|
|
{
|
|
[StandardModule]
|
|
[DebuggerNonUserCode]
|
|
[HideModuleName]
|
|
[CompilerGenerated]
|
|
internal sealed class MySettingsProperty
|
|
{
|
|
[HelpKeyword("My.Settings")]
|
|
internal static MySettings Settings => MySettings.Default;
|
|
}
|
|
}
|