mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 11:26:11 +00:00
f2ac1ece55
add
25 lines
795 B
C#
25 lines
795 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: Zzz.My.MySettingsProperty
|
|
// Assembly: Zzz, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 86E78790-E618-49B6-A148-3ECDE2D34904
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Trojan.Win32.Llac.ypz-45084cf481824ed81a11380e6c3d84287ef148796d8299306e161ad81504fc74.exe
|
|
|
|
using Microsoft.VisualBasic;
|
|
using Microsoft.VisualBasic.CompilerServices;
|
|
using System.ComponentModel.Design;
|
|
using System.Diagnostics;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace Zzz.My
|
|
{
|
|
[CompilerGenerated]
|
|
[DebuggerNonUserCode]
|
|
[HideModuleName]
|
|
[StandardModule]
|
|
internal sealed class MySettingsProperty
|
|
{
|
|
[HelpKeyword("My.Settings")]
|
|
internal static MySettings Settings => MySettings.Default;
|
|
}
|
|
}
|