mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2026-06-17 00:09:23 +00:00
f2ac1ece55
add
32 lines
928 B
C#
32 lines
928 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: Msn_Stealer_Stub.My.MySettingsProperty
|
|
// Assembly: Msn Stealer Stub, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 9C3EB139-9674-4DAF-9ABA-838E8B2B4852
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Trojan-PSW.MSIL.FakeMSN.e-a787d18bf4429da8a6a27504a58e9797680eb58b3af28f8c4d8fcc5cc4c4b9f2.exe
|
|
|
|
using Microsoft.VisualBasic;
|
|
using Microsoft.VisualBasic.CompilerServices;
|
|
using System.ComponentModel.Design;
|
|
using System.Diagnostics;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace Msn_Stealer_Stub.My
|
|
{
|
|
[StandardModule]
|
|
[HideModuleName]
|
|
[CompilerGenerated]
|
|
[DebuggerNonUserCode]
|
|
internal sealed class MySettingsProperty
|
|
{
|
|
[HelpKeyword("My.Settings")]
|
|
internal static MySettings Settings
|
|
{
|
|
get
|
|
{
|
|
MySettings settings = MySettings.Default;
|
|
return settings;
|
|
}
|
|
}
|
|
}
|
|
}
|