mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2025-01-04 09:25:27 +00:00
f2ac1ece55
add
29 lines
1.2 KiB
C#
29 lines
1.2 KiB
C#
// Decompiled with JetBrains decompiler
|
|
// Type: VMS.OSP.Properties.Settings
|
|
// Assembly: VMS.OSP.Service, Version=1.4.2.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 7B29B897-26BF-407B-B0D0-14253383A174
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Trojan.Win32.Patched.mf-06a1c79ea1bf078d9f5816243d6887697530720ed581c2975d99154e2a24648f.exe
|
|
|
|
using System.CodeDom.Compiler;
|
|
using System.Configuration;
|
|
using System.Diagnostics;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace VMS.OSP.Properties
|
|
{
|
|
[CompilerGenerated]
|
|
[GeneratedCode("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0")]
|
|
internal sealed class Settings : ApplicationSettingsBase
|
|
{
|
|
private static Settings defaultInstance = (Settings) SettingsBase.Synchronized((SettingsBase) new Settings());
|
|
|
|
public static Settings Default => Settings.defaultInstance;
|
|
|
|
[SpecialSetting(SpecialSetting.WebServiceUrl)]
|
|
[DefaultSettingValue("http://localhost:4254/OSPServices/Inventory.asmx")]
|
|
[ApplicationScopedSetting]
|
|
[DebuggerNonUserCode]
|
|
public string VMS_OSP_Service_Inventory_Inventory => (string) this[nameof (VMS_OSP_Service_Inventory_Inventory)];
|
|
}
|
|
}
|