oh dear
This commit is contained in:
@@ -0,0 +1,177 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
using Unity.Burst;
|
||||
using Unity.Collections;
|
||||
using Unity.Collections.LowLevel.Unsafe;
|
||||
using Unity.Jobs;
|
||||
using Unity.Mathematics;
|
||||
|
||||
// Token: 0x02003162 RID: 12642
|
||||
[Token(Token = "0x2003162")]
|
||||
[BurstCompile]
|
||||
public struct LGBKPONKCIE : IJob
|
||||
{
|
||||
// Token: 0x06015B35 RID: 88885 RVA: 0x00513A10 File Offset: 0x00511C10
|
||||
[Token(Token = "0x6015B35")]
|
||||
[Address(RVA = "0x120F280", Offset = "0x120E080", VA = "0x18120F280")]
|
||||
public LGBKPONKCIE(CJJFNIHNLBD MGOHKHADOMN, PCIKHFEIHGO EDLHNCIENFD, float MHBLGIMIOAL, int HKPHMBLKPFI, int MMJNJNDNKCH, int POILBMDCAAJ, int BPDJCCMCIHC, NativeList<CJJFNIHNLBD> ABADFLCBFIJ, OCCMLFOBCEM DMMBNPFIAOF)
|
||||
{
|
||||
NativeList<float3> ddpnlakckdp = EDLHNCIENFD.DDPNLAKCKDP;
|
||||
this.HKPHMBLKPFI = 0;
|
||||
this.MMJNJNDNKCH = 0;
|
||||
this.POILBMDCAAJ = 0;
|
||||
this.NGABHPCPCOD = ddpnlakckdp;
|
||||
this.BPDJCCMCIHC = 0;
|
||||
NativeList<int> elflbeckfef = EDLHNCIENFD.ELFLBECKFEF;
|
||||
this.GPIHNLLBGFC = elflbeckfef;
|
||||
this.CMCNCIAMINA = elflbeckfef;
|
||||
this.OICHKACELMM = elflbeckfef;
|
||||
this.FAONCIOCBGG = elflbeckfef;
|
||||
float num = MHBLGIMIOAL * 0.002f;
|
||||
float num2 = MHBLGIMIOAL * 0.02f;
|
||||
this.MLGIDOOLDFK = num;
|
||||
this.PPKFCAMKIJJ = num2;
|
||||
}
|
||||
|
||||
// Token: 0x06015B36 RID: 88886 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x6015B36")]
|
||||
[Address(RVA = "0x120EBD0", Offset = "0x120D9D0", VA = "0x18120EBD0", Slot = "4")]
|
||||
public void Execute()
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x06015B37 RID: 88887 RVA: 0x00513A90 File Offset: 0x00511C90
|
||||
[Token(Token = "0x6015B37")]
|
||||
[Address(RVA = "0x120EB00", Offset = "0x120D900", VA = "0x18120EB00")]
|
||||
private bool BJPIHFNOFBI(CJJFNIHNLBD HLPELFANEND)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06015B37)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Boolean LGBKPONKCIE::BJPIHFNOFBI(CJJFNIHNLBD)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:float32(var_0_0B, ldfld:float32(float3::z, ldfld:float3[exp:valuetype [Unity.Mathematics]Unity.Mathematics.float3&](LGBKPONKCIE::KKIBFLANCFB, ldloc:valuetype LGBKPONKCIE&(this))))
|
||||
stloc:float32(var_1_17, ldfld:float32(float3::y, ldfld:float3[exp:valuetype [Unity.Mathematics]Unity.Mathematics.float3&](LGBKPONKCIE::KKIBFLANCFB, ldloc:valuetype LGBKPONKCIE&(this))))
|
||||
stloc:float32(var_2_23, ldfld:float32(float3::z, ldfld:float3[exp:valuetype [Unity.Mathematics]Unity.Mathematics.float3&](LGBKPONKCIE::EIMJHIBHNIP, ldloc:valuetype LGBKPONKCIE&(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: 0x06015B38 RID: 88888 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x6015B38")]
|
||||
[Address(RVA = "0x120EF40", Offset = "0x120DD40", VA = "0x18120EF40")]
|
||||
private bool LHMDJBGOICD(CJJFNIHNLBD HLPELFANEND, int ALGFGDNLKLM, int OCMCMHGLNHL, int IKDEHEDINBE)
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x0400E493 RID: 58515
|
||||
[Token(Token = "0x400E493")]
|
||||
private const float DJMPNOAGCAF = 0.002f;
|
||||
|
||||
// Token: 0x0400E494 RID: 58516
|
||||
[Token(Token = "0x400E494")]
|
||||
private const float JKCNFFDJLCF = 0.02f;
|
||||
|
||||
// Token: 0x0400E495 RID: 58517
|
||||
[FieldOffset(Offset = "0x0")]
|
||||
[Token(Token = "0x400E495")]
|
||||
[ReadOnly]
|
||||
private NativeList<CJJFNIHNLBD> ABADFLCBFIJ;
|
||||
|
||||
// Token: 0x0400E496 RID: 58518
|
||||
[FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x400E496")]
|
||||
[ReadOnly]
|
||||
private NativeList<float3> NGABHPCPCOD;
|
||||
|
||||
// Token: 0x0400E497 RID: 58519
|
||||
[FieldOffset(Offset = "0x20")]
|
||||
[Token(Token = "0x400E497")]
|
||||
[ReadOnly]
|
||||
private NativeList<int> GPIHNLLBGFC;
|
||||
|
||||
// Token: 0x0400E498 RID: 58520
|
||||
[FieldOffset(Offset = "0x30")]
|
||||
[Token(Token = "0x400E498")]
|
||||
[ReadOnly]
|
||||
private int HKPHMBLKPFI;
|
||||
|
||||
// Token: 0x0400E499 RID: 58521
|
||||
[FieldOffset(Offset = "0x34")]
|
||||
[Token(Token = "0x400E499")]
|
||||
[ReadOnly]
|
||||
private int MMJNJNDNKCH;
|
||||
|
||||
// Token: 0x0400E49A RID: 58522
|
||||
[FieldOffset(Offset = "0x38")]
|
||||
[Token(Token = "0x400E49A")]
|
||||
[ReadOnly]
|
||||
private int POILBMDCAAJ;
|
||||
|
||||
// Token: 0x0400E49B RID: 58523
|
||||
[FieldOffset(Offset = "0x3C")]
|
||||
[Token(Token = "0x400E49B")]
|
||||
[ReadOnly]
|
||||
private int BPDJCCMCIHC;
|
||||
|
||||
// Token: 0x0400E49C RID: 58524
|
||||
[FieldOffset(Offset = "0x40")]
|
||||
[Token(Token = "0x400E49C")]
|
||||
[ReadOnly]
|
||||
private float MLGIDOOLDFK;
|
||||
|
||||
// Token: 0x0400E49D RID: 58525
|
||||
[FieldOffset(Offset = "0x44")]
|
||||
[Token(Token = "0x400E49D")]
|
||||
[ReadOnly]
|
||||
private float PPKFCAMKIJJ;
|
||||
|
||||
// Token: 0x0400E49E RID: 58526
|
||||
[FieldOffset(Offset = "0x48")]
|
||||
[Token(Token = "0x400E49E")]
|
||||
[ReadOnly]
|
||||
private float3 KKIBFLANCFB;
|
||||
|
||||
// Token: 0x0400E49F RID: 58527
|
||||
[FieldOffset(Offset = "0x54")]
|
||||
[Token(Token = "0x400E49F")]
|
||||
[ReadOnly]
|
||||
private float3 EIMJHIBHNIP;
|
||||
|
||||
// Token: 0x0400E4A0 RID: 58528
|
||||
[FieldOffset(Offset = "0x60")]
|
||||
[Token(Token = "0x400E4A0")]
|
||||
[ReadOnly]
|
||||
private CJJFNIHNLBD.CCCHADOOOAL HAMLGOHLKPB;
|
||||
|
||||
// Token: 0x0400E4A1 RID: 58529
|
||||
[FieldOffset(Offset = "0x68")]
|
||||
[Token(Token = "0x400E4A1")]
|
||||
[NativeDisableContainerSafetyRestriction]
|
||||
private NativeArray<bool> CMCNCIAMINA;
|
||||
|
||||
// Token: 0x0400E4A2 RID: 58530
|
||||
[FieldOffset(Offset = "0x78")]
|
||||
[Token(Token = "0x400E4A2")]
|
||||
[NativeDisableContainerSafetyRestriction]
|
||||
private NativeArray<bool> OICHKACELMM;
|
||||
|
||||
// Token: 0x0400E4A3 RID: 58531
|
||||
[FieldOffset(Offset = "0x88")]
|
||||
[Token(Token = "0x400E4A3")]
|
||||
[NativeDisableContainerSafetyRestriction]
|
||||
private NativeArray<float> FAONCIOCBGG;
|
||||
}
|
||||
Reference in New Issue
Block a user