mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-26 13:25:26 +00:00
f2ac1ece55
add
25 lines
802 B
C#
25 lines
802 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: Stub1.My.MySettingsProperty
|
|
// Assembly: Stub1, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 9B260F9E-B637-4FE8-A861-15D68DACD951
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Trojan.Win32.Scar.cmvb-569573b0cae3b5e6bf8021e6d8ae1c973adaaa1b3afb08ee5269323014f3469c.exe
|
|
|
|
using Microsoft.VisualBasic;
|
|
using Microsoft.VisualBasic.CompilerServices;
|
|
using System.ComponentModel.Design;
|
|
using System.Diagnostics;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace Stub1.My
|
|
{
|
|
[StandardModule]
|
|
[HideModuleName]
|
|
[CompilerGenerated]
|
|
[DebuggerNonUserCode]
|
|
internal sealed class MySettingsProperty
|
|
{
|
|
[HelpKeyword("My.Settings")]
|
|
internal static MySettings Settings => MySettings.Default;
|
|
}
|
|
}
|