mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-20 18:36:10 +00:00
f2ac1ece55
add
36 lines
838 B
C#
36 lines
838 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: aaa
|
|
// 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.Runtime.CompilerServices;
|
|
|
|
internal class aaa
|
|
{
|
|
private int a;
|
|
private string b;
|
|
private string c;
|
|
private string d;
|
|
|
|
public aaa(int A_0, string A_1, string A_2, string A_3)
|
|
{
|
|
this.a = A_0;
|
|
this.b = A_1;
|
|
this.c = A_2;
|
|
this.d = A_3;
|
|
}
|
|
|
|
[SpecialName]
|
|
public int a() => this.a;
|
|
|
|
[SpecialName]
|
|
public string c() => this.b;
|
|
|
|
[SpecialName]
|
|
public string b() => this.c;
|
|
|
|
[SpecialName]
|
|
public string d() => this.d;
|
|
}
|