317 lines
10 KiB
C#
317 lines
10 KiB
C#
using System;
|
|
using System.Diagnostics;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
using Google.Protobuf;
|
|
using Google.Protobuf.Reflection;
|
|
|
|
// Token: 0x02001EAC RID: 7852
|
|
[Token(Token = "0x2001EAC")]
|
|
[StructLayout(3)]
|
|
public sealed class DKHJMBKEIED : IMessage<DKHJMBKEIED>, IMessage, IEquatable<DKHJMBKEIED>, IDeepCloneable<DKHJMBKEIED>
|
|
{
|
|
// Token: 0x170021F3 RID: 8691
|
|
// (get) Token: 0x0600D539 RID: 54585 RVA: 0x0032A6C4 File Offset: 0x003288C4
|
|
[Token(Token = "0x170021F3")]
|
|
[DebuggerNonUserCode]
|
|
public static MessageParser<DKHJMBKEIED> PFNJFBNAIEL
|
|
{
|
|
[Token(Token = "0x600D539")]
|
|
[Address(RVA = "0x1BEEC60", Offset = "0x1BED660", VA = "0x181BEEC60")]
|
|
get
|
|
{
|
|
return DKHJMBKEIED.MHLLBDFJBOD;
|
|
}
|
|
}
|
|
|
|
// Token: 0x170021F4 RID: 8692
|
|
// (get) Token: 0x0600D53A RID: 54586 RVA: 0x0032A6D8 File Offset: 0x003288D8
|
|
[Token(Token = "0x170021F4")]
|
|
[DebuggerNonUserCode]
|
|
public static MessageDescriptor NEHNHFMEGGP
|
|
{
|
|
[Token(Token = "0x600D53A")]
|
|
[Address(RVA = "0x1BEEDF0", Offset = "0x1BED7F0", VA = "0x181BEEDF0")]
|
|
get
|
|
{
|
|
throw new NullReferenceException();
|
|
}
|
|
}
|
|
|
|
// Token: 0x170021F5 RID: 8693
|
|
// (get) Token: 0x0600D53B RID: 54587 RVA: 0x0032A6EC File Offset: 0x003288EC
|
|
[Token(Token = "0x170021F5")]
|
|
[DebuggerNonUserCode]
|
|
private MessageDescriptor PJLHIMNHHFD
|
|
{
|
|
[Token(Token = "0x600D53B")]
|
|
[Address(RVA = "0x1BEF100", Offset = "0x1BEDB00", VA = "0x181BEF100", Slot = "7")]
|
|
get
|
|
{
|
|
throw new NullReferenceException();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600D53C RID: 54588 RVA: 0x0032A700 File Offset: 0x00328900
|
|
[Token(Token = "0x600D53C")]
|
|
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
|
|
[DebuggerNonUserCode]
|
|
public DKHJMBKEIED()
|
|
{
|
|
}
|
|
|
|
// Token: 0x0600D53D RID: 54589 RVA: 0x0032A714 File Offset: 0x00328914
|
|
[Token(Token = "0x600D53D")]
|
|
[Address(RVA = "0x1BEF0C0", Offset = "0x1BEDAC0", VA = "0x181BEF0C0")]
|
|
[DebuggerNonUserCode]
|
|
public DKHJMBKEIED(DKHJMBKEIED other)
|
|
{
|
|
int jpkhggcgpoj = other.JPKHGGCGPOJ;
|
|
this.JPKHGGCGPOJ = jpkhggcgpoj;
|
|
long ikgjffgibap = other.IKGJFFGIBAP;
|
|
this.IKGJFFGIBAP = ikgjffgibap;
|
|
}
|
|
|
|
// Token: 0x0600D53E RID: 54590 RVA: 0x0032A74C File Offset: 0x0032894C
|
|
[Token(Token = "0x600D53E")]
|
|
[Address(RVA = "0x1BEEBF0", Offset = "0x1BED5F0", VA = "0x181BEEBF0", Slot = "9")]
|
|
[DebuggerNonUserCode]
|
|
public DKHJMBKEIED Clone()
|
|
{
|
|
DKHJMBKEIED dkhjmbkeied = new DKHJMBKEIED();
|
|
int jpkhggcgpoj = this.JPKHGGCGPOJ;
|
|
dkhjmbkeied.JPKHGGCGPOJ = jpkhggcgpoj;
|
|
long ikgjffgibap = this.IKGJFFGIBAP;
|
|
dkhjmbkeied.IKGJFFGIBAP = ikgjffgibap;
|
|
return dkhjmbkeied;
|
|
}
|
|
|
|
// Token: 0x170021F6 RID: 8694
|
|
// (get) Token: 0x0600D53F RID: 54591 RVA: 0x0032A784 File Offset: 0x00328984
|
|
// (set) Token: 0x0600D540 RID: 54592 RVA: 0x0032A798 File Offset: 0x00328998
|
|
[Token(Token = "0x170021F6")]
|
|
[DebuggerNonUserCode]
|
|
public int COJOHODFJOL
|
|
{
|
|
[Token(Token = "0x600D53F")]
|
|
[Address(RVA = "0x3C1C50", Offset = "0x3C0650", VA = "0x1803C1C50")]
|
|
get
|
|
{
|
|
return this.JPKHGGCGPOJ;
|
|
}
|
|
[Token(Token = "0x600D540")]
|
|
[Address(RVA = "0x3C1C90", Offset = "0x3C0690", VA = "0x1803C1C90")]
|
|
set
|
|
{
|
|
this.JPKHGGCGPOJ = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x170021F7 RID: 8695
|
|
// (get) Token: 0x0600D541 RID: 54593 RVA: 0x0032A7AC File Offset: 0x003289AC
|
|
// (set) Token: 0x0600D542 RID: 54594 RVA: 0x0032A7C0 File Offset: 0x003289C0
|
|
[Token(Token = "0x170021F7")]
|
|
[DebuggerNonUserCode]
|
|
public long IKCCMNGGMFN
|
|
{
|
|
[Token(Token = "0x600D541")]
|
|
[Address(RVA = "0x3C1240", Offset = "0x3BFC40", VA = "0x1803C1240")]
|
|
get
|
|
{
|
|
return this.IKGJFFGIBAP;
|
|
}
|
|
[Token(Token = "0x600D542")]
|
|
[Address(RVA = "0x3C1280", Offset = "0x3BFC80", VA = "0x1803C1280")]
|
|
set
|
|
{
|
|
this.IKGJFFGIBAP = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600D543 RID: 54595 RVA: 0x0032A7D4 File Offset: 0x003289D4
|
|
[Token(Token = "0x600D543")]
|
|
[Address(RVA = "0x1BEECC0", Offset = "0x1BED6C0", VA = "0x181BEECC0", Slot = "0")]
|
|
[DebuggerNonUserCode]
|
|
public override bool Equals(object HPKICPNGMDJ)
|
|
{
|
|
if (HPKICPNGMDJ == 0 || HPKICPNGMDJ == 0)
|
|
{
|
|
return;
|
|
}
|
|
if (HPKICPNGMDJ == this)
|
|
{
|
|
return true;
|
|
}
|
|
if (this.JPKHGGCGPOJ == typeof(DKHJMBKEIED).TypeHandle)
|
|
{
|
|
return this.IKGJFFGIBAP == typeof(DKHJMBKEIED).TypeHandle;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600D544 RID: 54596 RVA: 0x0032A80C File Offset: 0x00328A0C
|
|
[Token(Token = "0x600D544")]
|
|
[Address(RVA = "0x1BEED50", Offset = "0x1BED750", VA = "0x181BEED50", Slot = "8")]
|
|
[DebuggerNonUserCode]
|
|
public bool Equals(DKHJMBKEIED HPKICPNGMDJ)
|
|
{
|
|
if (HPKICPNGMDJ != 0)
|
|
{
|
|
if (HPKICPNGMDJ != this)
|
|
{
|
|
int jpkhggcgpoj = HPKICPNGMDJ.JPKHGGCGPOJ;
|
|
if (this.JPKHGGCGPOJ != jpkhggcgpoj)
|
|
{
|
|
return;
|
|
}
|
|
long ikgjffgibap = HPKICPNGMDJ.IKGJFFGIBAP;
|
|
if (this.IKGJFFGIBAP != ikgjffgibap)
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
return true;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600D545 RID: 54597 RVA: 0x0032A844 File Offset: 0x00328A44
|
|
[Token(Token = "0x600D545")]
|
|
[Address(RVA = "0x1BEED80", Offset = "0x1BED780", VA = "0x181BEED80", Slot = "2")]
|
|
[DebuggerNonUserCode]
|
|
public override int GetHashCode()
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (0600D545)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Int32 DKHJMBKEIED::GetHashCode()
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
IL_09:
|
|
stloc:int64(var_1_0F, ldfld:int64(DKHJMBKEIED::IKGJFFGIBAP, ldloc:DKHJMBKEIED(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: 0x0600D546 RID: 54598 RVA: 0x0032A860 File Offset: 0x00328A60
|
|
[Token(Token = "0x600D546")]
|
|
[Address(RVA = "0x1BEEF30", Offset = "0x1BED930", VA = "0x181BEEF30", Slot = "3")]
|
|
[DebuggerNonUserCode]
|
|
public override string ToString()
|
|
{
|
|
return JsonFormatter.ToDiagnosticString(this);
|
|
}
|
|
|
|
// Token: 0x0600D547 RID: 54599 RVA: 0x0032A874 File Offset: 0x00328A74
|
|
[Token(Token = "0x600D547")]
|
|
[Address(RVA = "0x1BEEF90", Offset = "0x1BED990", VA = "0x181BEEF90", Slot = "5")]
|
|
[DebuggerNonUserCode]
|
|
public void WriteTo(CodedOutputStream DGFOAAGEKJO)
|
|
{
|
|
if (this.JPKHGGCGPOJ != 0)
|
|
{
|
|
int jpkhggcgpoj = this.JPKHGGCGPOJ;
|
|
DGFOAAGEKJO.WriteInt32(jpkhggcgpoj);
|
|
}
|
|
long ikgjffgibap = this.IKGJFFGIBAP;
|
|
DGFOAAGEKJO.WriteUInt64((ulong)ikgjffgibap);
|
|
}
|
|
|
|
// Token: 0x0600D548 RID: 54600 RVA: 0x0032A8AC File Offset: 0x00328AAC
|
|
[Token(Token = "0x600D548")]
|
|
[Address(RVA = "0x1BEEB30", Offset = "0x1BED530", VA = "0x181BEEB30", Slot = "6")]
|
|
[DebuggerNonUserCode]
|
|
public int CalculateSize()
|
|
{
|
|
int jpkhggcgpoj = this.JPKHGGCGPOJ;
|
|
int num = 0;
|
|
if (jpkhggcgpoj != 0)
|
|
{
|
|
int num2 = CodedOutputStream.ComputeInt32Size(jpkhggcgpoj);
|
|
}
|
|
int num3 = CodedOutputStream.ComputeInt64Size(this.IKGJFFGIBAP);
|
|
num3++;
|
|
return num3 + num;
|
|
}
|
|
|
|
// Token: 0x0600D549 RID: 54601 RVA: 0x0032A8E4 File Offset: 0x00328AE4
|
|
[Token(Token = "0x600D549")]
|
|
[Address(RVA = "0x1BEEF10", Offset = "0x1BED910", VA = "0x181BEEF10", Slot = "10")]
|
|
[DebuggerNonUserCode]
|
|
public void MergeFrom(DKHJMBKEIED HPKICPNGMDJ)
|
|
{
|
|
if (HPKICPNGMDJ != 0)
|
|
{
|
|
int jpkhggcgpoj = HPKICPNGMDJ.JPKHGGCGPOJ;
|
|
if (jpkhggcgpoj != 0)
|
|
{
|
|
this.JPKHGGCGPOJ = jpkhggcgpoj;
|
|
}
|
|
long ikgjffgibap = HPKICPNGMDJ.IKGJFFGIBAP;
|
|
this.IKGJFFGIBAP = ikgjffgibap;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600D54A RID: 54602 RVA: 0x0032A918 File Offset: 0x00328B18
|
|
[Token(Token = "0x600D54A")]
|
|
[Address(RVA = "0x1BEEEB0", Offset = "0x1BED8B0", VA = "0x181BEEEB0", Slot = "4")]
|
|
[DebuggerNonUserCode]
|
|
public void MergeFrom(CodedInputStream DBFBLNILIGL)
|
|
{
|
|
uint num = DBFBLNILIGL.ReadTag();
|
|
if (num != (uint)0)
|
|
{
|
|
if (num == (uint)8)
|
|
{
|
|
int num2 = DBFBLNILIGL.ReadInt32();
|
|
this.JPKHGGCGPOJ = num2;
|
|
}
|
|
if (num == (uint)16)
|
|
{
|
|
ulong num3 = DBFBLNILIGL.ReadUInt64();
|
|
this.IKGJFFGIBAP = (long)num3;
|
|
}
|
|
DBFBLNILIGL.SkipLastField();
|
|
}
|
|
}
|
|
|
|
// Token: 0x0600D54B RID: 54603 RVA: 0x0032A964 File Offset: 0x00328B64
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
[Token(Token = "0x600D54B")]
|
|
[Address(RVA = "0x1BEF000", Offset = "0x1BEDA00", VA = "0x181BEF000")]
|
|
static DKHJMBKEIED()
|
|
{
|
|
Func<DKHJMBKEIED> func;
|
|
DKHJMBKEIED.MHLLBDFJBOD = new MessageParser(func);
|
|
}
|
|
|
|
// Token: 0x04008E9B RID: 36507
|
|
[Token(Token = "0x4008E9B")]
|
|
private static readonly MessageParser<DKHJMBKEIED> MHLLBDFJBOD;
|
|
|
|
// Token: 0x04008E9C RID: 36508
|
|
[Token(Token = "0x4008E9C")]
|
|
public const int GOGBPFIMCCP = 1;
|
|
|
|
// Token: 0x04008E9D RID: 36509
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
|
[Token(Token = "0x4008E9D")]
|
|
private int JPKHGGCGPOJ;
|
|
|
|
// Token: 0x04008E9E RID: 36510
|
|
[Token(Token = "0x4008E9E")]
|
|
public const int HGDPJAGAHFD = 2;
|
|
|
|
// Token: 0x04008E9F RID: 36511
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
|
|
[Token(Token = "0x4008E9F")]
|
|
private long IKGJFFGIBAP;
|
|
}
|