mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 19:36:11 +00:00
f2ac1ece55
add
32 lines
901 B
C#
32 lines
901 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: LFSTweak.My.MySettingsProperty
|
|
// Assembly: LFSTweak, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: C77C2A36-D42F-41E0-A8F4-0FAB7DAB4ECE
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare.00004-msil\Virus.Win32.Sality.sil-52c1c08a641f4eea7c4c4adfe074b30e92d254f958aa67f4b0ded38b7db3a24d.exe
|
|
|
|
using Microsoft.VisualBasic;
|
|
using Microsoft.VisualBasic.CompilerServices;
|
|
using System.ComponentModel.Design;
|
|
using System.Diagnostics;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace LFSTweak.My
|
|
{
|
|
[DebuggerNonUserCode]
|
|
[HideModuleName]
|
|
[StandardModule]
|
|
[CompilerGenerated]
|
|
internal sealed class MySettingsProperty
|
|
{
|
|
[HelpKeyword("My.Settings")]
|
|
internal static MySettings Settings
|
|
{
|
|
get
|
|
{
|
|
MySettings settings = MySettings.Default;
|
|
return settings;
|
|
}
|
|
}
|
|
}
|
|
}
|