This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,20 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000008 RID: 8
internal class AddressAttribute : Attribute
{
// Token: 0x04000008 RID: 8
public string RVA;
// Token: 0x04000009 RID: 9
public string Offset;
// Token: 0x0400000A RID: 10
public string VA;
// Token: 0x0400000B RID: 11
public string Slot;
}
}
@@ -0,0 +1,14 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x0200000D RID: 13
internal class AnalysisFailedException : Exception
{
// Token: 0x06000012 RID: 18 RVA: 0x00002076 File Offset: 0x00000276
public AnalysisFailedException(string message)
: base(message)
{
}
}
}
@@ -0,0 +1,17 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x0200000A RID: 10
internal class AttributeAttribute : Attribute
{
// Token: 0x0400000D RID: 13
public string Name;
// Token: 0x0400000E RID: 14
public string RVA;
// Token: 0x0400000F RID: 15
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x02000009 RID: 9
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x0400000C RID: 12
public string Offset;
}
}
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x0200000B RID: 11
internal class MetadataOffsetAttribute : Attribute
{
// Token: 0x04000010 RID: 16
public string Offset;
}
}
+11
View File
@@ -0,0 +1,11 @@
using System;
namespace Cpp2IlInjected
{
// Token: 0x0200000C RID: 12
internal class TokenAttribute : Attribute
{
// Token: 0x04000011 RID: 17
public string Token;
}
}
+49
View File
@@ -0,0 +1,49 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
using Mono.Math;
// Token: 0x02000004 RID: 4
[Token(Token = "0x2000004")]
[StructLayout(3, CharSet = CharSet.Auto)]
public class FFAFDAOBAHN
{
// Token: 0x06000008 RID: 8 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000008")]
[Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")]
public FFAFDAOBAHN()
{
}
// Token: 0x0600000A RID: 10 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600000A")]
[Address(RVA = "0x122C390", Offset = "0x122B390", VA = "0x18122C390")]
private static string IHFKDHGIIEJ(byte[] FOJLJNMAJLC)
{
return null;
}
// Token: 0x0600000B RID: 11 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600000B")]
[Address(RVA = "0x122C490", Offset = "0x122B490", VA = "0x18122C490")]
public static string PAMIGJPGHHB(byte[] MGPDDEMABPB, bool KOILKPGDKMG)
{
return null;
}
// Token: 0x04000003 RID: 3
[Token(Token = "0x4000003")]
private static byte[] OHCLMBBDJLC;
// Token: 0x04000004 RID: 4
[Token(Token = "0x4000004")]
private static int NJPHPOMKGAO;
// Token: 0x04000005 RID: 5
[Token(Token = "0x4000005")]
private static int NCHLFMFMLBC;
// Token: 0x04000006 RID: 6
[Token(Token = "0x4000006")]
private static BigInteger AEEDJIDCNEO;
}
+16
View File
@@ -0,0 +1,16 @@
using System;
using System.Collections.Generic;
using Cpp2IlInjected;
// Token: 0x02000002 RID: 2
[Token(Token = "0x2000002")]
public static class KLOLKHBHMCO
{
// Token: 0x06000001 RID: 1 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000001")]
[Address(RVA = "0x122C9D0", Offset = "0x122B9D0", VA = "0x18122C9D0")]
public static IEnumerator<KENFJGFMIPM> ADOCBLIIILF(string BHBHMMAEFMK)
{
return null;
}
}
@@ -0,0 +1,13 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace PrivateImplementationDetailsKQPLETG
{
// Token: 0x02000007 RID: 7
[Token(Token = "0x2000007")]
[StructLayout(3, CharSet = CharSet.Auto)]
public class __BB_OBFUSCATOR_VERSION_3_8_2
{
}
}
@@ -0,0 +1,30 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace PrivateImplementationDetailsQOELAJF
{
// Token: 0x02000005 RID: 5
[Token(Token = "0x2000005")]
[StructLayout(3, CharSet = CharSet.Auto)]
internal class ArrayCopy148
{
// Token: 0x0600000C RID: 12 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600000C")]
[Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")]
public ArrayCopy148()
{
}
// Token: 0x04000007 RID: 7
[Token(Token = "0x4000007")]
internal static ArrayCopy148.$ArrayType$151 $$field-0;
// Token: 0x02000006 RID: 6
[Token(Token = "0x2000006")]
[StructLayout(2)]
private struct $ArrayType$151
{
}
}
}
+4
View File
@@ -0,0 +1,4 @@
using System;
using System.Reflection;
[assembly: AssemblyVersion("0.0.0.0")]
+67
View File
@@ -0,0 +1,67 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{E3D718FF-6CCA-48A8-8FBE-FF63443DDF21}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>XboxUWP</RootNamespace>
<AssemblyName>XboxUWP</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoStdLib>true</NoStdLib>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoStdLib>true</NoStdLib>
</PropertyGroup>
<ItemGroup />
<ItemGroup>
<AppDesigner Include="Properties\" />
</ItemGroup>
<ItemGroup>
<Compile Include="Cpp2IlInjected\AddressAttribute.cs" />
<Compile Include="Cpp2IlInjected\AnalysisFailedException.cs" />
<Compile Include="Cpp2IlInjected\AttributeAttribute.cs" />
<Compile Include="Cpp2IlInjected\FieldOffsetAttribute.cs" />
<Compile Include="Cpp2IlInjected\MetadataOffsetAttribute.cs" />
<Compile Include="Cpp2IlInjected\TokenAttribute.cs" />
<Compile Include="FFAFDAOBAHN.cs" />
<Compile Include="KLOLKHBHMCO.cs" />
<Compile Include="PrivateImplementationDetailsKQPLETG\__BB_OBFUSCATOR_VERSION_3_8_2.cs" />
<Compile Include="PrivateImplementationDetailsQOELAJF\ArrayCopy148.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Mono.Security\Mono.Security.csproj">
<Project>{e3d718ff-6cca-48a8-8fbe-ff63443dde9c}</Project>
<Name>Mono.Security</Name>
</ProjectReference>
<ProjectReference Include="..\mscorlib\mscorlib.csproj">
<Project>{e3d718ff-6cca-48a8-8fbe-ff63443dde9d}</Project>
<Name>mscorlib</Name>
</ProjectReference>
<ProjectReference Include="..\RecRoom.Scheduler.Runtime\RecRoom.Scheduler.Runtime.csproj">
<Project>{e3d718ff-6cca-48a8-8fbe-ff63443ddeca}</Project>
<Name>RecRoom.Scheduler.Runtime</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>