scripts
This commit is contained in:
@@ -0,0 +1,104 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
// Token: 0x02002171 RID: 8561
|
||||
[Token(Token = "0x2002171")]
|
||||
[StructLayout(0)]
|
||||
internal struct BFAJEBOJGGM : IEquatable<BFAJEBOJGGM>
|
||||
{
|
||||
// Token: 0x0600EBA0 RID: 60320 RVA: 0x0037D794 File Offset: 0x0037B994
|
||||
[Token(Token = "0x600EBA0")]
|
||||
[Address(RVA = "0x23ECC0", Offset = "0x23E0C0", VA = "0x18023ECC0")]
|
||||
public BFAJEBOJGGM(Player.GAHEJKDCLLE bodyPart, int propIndex, [Optional] LKAGLMBDHJN? outfitTypeOverride)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600EBA1 RID: 60321 RVA: 0x0037D7A4 File Offset: 0x0037B9A4
|
||||
[Token(Token = "0x600EBA1")]
|
||||
[Address(RVA = "0x23EC20", Offset = "0x23E020", VA = "0x18023EC20", Slot = "3")]
|
||||
public override string ToString()
|
||||
{
|
||||
string text;
|
||||
return text;
|
||||
}
|
||||
|
||||
// Token: 0x0600EBA2 RID: 60322 RVA: 0x0037D7B4 File Offset: 0x0037B9B4
|
||||
[Token(Token = "0x600EBA2")]
|
||||
[Address(RVA = "0x2DA00", Offset = "0x2CE00", VA = "0x18002DA00")]
|
||||
public bool GHODPGKPLGO(Player.GAHEJKDCLLE NMKAKHOEMGB)
|
||||
{
|
||||
bool flag;
|
||||
return flag;
|
||||
}
|
||||
|
||||
// Token: 0x0600EBA3 RID: 60323 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x600EBA3")]
|
||||
[Address(RVA = "0x23EBB0", Offset = "0x23DFB0", VA = "0x18023EBB0")]
|
||||
public bool FKBCODMDMAP(LKAGLMBDHJN? BHBFNGIIKIM)
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x0600EBA4 RID: 60324 RVA: 0x0037D7C4 File Offset: 0x0037B9C4
|
||||
[Token(Token = "0x600EBA4")]
|
||||
[Address(RVA = "0x23EA60", Offset = "0x23DE60", VA = "0x18023EA60", Slot = "4")]
|
||||
public bool Equals(BFAJEBOJGGM HPKICPNGMDJ)
|
||||
{
|
||||
bool flag;
|
||||
return flag;
|
||||
}
|
||||
|
||||
// Token: 0x0600EBA5 RID: 60325 RVA: 0x0037D7D4 File Offset: 0x0037B9D4
|
||||
[Token(Token = "0x600EBA5")]
|
||||
[Address(RVA = "0x23EAD0", Offset = "0x23DED0", VA = "0x18023EAD0", Slot = "0")]
|
||||
public override bool Equals(object NLNHFEEMFBN)
|
||||
{
|
||||
if (NLNHFEEMFBN != 0 && NLNHFEEMFBN != 0)
|
||||
{
|
||||
bool flag;
|
||||
return flag;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600EBA6 RID: 60326 RVA: 0x0037D7F0 File Offset: 0x0037B9F0
|
||||
[Token(Token = "0x600EBA6")]
|
||||
[Address(RVA = "0x23EBC0", Offset = "0x23DFC0", VA = "0x18023EBC0", Slot = "2")]
|
||||
public override int GetHashCode()
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600EBA6)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Int32 BFAJEBOJGGM::GetHashCode()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:int64(var_1_0A, mul:uint32[exp:int64](ldc.i4:uint32(0), conv.u4:uint32(ldc.i4:int32[exp:uint32](397))))
|
||||
}
|
||||
|
||||
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.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: 0x04009C10 RID: 39952
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
||||
[Token(Token = "0x4009C10")]
|
||||
public readonly Player.GAHEJKDCLLE HECJOOCGPLM;
|
||||
|
||||
// Token: 0x04009C11 RID: 39953
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x4")]
|
||||
[Token(Token = "0x4009C11")]
|
||||
public readonly LKAGLMBDHJN? JCLFAPMCPMC;
|
||||
|
||||
// Token: 0x04009C12 RID: 39954
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0xC")]
|
||||
[Token(Token = "0x4009C12")]
|
||||
public readonly int BHAGCAHHAJD;
|
||||
}
|
||||
Reference in New Issue
Block a user