mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 03:16:11 +00:00
f2ac1ece55
add
25 lines
823 B
C#
25 lines
823 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: Gusanito.com.My.MySettingsProperty
|
|
// Assembly: Gusanito.com, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 400B3F11-2401-4766-8C54-D7D387751E86
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare.00004-msil\Trojan.Win32.Qhost.aph-b3f918da151d54c153dbcbd6397a06865ec2d0e7fc43cb986d982b16e703ac2f.exe
|
|
|
|
using Microsoft.VisualBasic;
|
|
using Microsoft.VisualBasic.CompilerServices;
|
|
using System.ComponentModel.Design;
|
|
using System.Diagnostics;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace Gusanito.com.My
|
|
{
|
|
[HideModuleName]
|
|
[DebuggerNonUserCode]
|
|
[StandardModule]
|
|
[CompilerGenerated]
|
|
internal sealed class MySettingsProperty
|
|
{
|
|
[HelpKeyword("My.Settings")]
|
|
internal static MySettings Settings => MySettings.Default;
|
|
}
|
|
}
|