mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2025-01-05 01:45:27 +00:00
f2ac1ece55
add
32 lines
900 B
C#
32 lines
900 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: svchost.My.MySettingsProperty
|
|
// Assembly: svchost, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 6DDBD699-C351-46D2-B577-5A47AADA2B4A
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare.00004-msil\Trojan.Win32.Fsysna.aosz-f36b3708132e2fa5f4ec88bd5083bea5f9eec00306e2cfb2271ed154a4173bfb.exe
|
|
|
|
using Microsoft.VisualBasic;
|
|
using Microsoft.VisualBasic.CompilerServices;
|
|
using System.ComponentModel.Design;
|
|
using System.Diagnostics;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace svchost.My
|
|
{
|
|
[StandardModule]
|
|
[CompilerGenerated]
|
|
[DebuggerNonUserCode]
|
|
[HideModuleName]
|
|
internal sealed class MySettingsProperty
|
|
{
|
|
[HelpKeyword("My.Settings")]
|
|
internal static MySettings Settings
|
|
{
|
|
get
|
|
{
|
|
MySettings settings = MySettings.Default;
|
|
return settings;
|
|
}
|
|
}
|
|
}
|
|
}
|