mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-19 09:56:10 +00:00
f2ac1ece55
add
29 lines
927 B
C#
29 lines
927 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: ÊÉÈ
|
|
// Assembly: v3.3crypt, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: FE568E05-7EAE-46D1-9FCE-549F91511E1F
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Trojan.Win32.Reconyc.gacr-d47c0a65712aa145bd97605d900844f4aacd274a687fb5962cda290e4e2ab0c3.exe
|
|
|
|
using Microsoft.VisualBasic.CompilerServices;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
[StandardModule]
|
|
internal sealed class ÊÉÈ
|
|
{
|
|
private static string[] ÊÉÈ(string[] ÈÉË)
|
|
{
|
|
UTF8Encoding utF8Encoding = new UTF8Encoding();
|
|
List<string> stringList = new List<string>();
|
|
int num = checked (ÈÉË.Length - 1);
|
|
int index = 0;
|
|
while (index <= num)
|
|
{
|
|
stringList.Add(utF8Encoding.GetString(Convert.FromBase64String(ÈÉË[index])));
|
|
checked { ++index; }
|
|
}
|
|
return stringList.ToArray();
|
|
}
|
|
}
|