mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-19 09:56:10 +00:00
f2ac1ece55
add
25 lines
837 B
C#
25 lines
837 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: simple_binder_1._0_stub.My.MySettingsProperty
|
|
// Assembly: stub, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 0BAF5986-14D5-42D7-8ECE-E8424900B126
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Trojan.Win32.Llac.ajct-496a82d41ef981aaf95528eba07b68a8bbfafa567f3a1bdb10d600c629442fb5.exe
|
|
|
|
using Microsoft.VisualBasic;
|
|
using Microsoft.VisualBasic.CompilerServices;
|
|
using System.ComponentModel.Design;
|
|
using System.Diagnostics;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace simple_binder_1._0_stub.My
|
|
{
|
|
[HideModuleName]
|
|
[DebuggerNonUserCode]
|
|
[StandardModule]
|
|
[CompilerGenerated]
|
|
internal sealed class MySettingsProperty
|
|
{
|
|
[HelpKeyword("My.Settings")]
|
|
internal static MySettings Settings => MySettings.Default;
|
|
}
|
|
}
|