MalwareSourceCode/MSIL/Trojan/Win32/L/Trojan.Win32.Llac.ajli-ac41d99cde54e36a4e446e9c8d3aecae2cd439033b269019f516b141753fb0e6/RC4STUB/My/MySettings.cs
2022-08-18 06:28:56 -05:00

74 lines
2.3 KiB
C#

// Decompiled with JetBrains decompiler
// Type: RC4STUB.My.MySettings
// Assembly: RC4STUB, Version=1.0.0.0, Culture=neutral, PublicKeyToken=4bd99f8fe4adcd07
// MVID: DA5B8577-1DEE-425A-83B8-F58DDD172F9B
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare.00004-msil\Trojan.Win32.Llac.ajli-ac41d99cde54e36a4e446e9c8d3aecae2cd439033b269019f516b141753fb0e6.exe
using \u0005;
using Microsoft.VisualBasic.ApplicationServices;
using System;
using System.CodeDom.Compiler;
using System.ComponentModel;
using System.Configuration;
using System.Diagnostics;
using System.Runtime.CompilerServices;
namespace RC4STUB.My
{
[GeneratedCode("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")]
[EditorBrowsable(EditorBrowsableState.Advanced)]
[CompilerGenerated]
internal sealed class MySettings : ApplicationSettingsBase
{
private static MySettings \u0001 = (MySettings) \u0011\u0003.\u0013\u0004((SettingsBase) new MySettings());
private static bool \u0001;
private static object \u0001 = \u0002\u0003.\u008C\u0003(new object());
[DebuggerNonUserCode]
public MySettings()
{
}
[DebuggerNonUserCode]
[EditorBrowsable(EditorBrowsableState.Advanced)]
private static void \u0003(object sender, EventArgs e)
{
if (!\u0090.\u007E\u0014((object) \u0001.\u0003()))
return;
// ISSUE: reference to a compiler-generated method
\u0008\u0002.\u007E\u0015\u0004((object) \u0003.\u0003());
}
public static MySettings Default
{
get
{
if (!MySettings.\u0001)
{
object obj = MySettings.\u0001;
\u0008\u0002.\u001F(obj);
\u0008\u0002.\u0092\u0002(obj);
try
{
if (!MySettings.\u0001)
{
\u0094.\u007E\u000F((object) \u0001.\u0003(), (ShutdownEventHandler) ((sender, e) =>
{
if (!\u0090.\u007E\u0014((object) \u0001.\u0003()))
return;
\u0008\u0002.\u007E\u0015\u0004((object) \u0003.\u0003());
}));
MySettings.\u0001 = true;
}
}
finally
{
\u0008\u0002.\u0093\u0002(obj);
}
}
return MySettings.\u0001;
}
}
}
}