mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-21 02:46:10 +00:00
32 lines
940 B
C#
32 lines
940 B
C#
|
// Decompiled with JetBrains decompiler
|
|||
|
// Type: Facebook_Hacker_V._9.My.MySettingsProperty
|
|||
|
// Assembly: Facebook_Hacker_V._9, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|||
|
// MVID: CFD63BAC-76DE-4D07-BDC2-B460826D976D
|
|||
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare.00004-msil\HackTool.Win32.Koobface.a-7b67369767465c4cc73553b90c445907f437ba1ed890c405e2e6b415ec618332.exe
|
|||
|
|
|||
|
using Microsoft.VisualBasic;
|
|||
|
using Microsoft.VisualBasic.CompilerServices;
|
|||
|
using System.ComponentModel.Design;
|
|||
|
using System.Diagnostics;
|
|||
|
using System.Runtime.CompilerServices;
|
|||
|
|
|||
|
namespace Facebook_Hacker_V._9.My
|
|||
|
{
|
|||
|
[StandardModule]
|
|||
|
[DebuggerNonUserCode]
|
|||
|
[HideModuleName]
|
|||
|
[CompilerGenerated]
|
|||
|
internal sealed class MySettingsProperty
|
|||
|
{
|
|||
|
[HelpKeyword("My.Settings")]
|
|||
|
internal static MySettings Settings
|
|||
|
{
|
|||
|
get
|
|||
|
{
|
|||
|
MySettings settings = MySettings.Default;
|
|||
|
return settings;
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
}
|