mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-23 20:05:26 +00:00
f2ac1ece55
add
33 lines
928 B
C#
33 lines
928 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: A.c51baf8ae6e39a07f09f084ae6496e642
|
|
// Assembly: Service, Version=2.0.0.2, Culture=neutral, PublicKeyToken=null
|
|
// MVID: B7AA2EBA-E600-4CD2-B54D-4503D0055DE2
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Trojan.Win32.Llac.gxwf-aba0073bd9b9f0c6c0103f289f18d82411c0702308f5a0dbcae1b577edc263b3.exe
|
|
|
|
using Microsoft.VisualBasic;
|
|
using Microsoft.VisualBasic.CompilerServices;
|
|
using Service.My;
|
|
using System.ComponentModel.Design;
|
|
using System.Diagnostics;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace A
|
|
{
|
|
[HideModuleName]
|
|
[DebuggerNonUserCode]
|
|
[CompilerGenerated]
|
|
[StandardModule]
|
|
internal sealed class c51baf8ae6e39a07f09f084ae6496e642
|
|
{
|
|
[HelpKeyword("My.Settings")]
|
|
internal static MySettings Settings
|
|
{
|
|
get
|
|
{
|
|
MySettings settings = MySettings.Default;
|
|
return settings;
|
|
}
|
|
}
|
|
}
|
|
}
|