mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-24 12:25:29 +00:00
46 lines
1.2 KiB
C#
46 lines
1.2 KiB
C#
|
// Decompiled with JetBrains decompiler
|
|||
|
// Type: .
|
|||
|
// Assembly: syncuiLoader, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
|
|||
|
// MVID: F112AE9C-7564-463C-8834-3BB2BC4FBE1B
|
|||
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Trojan.Win32.Llac.aamy-d1153c91831872cfeacf510426d9b4752eab5933102816559dcd2628b12a7253.exe
|
|||
|
|
|||
|
using \u0002;
|
|||
|
using System;
|
|||
|
using System.Runtime.CompilerServices;
|
|||
|
using System.Runtime.InteropServices;
|
|||
|
|
|||
|
namespace \u0004
|
|||
|
{
|
|||
|
internal sealed class \u0001 : EventArgs
|
|||
|
{
|
|||
|
private \u0004 \u0001;
|
|||
|
private bool \u0001;
|
|||
|
private string \u0001 = string.Empty;
|
|||
|
private string \u0002 = string.Empty;
|
|||
|
|
|||
|
[SpecialName]
|
|||
|
public \u0004 \u0003() => this.\u0001;
|
|||
|
|
|||
|
[SpecialName]
|
|||
|
public bool \u0003() => this.\u0001;
|
|||
|
|
|||
|
[SpecialName]
|
|||
|
public string \u0003() => this.\u0001;
|
|||
|
|
|||
|
[SpecialName]
|
|||
|
public void \u0003([In] string obj0) => this.\u0002 = obj0;
|
|||
|
|
|||
|
internal \u0001([In] \u0004 obj0)
|
|||
|
: this(obj0, string.Empty)
|
|||
|
{
|
|||
|
}
|
|||
|
|
|||
|
internal \u0001([In] \u0004 obj0, [In] string obj1)
|
|||
|
{
|
|||
|
this.\u0001 = obj0;
|
|||
|
this.\u0001 = obj1 != null && obj1.Length > 0;
|
|||
|
this.\u0001 = obj1;
|
|||
|
}
|
|||
|
}
|
|||
|
}
|