muffin v7.5.11
This commit is contained in:
parent
addf2d530f
commit
3102923ce2
522 changed files with 41082 additions and 211592 deletions
|
|
@ -1,64 +1,30 @@
|
|||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace Questionable.GatheringPaths;
|
||||
|
||||
internal static class PathBundleSecret
|
||||
{
|
||||
private static readonly byte[] A;
|
||||
private static readonly byte[] A = new byte[32]
|
||||
{
|
||||
145, 72, 249, 36, 189, 185, 130, 238, 193, 10,
|
||||
202, 232, 4, 205, 253, 37, 116, 120, 105, 80,
|
||||
155, 225, 237, 122, 124, 183, 185, 180, 222, 128,
|
||||
163, 58
|
||||
};
|
||||
|
||||
private static readonly byte[] B;
|
||||
private static readonly byte[] B = new byte[32]
|
||||
{
|
||||
38, 241, 153, 134, 236, 129, 153, 181, 53, 177,
|
||||
92, 29, 47, 248, 180, 1, 80, 8, 68, 19,
|
||||
82, 214, 85, 67, 101, 195, 46, 138, 196, 69,
|
||||
206, 117
|
||||
};
|
||||
|
||||
internal static byte[] Key()
|
||||
{
|
||||
byte[] array = new byte[A.Length];
|
||||
int num = 0;
|
||||
int num2 = -1653942217;
|
||||
while (true)
|
||||
for (int i = 0; i < array.Length; i++)
|
||||
{
|
||||
int num3 = num2;
|
||||
int num4 = -1653942219;
|
||||
int num5 = num3;
|
||||
switch ((num5 | num4) - (num5 & num4))
|
||||
{
|
||||
case 3:
|
||||
num2 = -1653942217;
|
||||
break;
|
||||
case 2:
|
||||
num2 = ((num < array.Length) ? (-1653942220) : (-1653942219));
|
||||
break;
|
||||
case 0:
|
||||
return array;
|
||||
case 1:
|
||||
{
|
||||
int num6 = num;
|
||||
byte num7 = A[num];
|
||||
num4 = B[num];
|
||||
num5 = num7;
|
||||
array[num6] = (byte)((num5 | num4) - (num5 & num4));
|
||||
int num8 = num;
|
||||
num4 = 1;
|
||||
num5 = num8;
|
||||
num = (num5 | num4) + (num5 & num4);
|
||||
num2 = -1653942217;
|
||||
break;
|
||||
}
|
||||
}
|
||||
array[i] = (byte)(A[i] ^ B[i]);
|
||||
}
|
||||
}
|
||||
|
||||
static PathBundleSecret()
|
||||
{
|
||||
byte[] array = new byte[32];
|
||||
_200C_200B_206F_200D_202D_200C_200D_202D_206E_206B_202D_206A_206A_206E_206E_200F_200C_202B_206E_202A_200E_200D_202C_202D_202E_202B_200C_206F_206D_206F_202A_206A_206D_200C_206C_202B_206F_200E_202C_206F_202E((Array)array, (RuntimeFieldHandle)/*OpCode not supported: LdMemberToken*/);
|
||||
A = array;
|
||||
byte[] array2 = new byte[32];
|
||||
_200C_200B_206F_200D_202D_200C_200D_202D_206E_206B_202D_206A_206A_206E_206E_200F_200C_202B_206E_202A_200E_200D_202C_202D_202E_202B_200C_206F_206D_206F_202A_206A_206D_200C_206C_202B_206F_200E_202C_206F_202E((Array)array2, (RuntimeFieldHandle)/*OpCode not supported: LdMemberToken*/);
|
||||
B = array2;
|
||||
}
|
||||
|
||||
static void _200C_200B_206F_200D_202D_200C_200D_202D_206E_206B_202D_206A_206A_206E_206E_200F_200C_202B_206E_202A_200E_200D_202C_202D_202E_202B_200C_206F_206D_206F_202A_206A_206D_200C_206C_202B_206F_200E_202C_206F_202E(Array P_0, RuntimeFieldHandle P_1)
|
||||
{
|
||||
RuntimeHelpers.InitializeArray(P_0, P_1);
|
||||
return array;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue