88 lines
5.3 KiB
C#
88 lines
5.3 KiB
C#
using System;
|
|
using System.Reflection;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x020005FD RID: 1533
|
|
[Token(Token = "0x20005FD")]
|
|
[StructLayout(3)]
|
|
public static class OIOLECLLCPM
|
|
{
|
|
// Token: 0x06002D29 RID: 11561 RVA: 0x000BC44C File Offset: 0x000BA64C
|
|
[Token(Token = "0x6002D29")]
|
|
[Address(RVA = "0x1B623B0", Offset = "0x1B60DB0", VA = "0x181B623B0")]
|
|
public static T GDJBDCKGDLE<T>(string) where T : ScriptableObject
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06002D29)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling T OIOLECLLCPM::GDJBDCKGDLE<T>(System.String)
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
Block_0:
|
|
brtrue(IL_00, cne:bool(ldc.i4:int32(0), ldc.i4:int32(0)))
|
|
}
|
|
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
|
--- End of inner exception stack trace ---
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
|
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
|
*/;
|
|
}
|
|
|
|
// Token: 0x06002D2A RID: 11562 RVA: 0x000BC468 File Offset: 0x000BA668
|
|
[Token(Token = "0x6002D2A")]
|
|
[Address(RVA = "0x2046370", Offset = "0x2044D70", VA = "0x182046370")]
|
|
public static string MIFAEPAAAKH<T>([Optional] string MMBOKOLAJFH) where T : ScriptableObject
|
|
{
|
|
if (!string.IsNullOrEmpty(MMBOKOLAJFH))
|
|
{
|
|
Type type;
|
|
MemberTypes memberType = type.MemberType;
|
|
string text;
|
|
return text;
|
|
}
|
|
Type type2;
|
|
Guid guid = type2.GUID;
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x06002D2B RID: 11563 RVA: 0x000BC494 File Offset: 0x000BA694
|
|
[Token(Token = "0x6002D2B")]
|
|
[Address(RVA = "0x1B8ED70", Offset = "0x1B8D770", VA = "0x181B8ED70")]
|
|
public static string EPLAJANNCND(string MCFONLFCHFK)
|
|
{
|
|
string text;
|
|
do
|
|
{
|
|
text = MCFONLFCHFK.Replace("\\", "/");
|
|
if (text.EndsWith("/"))
|
|
{
|
|
int stringLength = text.m_stringLength;
|
|
string text2 = text.Remove(stringLength, 1);
|
|
}
|
|
}
|
|
while (text.EndsWith("Resources"));
|
|
return text + "/Resources";
|
|
}
|
|
|
|
// Token: 0x0400262A RID: 9770
|
|
[Token(Token = "0x400262A")]
|
|
private static string JKDDNNNJIHK = "Assets/Core/Content/Configs/";
|
|
|
|
// Token: 0x0400262B RID: 9771
|
|
[Token(Token = "0x400262B")]
|
|
private static string DHJKOJOJIBD = "Resources";
|
|
}
|