mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 11:26:11 +00:00
f2ac1ece55
add
32 lines
891 B
C#
32 lines
891 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: mini.My.MySettingsProperty
|
|
// Assembly: mini, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 952B6C26-6BED-4AA4-A7C3-6C9D321E8DF3
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Trojan.Win32.Fsysna.diom-a5ef4d55c96aca6699873bba5d26645f4e3270ab2122ef8929a443cfb34a5a45.exe
|
|
|
|
using Microsoft.VisualBasic;
|
|
using Microsoft.VisualBasic.CompilerServices;
|
|
using System.ComponentModel.Design;
|
|
using System.Diagnostics;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace mini.My
|
|
{
|
|
[CompilerGenerated]
|
|
[StandardModule]
|
|
[DebuggerNonUserCode]
|
|
[HideModuleName]
|
|
internal sealed class MySettingsProperty
|
|
{
|
|
[HelpKeyword("My.Settings")]
|
|
internal static MySettings Settings
|
|
{
|
|
get
|
|
{
|
|
MySettings settings = MySettings.Default;
|
|
return settings;
|
|
}
|
|
}
|
|
}
|
|
}
|