mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 11:26:11 +00:00
25 lines
822 B
C#
25 lines
822 B
C#
|
// Decompiled with JetBrains decompiler
|
|||
|
// Type: Binder_Stub.My.MySettingsProperty
|
|||
|
// Assembly: Binder Stub, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|||
|
// MVID: 43E2AE62-0C7A-43F6-8745-1964EA1123A8
|
|||
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00002-msil\Trojan.Win32.Fsysna.dgwf-9601ce4cab3d4141f8b4586bba6597f0fd1c84e9207275b62fcdb8a3e898786f.exe
|
|||
|
|
|||
|
using Microsoft.VisualBasic;
|
|||
|
using Microsoft.VisualBasic.CompilerServices;
|
|||
|
using System.ComponentModel.Design;
|
|||
|
using System.Diagnostics;
|
|||
|
using System.Runtime.CompilerServices;
|
|||
|
|
|||
|
namespace Binder_Stub.My
|
|||
|
{
|
|||
|
[CompilerGenerated]
|
|||
|
[DebuggerNonUserCode]
|
|||
|
[HideModuleName]
|
|||
|
[StandardModule]
|
|||
|
internal sealed class MySettingsProperty
|
|||
|
{
|
|||
|
[HelpKeyword("My.Settings")]
|
|||
|
internal static MySettings Settings => MySettings.Default;
|
|||
|
}
|
|||
|
}
|