mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-26 13:25:26 +00:00
34 lines
956 B
C#
34 lines
956 B
C#
|
// Decompiled with JetBrains decompiler
|
|||
|
// Type: DotfuscatorAttribute
|
|||
|
// Assembly: SpeechGridService, Version=1.0.0.81, Culture=neutral, PublicKeyToken=0b1522110151bc44
|
|||
|
// MVID: EC73F2A1-74C8-4B65-87F0-244E72253AC2
|
|||
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Trojan.Win32.Patched.mf-e8127d5ac262f8a18c98990240938f5b10bb0eb14e19d9b9912199b94bd711a1.exe
|
|||
|
|
|||
|
using System;
|
|||
|
using System.Runtime.InteropServices;
|
|||
|
|
|||
|
[AttributeUsage(AttributeTargets.Assembly)]
|
|||
|
[ComVisible(false)]
|
|||
|
public sealed class DotfuscatorAttribute : Attribute
|
|||
|
{
|
|||
|
private string a;
|
|||
|
private int c;
|
|||
|
|
|||
|
public DotfuscatorAttribute(string a, int c)
|
|||
|
{
|
|||
|
DotfuscatorAttribute dotfuscatorAttribute = this;
|
|||
|
// ISSUE: explicit constructor call
|
|||
|
dotfuscatorAttribute.\u002Ector();
|
|||
|
dotfuscatorAttribute.a = a;
|
|||
|
this.c = c;
|
|||
|
}
|
|||
|
|
|||
|
public string A => this.a;
|
|||
|
|
|||
|
public string a() => this.a;
|
|||
|
|
|||
|
public int C => this.c;
|
|||
|
|
|||
|
public int c() => this.c;
|
|||
|
}
|