mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-19 09:56:10 +00:00
f2ac1ece55
add
25 lines
799 B
C#
25 lines
799 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: stub.My.MySettingsProperty
|
|
// Assembly: stub, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 3D682C4E-BB75-4F82-AFDC-65E8B4031409
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare.00004-msil\Trojan.Win32.Llac.csye-7764f4aeaf305a644b70f22beaf51cde681b4e6fbc68c3e4bcfa2c979a7348ed.exe
|
|
|
|
using Microsoft.VisualBasic;
|
|
using Microsoft.VisualBasic.CompilerServices;
|
|
using System.ComponentModel.Design;
|
|
using System.Diagnostics;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace stub.My
|
|
{
|
|
[StandardModule]
|
|
[CompilerGenerated]
|
|
[DebuggerNonUserCode]
|
|
[HideModuleName]
|
|
internal sealed class MySettingsProperty
|
|
{
|
|
[HelpKeyword("My.Settings")]
|
|
internal static MySettings Settings => MySettings.Default;
|
|
}
|
|
}
|