576 lines
40 KiB
C#
576 lines
40 KiB
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x02000642 RID: 1602
|
|
[Token(Token = "0x2000642")]
|
|
[StructLayout(3)]
|
|
public class AAOGOPDCIAE : global::System.Random
|
|
{
|
|
// Token: 0x06002E9F RID: 11935 RVA: 0x000C1BB0 File Offset: 0x000BFDB0
|
|
[Token(Token = "0x6002E9F")]
|
|
[Address(RVA = "0x12689B0", Offset = "0x12673B0", VA = "0x1812689B0")]
|
|
public AAOGOPDCIAE(int seed)
|
|
{
|
|
uint[] array = new uint[624];
|
|
this.KECGJIIEGBB = array;
|
|
base..ctor();
|
|
this.JCFFLPHPOBF((uint)seed);
|
|
}
|
|
|
|
// Token: 0x06002EA0 RID: 11936 RVA: 0x000C1BDC File Offset: 0x000BFDDC
|
|
[Token(Token = "0x6002EA0")]
|
|
[Address(RVA = "0x1268A10", Offset = "0x1267410", VA = "0x181268A10")]
|
|
public AAOGOPDCIAE()
|
|
{
|
|
double num = new global::System.Random().Sample();
|
|
uint[] array = new uint[624];
|
|
this.KECGJIIEGBB = array;
|
|
base..ctor();
|
|
}
|
|
|
|
// Token: 0x06002EA1 RID: 11937 RVA: 0x000C1C14 File Offset: 0x000BFE14
|
|
[Token(Token = "0x6002EA1")]
|
|
[Address(RVA = "0x12688B0", Offset = "0x12672B0", VA = "0x1812688B0")]
|
|
public AAOGOPDCIAE(int[] initKey)
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06002EA1)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void AAOGOPDCIAE::.ctor(System.Int32[])
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
IL_53:
|
|
stloc:ArgumentNullException(var_5_5D, newobj:ArgumentNullException(ArgumentNullException::.ctor, ldstr:string("initKey")))
|
|
}
|
|
|
|
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.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: 0x06002EA2 RID: 11938 RVA: 0x000C1C80 File Offset: 0x000BFE80
|
|
[Token(Token = "0x6002EA2")]
|
|
[Address(RVA = "0x1267E00", Offset = "0x1266800", VA = "0x181267E00", Slot = "10")]
|
|
public virtual uint KBHOFINHOBM()
|
|
{
|
|
return this.NNMNGLOEFAB();
|
|
}
|
|
|
|
// Token: 0x06002EA3 RID: 11939 RVA: 0x000C1C94 File Offset: 0x000BFE94
|
|
[Token(Token = "0x6002EA3")]
|
|
[Address(RVA = "0x1267DC0", Offset = "0x12667C0", VA = "0x181267DC0", Slot = "11")]
|
|
public virtual uint KBHOFINHOBM(uint FLIEBIMFHEN)
|
|
{
|
|
return this.NNMNGLOEFAB();
|
|
}
|
|
|
|
// Token: 0x06002EA4 RID: 11940 RVA: 0x000C1CA8 File Offset: 0x000BFEA8
|
|
[Token(Token = "0x6002EA4")]
|
|
[Address(RVA = "0x1267D10", Offset = "0x1266710", VA = "0x181267D10", Slot = "12")]
|
|
public virtual uint KBHOFINHOBM(uint JDFENOCNKAD, uint FLIEBIMFHEN)
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06002EA4)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.UInt32 AAOGOPDCIAE::KBHOFINHOBM(System.UInt32,System.UInt32)
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
IL_0F:
|
|
stloc:ArgumentOutOfRangeException(var_1_14, newobj:ArgumentOutOfRangeException(ArgumentOutOfRangeException::.ctor))
|
|
}
|
|
|
|
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.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: 0x06002EA5 RID: 11941 RVA: 0x000C1CCC File Offset: 0x000BFECC
|
|
[Token(Token = "0x6002EA5")]
|
|
[Address(RVA = "0x1268800", Offset = "0x1267200", VA = "0x181268800", Slot = "5")]
|
|
public override int Next()
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06002EA5)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Int32 AAOGOPDCIAE::Next()
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
Block_0:
|
|
stloc:bool(var_0_06, callgetter:bool(IChangeTracking::get_IsChanged, ldloc:AAOGOPDCIAE[exp:IChangeTracking](this)))
|
|
}
|
|
|
|
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: 0x06002EA6 RID: 11942 RVA: 0x000C1CE0 File Offset: 0x000BFEE0
|
|
[Token(Token = "0x6002EA6")]
|
|
[Address(RVA = "0x12686D0", Offset = "0x12670D0", VA = "0x1812686D0", Slot = "7")]
|
|
public override int Next(int FLIEBIMFHEN)
|
|
{
|
|
if (FLIEBIMFHEN > 1)
|
|
{
|
|
int num;
|
|
return num;
|
|
}
|
|
return 0;
|
|
}
|
|
|
|
// Token: 0x06002EA7 RID: 11943 RVA: 0x000C1CFC File Offset: 0x000BFEFC
|
|
[Token(Token = "0x6002EA7")]
|
|
[Address(RVA = "0x1268770", Offset = "0x1267170", VA = "0x181268770", Slot = "6")]
|
|
public override int Next(int JDFENOCNKAD, int FLIEBIMFHEN)
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06002EA7)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Int32 AAOGOPDCIAE::Next(System.Int32,System.Int32)
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
IL_0A:
|
|
stloc:ArgumentOutOfRangeException(var_1_0F, newobj:ArgumentOutOfRangeException(ArgumentOutOfRangeException::.ctor))
|
|
}
|
|
|
|
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.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: 0x06002EA8 RID: 11944 RVA: 0x000C1D18 File Offset: 0x000BFF18
|
|
[Token(Token = "0x6002EA8")]
|
|
[Address(RVA = "0x12685B0", Offset = "0x1266FB0", VA = "0x1812685B0", Slot = "9")]
|
|
public override void NextBytes(byte[] NKHPHBOPPEL)
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06002EA8)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void AAOGOPDCIAE::NextBytes(System.Byte[])
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
IL_16:
|
|
stloc:ArgumentNullException(var_3_1B, newobj:ArgumentNullException(ArgumentNullException::.ctor))
|
|
}
|
|
|
|
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.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: 0x06002EA9 RID: 11945 RVA: 0x000C1D40 File Offset: 0x000BFF40
|
|
[Token(Token = "0x6002EA9")]
|
|
[Address(RVA = "0x1268670", Offset = "0x1267070", VA = "0x181268670", Slot = "8")]
|
|
public override double NextDouble()
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06002EA9)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Double AAOGOPDCIAE::NextDouble()
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
Block_0:
|
|
stloc:uint32(var_0_06, call:uint32(AAOGOPDCIAE::NNMNGLOEFAB, ldloc:AAOGOPDCIAE(this)))
|
|
stloc:uint32(var_1_0D, call:uint32(AAOGOPDCIAE::NNMNGLOEFAB, ldloc:AAOGOPDCIAE(this)))
|
|
}
|
|
|
|
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: 0x06002EAA RID: 11946 RVA: 0x000C1D60 File Offset: 0x000BFF60
|
|
[Token(Token = "0x6002EAA")]
|
|
[Address(RVA = "0x1267870", Offset = "0x1266270", VA = "0x181267870")]
|
|
public double HPDKBAMFIGL(bool KNICONOCJON)
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06002EAA)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Double AAOGOPDCIAE::HPDKBAMFIGL(System.Boolean)
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
IL_16:
|
|
stloc:bool(var_3_1C, callgetter:bool(IChangeTracking::get_IsChanged, ldloc:AAOGOPDCIAE[exp:IChangeTracking](this)))
|
|
}
|
|
|
|
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: 0x06002EAB RID: 11947 RVA: 0x000C1D8C File Offset: 0x000BFF8C
|
|
[Token(Token = "0x6002EAB")]
|
|
[Address(RVA = "0x12678F0", Offset = "0x12662F0", VA = "0x1812678F0")]
|
|
public double JCAEDMLOJLA()
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06002EAB)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Double AAOGOPDCIAE::JCAEDMLOJLA()
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
Block_0:
|
|
stloc:uint32(var_0_06, call:uint32(AAOGOPDCIAE::NNMNGLOEFAB, ldloc:AAOGOPDCIAE(this)))
|
|
stloc:uint32(var_1_0D, call:uint32(AAOGOPDCIAE::NNMNGLOEFAB, ldloc:AAOGOPDCIAE(this)))
|
|
}
|
|
|
|
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: 0x06002EAC RID: 11948 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6002EAC")]
|
|
[Address(RVA = "0x1267E90", Offset = "0x1266890", VA = "0x181267E90")]
|
|
public float LMKADHIALHP()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06002EAD RID: 11949 RVA: 0x000C1DAC File Offset: 0x000BFFAC
|
|
[Token(Token = "0x6002EAD")]
|
|
[Address(RVA = "0x1267F50", Offset = "0x1266950", VA = "0x181267F50")]
|
|
public Vector3 NANHCJBBMBF()
|
|
{
|
|
}
|
|
|
|
// Token: 0x06002EAE RID: 11950 RVA: 0x000C1DC0 File Offset: 0x000BFFC0
|
|
[Token(Token = "0x6002EAE")]
|
|
[Address(RVA = "0x1267EB0", Offset = "0x12668B0", VA = "0x181267EB0")]
|
|
public float LMKADHIALHP(bool KNICONOCJON)
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06002EAE)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Single AAOGOPDCIAE::LMKADHIALHP(System.Boolean)
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
Block_0:
|
|
stloc:uint32(var_0_0A, call:uint32(AAOGOPDCIAE::NNMNGLOEFAB, ldloc:AAOGOPDCIAE(this)))
|
|
stloc:uint32(var_1_11, call:uint32(AAOGOPDCIAE::NNMNGLOEFAB, ldloc:AAOGOPDCIAE(this)))
|
|
}
|
|
|
|
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: 0x06002EAF RID: 11951 RVA: 0x000C1DE4 File Offset: 0x000BFFE4
|
|
[Token(Token = "0x6002EAF")]
|
|
[Address(RVA = "0x12680D0", Offset = "0x1266AD0", VA = "0x1812680D0")]
|
|
public float NFEMHDLGBGH()
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06002EAF)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Single AAOGOPDCIAE::NFEMHDLGBGH()
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
Block_0:
|
|
stloc:uint32(var_0_06, call:uint32(AAOGOPDCIAE::NNMNGLOEFAB, ldloc:AAOGOPDCIAE(this)))
|
|
stloc:uint32(var_1_0D, call:uint32(AAOGOPDCIAE::NNMNGLOEFAB, ldloc:AAOGOPDCIAE(this)))
|
|
}
|
|
|
|
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: 0x06002EB0 RID: 11952 RVA: 0x000C1E04 File Offset: 0x000C0004
|
|
[Token(Token = "0x6002EB0")]
|
|
[Address(RVA = "0x1268140", Offset = "0x1266B40", VA = "0x181268140")]
|
|
protected uint NNMNGLOEFAB()
|
|
{
|
|
short hacogmolnmg = this.HACOGMOLNMG;
|
|
int num = 0;
|
|
uint[] kecgjiiegbb = this.KECGJIIEGBB;
|
|
int length = kecgjiiegbb.Length;
|
|
uint[] adfjakpidbi = AAOGOPDCIAE.ADFJAKPIDBI;
|
|
uint num3;
|
|
uint num2 = adfjakpidbi[(int)num3];
|
|
num++;
|
|
kecgjiiegbb[0] = num2;
|
|
if (num < 623)
|
|
{
|
|
uint[] kecgjiiegbb2 = this.KECGJIIEGBB;
|
|
int length2 = kecgjiiegbb2.Length;
|
|
uint num4 = kecgjiiegbb2[adfjakpidbi];
|
|
uint num5 = AAOGOPDCIAE.ADFJAKPIDBI[(int)num4];
|
|
num++;
|
|
kecgjiiegbb2[0] = num5;
|
|
}
|
|
uint[] kecgjiiegbb3 = this.KECGJIIEGBB;
|
|
int length3 = kecgjiiegbb3.Length;
|
|
uint num6 = kecgjiiegbb3[0];
|
|
uint[] adfjakpidbi2 = AAOGOPDCIAE.ADFJAKPIDBI;
|
|
kecgjiiegbb3[311] = num6;
|
|
uint[] kecgjiiegbb4 = this.KECGJIIEGBB;
|
|
this.HACOGMOLNMG = 1;
|
|
uint num7;
|
|
return num7;
|
|
}
|
|
|
|
// Token: 0x06002EB1 RID: 11953 RVA: 0x000C1ED0 File Offset: 0x000C00D0
|
|
[Token(Token = "0x6002EB1")]
|
|
[Address(RVA = "0x1268820", Offset = "0x1267220", VA = "0x181268820")]
|
|
private static uint PMJPNPHBBJG(uint DFICPKCPNLK)
|
|
{
|
|
return DFICPKCPNLK;
|
|
}
|
|
|
|
// Token: 0x06002EB2 RID: 11954 RVA: 0x000C1EE0 File Offset: 0x000C00E0
|
|
[Token(Token = "0x6002EB2")]
|
|
[Address(RVA = "0x1267850", Offset = "0x1266250", VA = "0x181267850")]
|
|
private static uint ENEKCLIAGPF(uint DFICPKCPNLK)
|
|
{
|
|
return DFICPKCPNLK;
|
|
}
|
|
|
|
// Token: 0x06002EB3 RID: 11955 RVA: 0x000C1EF0 File Offset: 0x000C00F0
|
|
[Token(Token = "0x6002EB3")]
|
|
[Address(RVA = "0x1267860", Offset = "0x1266260", VA = "0x181267860")]
|
|
private static uint GEPDCDIIJEM(uint DFICPKCPNLK)
|
|
{
|
|
return DFICPKCPNLK;
|
|
}
|
|
|
|
// Token: 0x06002EB4 RID: 11956 RVA: 0x000C1F00 File Offset: 0x000C0100
|
|
[Token(Token = "0x6002EB4")]
|
|
[Address(RVA = "0x1267F40", Offset = "0x1266940", VA = "0x181267F40")]
|
|
private static uint NAIAMDLGHII(uint DFICPKCPNLK)
|
|
{
|
|
return DFICPKCPNLK;
|
|
}
|
|
|
|
// Token: 0x06002EB5 RID: 11957 RVA: 0x000C1F10 File Offset: 0x000C0110
|
|
[Token(Token = "0x6002EB5")]
|
|
[Address(RVA = "0x1267960", Offset = "0x1266360", VA = "0x181267960")]
|
|
private void JCFFLPHPOBF(uint KIJHGBLLCPL)
|
|
{
|
|
this.KECGJIIEGBB[0] = KIJHGBLLCPL;
|
|
uint[] kecgjiiegbb = this.KECGJIIEGBB;
|
|
uint num;
|
|
this.HACOGMOLNMG = (short)num;
|
|
int length = kecgjiiegbb.Length;
|
|
uint num2 = kecgjiiegbb[this];
|
|
long num3 = (long)(num2 * (uint)1812433253);
|
|
num3 += (long)num2;
|
|
kecgjiiegbb[0] = (uint)num3;
|
|
uint[] kecgjiiegbb2 = this.KECGJIIEGBB;
|
|
num2 += (uint)1;
|
|
this.HACOGMOLNMG = (short)num2;
|
|
}
|
|
|
|
// Token: 0x06002EB6 RID: 11958 RVA: 0x000C1F80 File Offset: 0x000C0180
|
|
[Token(Token = "0x6002EB6")]
|
|
[Address(RVA = "0x1267A50", Offset = "0x1266450", VA = "0x181267A50")]
|
|
private void JCFFLPHPOBF(uint[] DNGKIAJLLHG)
|
|
{
|
|
uint num;
|
|
this.JCFFLPHPOBF(num);
|
|
int length = DNGKIAJLLHG.Length;
|
|
int num2 = 0;
|
|
if (length < 624)
|
|
{
|
|
}
|
|
if (length > 0)
|
|
{
|
|
uint[] kecgjiiegbb = this.KECGJIIEGBB;
|
|
int length2 = kecgjiiegbb.Length;
|
|
uint num4;
|
|
uint num3 = num4 - 1U;
|
|
long num5 = (long)(kecgjiiegbb[(int)num3] * (uint)1664525);
|
|
num5 += (long)num2;
|
|
kecgjiiegbb[0] = (uint)num5;
|
|
uint[] kecgjiiegbb2 = this.KECGJIIEGBB;
|
|
int length3 = kecgjiiegbb2.Length;
|
|
num4 += (uint)1;
|
|
uint num6 = kecgjiiegbb2[311];
|
|
kecgjiiegbb2[0] = num6;
|
|
}
|
|
uint[] kecgjiiegbb3 = this.KECGJIIEGBB;
|
|
int length4 = kecgjiiegbb3.Length;
|
|
uint num8;
|
|
uint num7 = num8 - 1U;
|
|
long num9 = (long)(kecgjiiegbb3[(int)num7] * (uint)1566083941);
|
|
num9 -= (long)num8;
|
|
kecgjiiegbb3[0] = (uint)num9;
|
|
uint[] kecgjiiegbb4 = this.KECGJIIEGBB;
|
|
int length5 = kecgjiiegbb4.Length;
|
|
num8 += (uint)1;
|
|
uint num10 = kecgjiiegbb4[311];
|
|
kecgjiiegbb4[0] = num10;
|
|
uint[] kecgjiiegbb5 = this.KECGJIIEGBB;
|
|
}
|
|
|
|
// Token: 0x06002EB7 RID: 11959 RVA: 0x000C2088 File Offset: 0x000C0288
|
|
[Token(Token = "0x6002EB7")]
|
|
[Address(RVA = "0x1267E10", Offset = "0x1266810", VA = "0x181267E10")]
|
|
private double KEIOAKEGGGJ(double OFIMPKGLBPJ, double FNJKKNKLDPB)
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06002EB7)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Double AAOGOPDCIAE::KEIOAKEGGGJ(System.Double,System.Double)
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
Block_0:
|
|
stloc:uint32(var_0_06, call:uint32(AAOGOPDCIAE::NNMNGLOEFAB, ldloc:AAOGOPDCIAE(this)))
|
|
stloc:uint32(var_1_0D, call:uint32(AAOGOPDCIAE::NNMNGLOEFAB, ldloc:AAOGOPDCIAE(this)))
|
|
}
|
|
|
|
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: 0x06002EB8 RID: 11960 RVA: 0x000C20A8 File Offset: 0x000C02A8
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
[Token(Token = "0x6002EB8")]
|
|
[Address(RVA = "0x1268830", Offset = "0x1267230", VA = "0x181268830")]
|
|
static AAOGOPDCIAE()
|
|
{
|
|
uint[] array = new uint[2];
|
|
array[0] = (uint)((ulong)2567483615L);
|
|
AAOGOPDCIAE.ADFJAKPIDBI = array;
|
|
}
|
|
|
|
// Token: 0x04002751 RID: 10065
|
|
[Token(Token = "0x4002751")]
|
|
private const int DGKEEFICFHI = 624;
|
|
|
|
// Token: 0x04002752 RID: 10066
|
|
[Token(Token = "0x4002752")]
|
|
private const int DJKNLOCDNDN = 397;
|
|
|
|
// Token: 0x04002753 RID: 10067
|
|
[Token(Token = "0x4002753")]
|
|
private const uint NOOKJFPOCFP = 2567483615U;
|
|
|
|
// Token: 0x04002754 RID: 10068
|
|
[Token(Token = "0x4002754")]
|
|
private const uint MBLHMHDDCBI = 2147483648U;
|
|
|
|
// Token: 0x04002755 RID: 10069
|
|
[Token(Token = "0x4002755")]
|
|
private const uint MJJKMGJLHPF = 2147483647U;
|
|
|
|
// Token: 0x04002756 RID: 10070
|
|
[Token(Token = "0x4002756")]
|
|
private const uint IIIEMKHIDAN = 2636928640U;
|
|
|
|
// Token: 0x04002757 RID: 10071
|
|
[Token(Token = "0x4002757")]
|
|
private const uint GOCMFOAFPAL = 4022730752U;
|
|
|
|
// Token: 0x04002758 RID: 10072
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x20")]
|
|
[Token(Token = "0x4002758")]
|
|
private readonly uint[] KECGJIIEGBB;
|
|
|
|
// Token: 0x04002759 RID: 10073
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x28")]
|
|
[Token(Token = "0x4002759")]
|
|
private short HACOGMOLNMG;
|
|
|
|
// Token: 0x0400275A RID: 10074
|
|
[Token(Token = "0x400275A")]
|
|
private static readonly uint[] ADFJAKPIDBI;
|
|
|
|
// Token: 0x0400275B RID: 10075
|
|
[Token(Token = "0x400275B")]
|
|
private const double CPICICOIBDP = 9007199254740991.0;
|
|
|
|
// Token: 0x0400275C RID: 10076
|
|
[Token(Token = "0x400275C")]
|
|
private const double JPODBJIEALL = 1.1102230246251568E-16;
|
|
|
|
// Token: 0x0400275D RID: 10077
|
|
[Token(Token = "0x400275D")]
|
|
private const double ENFLFJKIFOL = 9007199254740992.0;
|
|
|
|
// Token: 0x0400275E RID: 10078
|
|
[Token(Token = "0x400275E")]
|
|
private const double AGAPMELDOME = 1.1102230246251565E-16;
|
|
}
|