MalwareSourceCode/MSIL/Trojan/Win32/P/Trojan.Win32.Patched.mf-e8127d5ac262f8a18c98990240938f5b10bb0eb14e19d9b9912199b94bd711a1/DotfuscatorAttribute.cs

34 lines
956 B
C#
Raw Normal View History

2022-08-18 11:28:56 +00:00
// 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;
}