mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-22 19:36:11 +00:00
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-00000-msil\Worm.Win32.Shakblades.ajg-9d1b9cde375114da6f4c66efbdae5f5f253766dca1651abfc7c38653f32c21ea.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;
|
|||
|
}
|
|||
|
}
|