1
0
Fork 0
forked from aly/qstbak

muffin v7.5.11

This commit is contained in:
alydev 2026-08-17 20:29:32 +10:00
parent addf2d530f
commit 3102923ce2
522 changed files with 41082 additions and 211592 deletions

View file

@ -1,64 +1,30 @@
using System;
using System.Runtime.CompilerServices;
namespace Questionable.FatePaths;
internal static class PathBundleSecret
{
private static readonly byte[] A;
private static readonly byte[] A = new byte[32]
{
184, 146, 158, 4, 12, 188, 14, 129, 154, 207,
124, 249, 11, 86, 207, 158, 174, 9, 114, 165,
243, 163, 70, 242, 33, 231, 45, 140, 119, 185,
162, 26
};
private static readonly byte[] B;
private static readonly byte[] B = new byte[32]
{
150, 86, 230, 115, 69, 121, 30, 79, 176, 162,
216, 139, 248, 83, 68, 111, 173, 223, 203, 79,
42, 143, 208, 219, 192, 216, 102, 249, 57, 147,
95, 21
};
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];
_206D_202B_202B_206F_202C_206D_200C_206E_202C_202E_200D_200F_202B_200C_200C_206D_202C_206F_206A_202E_206F_206B_200C_200D_206E_200C_206C_200B_200E_200F_202C_200F_200D_200D_200F_202E_200B_200D_206D_202A_202E((Array)array, (RuntimeFieldHandle)/*OpCode not supported: LdMemberToken*/);
A = array;
byte[] array2 = new byte[32];
_206D_202B_202B_206F_202C_206D_200C_206E_202C_202E_200D_200F_202B_200C_200C_206D_202C_206F_206A_202E_206F_206B_200C_200D_206E_200C_206C_200B_200E_200F_202C_200F_200D_200D_200F_202E_200B_200D_206D_202A_202E((Array)array2, (RuntimeFieldHandle)/*OpCode not supported: LdMemberToken*/);
B = array2;
}
static void _206D_202B_202B_206F_202C_206D_200C_206E_202C_202E_200D_200F_202B_200C_200C_206D_202C_206F_206A_202E_206F_206B_200C_200D_206E_200C_206C_200B_200E_200F_202C_200F_200D_200D_200F_202E_200B_200D_206D_202A_202E(Array P_0, RuntimeFieldHandle P_1)
{
RuntimeHelpers.InitializeArray(P_0, P_1);
return array;
}
}