315 lines
10 KiB
C#
315 lines
10 KiB
C#
using System;
|
|
using System.Diagnostics;
|
|
using Cpp2IlInjected;
|
|
using Google.Protobuf;
|
|
using Google.Protobuf.Reflection;
|
|
|
|
// Token: 0x02002804 RID: 10244
|
|
[Token(Token = "0x2002804")]
|
|
public sealed class DKHJMBKEIED : IMessage<DKHJMBKEIED>, IMessage, IEquatable<DKHJMBKEIED>, IDeepCloneable<DKHJMBKEIED>
|
|
{
|
|
// Token: 0x17002D4D RID: 11597
|
|
// (get) Token: 0x06010C6C RID: 68716 RVA: 0x003C5494 File Offset: 0x003C3694
|
|
[Token(Token = "0x17002D4D")]
|
|
[DebuggerNonUserCode]
|
|
public static MessageParser<DKHJMBKEIED> PFNJFBNAIEL
|
|
{
|
|
[Token(Token = "0x6010C6C")]
|
|
[Address(RVA = "0x1BD1490", Offset = "0x1BD0490", VA = "0x181BD1490")]
|
|
get
|
|
{
|
|
return DKHJMBKEIED.MHLLBDFJBOD;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002D4E RID: 11598
|
|
// (get) Token: 0x06010C6D RID: 68717 RVA: 0x003C54A8 File Offset: 0x003C36A8
|
|
[Token(Token = "0x17002D4E")]
|
|
[DebuggerNonUserCode]
|
|
public static MessageDescriptor NEHNHFMEGGP
|
|
{
|
|
[Token(Token = "0x6010C6D")]
|
|
[Address(RVA = "0x1BD1620", Offset = "0x1BD0620", VA = "0x181BD1620")]
|
|
get
|
|
{
|
|
throw new NullReferenceException();
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002D4F RID: 11599
|
|
// (get) Token: 0x06010C6E RID: 68718 RVA: 0x003C54BC File Offset: 0x003C36BC
|
|
[Token(Token = "0x17002D4F")]
|
|
[DebuggerNonUserCode]
|
|
private MessageDescriptor PJLHIMNHHFD
|
|
{
|
|
[Token(Token = "0x6010C6E")]
|
|
[Address(RVA = "0x1BD1930", Offset = "0x1BD0930", VA = "0x181BD1930", Slot = "7")]
|
|
get
|
|
{
|
|
throw new NullReferenceException();
|
|
}
|
|
}
|
|
|
|
// Token: 0x06010C6F RID: 68719 RVA: 0x003C54D0 File Offset: 0x003C36D0
|
|
[Token(Token = "0x6010C6F")]
|
|
[Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")]
|
|
[DebuggerNonUserCode]
|
|
public DKHJMBKEIED()
|
|
{
|
|
}
|
|
|
|
// Token: 0x06010C70 RID: 68720 RVA: 0x003C54E4 File Offset: 0x003C36E4
|
|
[Token(Token = "0x6010C70")]
|
|
[Address(RVA = "0x1BD18F0", Offset = "0x1BD08F0", VA = "0x181BD18F0")]
|
|
[DebuggerNonUserCode]
|
|
public DKHJMBKEIED(DKHJMBKEIED HPKICPNGMDJ)
|
|
{
|
|
int jpkhggcgpoj = HPKICPNGMDJ.JPKHGGCGPOJ;
|
|
this.JPKHGGCGPOJ = jpkhggcgpoj;
|
|
long ikgjffgibap = HPKICPNGMDJ.IKGJFFGIBAP;
|
|
this.IKGJFFGIBAP = ikgjffgibap;
|
|
}
|
|
|
|
// Token: 0x06010C71 RID: 68721 RVA: 0x003C551C File Offset: 0x003C371C
|
|
[Token(Token = "0x6010C71")]
|
|
[Address(RVA = "0x1BD1420", Offset = "0x1BD0420", VA = "0x181BD1420", 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: 0x17002D50 RID: 11600
|
|
// (get) Token: 0x06010C72 RID: 68722 RVA: 0x003C5554 File Offset: 0x003C3754
|
|
// (set) Token: 0x06010C73 RID: 68723 RVA: 0x003C5568 File Offset: 0x003C3768
|
|
[Token(Token = "0x17002D50")]
|
|
[DebuggerNonUserCode]
|
|
public int COJOHODFJOL
|
|
{
|
|
[Token(Token = "0x6010C72")]
|
|
[Address(RVA = "0x40F000", Offset = "0x40E000", VA = "0x18040F000")]
|
|
get
|
|
{
|
|
return this.JPKHGGCGPOJ;
|
|
}
|
|
[Token(Token = "0x6010C73")]
|
|
[Address(RVA = "0x470D10", Offset = "0x46FD10", VA = "0x180470D10")]
|
|
set
|
|
{
|
|
this.JPKHGGCGPOJ = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17002D51 RID: 11601
|
|
// (get) Token: 0x06010C74 RID: 68724 RVA: 0x003C557C File Offset: 0x003C377C
|
|
// (set) Token: 0x06010C75 RID: 68725 RVA: 0x003C5590 File Offset: 0x003C3790
|
|
[Token(Token = "0x17002D51")]
|
|
[DebuggerNonUserCode]
|
|
public long IKCCMNGGMFN
|
|
{
|
|
[Token(Token = "0x6010C74")]
|
|
[Address(RVA = "0x4157B0", Offset = "0x4147B0", VA = "0x1804157B0")]
|
|
get
|
|
{
|
|
return this.IKGJFFGIBAP;
|
|
}
|
|
[Token(Token = "0x6010C75")]
|
|
[Address(RVA = "0x4157F0", Offset = "0x4147F0", VA = "0x1804157F0")]
|
|
set
|
|
{
|
|
this.IKGJFFGIBAP = value;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06010C76 RID: 68726 RVA: 0x003C55A4 File Offset: 0x003C37A4
|
|
[Token(Token = "0x6010C76")]
|
|
[Address(RVA = "0x1BD14F0", Offset = "0x1BD04F0", VA = "0x181BD14F0", 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: 0x06010C77 RID: 68727 RVA: 0x003C55DC File Offset: 0x003C37DC
|
|
[Token(Token = "0x6010C77")]
|
|
[Address(RVA = "0x1BD1580", Offset = "0x1BD0580", VA = "0x181BD1580", 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: 0x06010C78 RID: 68728 RVA: 0x003C5614 File Offset: 0x003C3814
|
|
[Token(Token = "0x6010C78")]
|
|
[Address(RVA = "0x1BD15B0", Offset = "0x1BD05B0", VA = "0x181BD15B0", Slot = "2")]
|
|
[DebuggerNonUserCode]
|
|
public override int GetHashCode()
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06010C78)
|
|
|
|
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: 0x06010C79 RID: 68729 RVA: 0x003C5630 File Offset: 0x003C3830
|
|
[Token(Token = "0x6010C79")]
|
|
[Address(RVA = "0x1BD1760", Offset = "0x1BD0760", VA = "0x181BD1760", Slot = "3")]
|
|
[DebuggerNonUserCode]
|
|
public override string ToString()
|
|
{
|
|
return JsonFormatter.ToDiagnosticString(this);
|
|
}
|
|
|
|
// Token: 0x06010C7A RID: 68730 RVA: 0x003C5644 File Offset: 0x003C3844
|
|
[Token(Token = "0x6010C7A")]
|
|
[Address(RVA = "0x1BD17C0", Offset = "0x1BD07C0", VA = "0x181BD17C0", 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: 0x06010C7B RID: 68731 RVA: 0x003C567C File Offset: 0x003C387C
|
|
[Token(Token = "0x6010C7B")]
|
|
[Address(RVA = "0x1BD1360", Offset = "0x1BD0360", VA = "0x181BD1360", 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: 0x06010C7C RID: 68732 RVA: 0x003C56B4 File Offset: 0x003C38B4
|
|
[Token(Token = "0x6010C7C")]
|
|
[Address(RVA = "0x1BD1740", Offset = "0x1BD0740", VA = "0x181BD1740", 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: 0x06010C7D RID: 68733 RVA: 0x003C56E8 File Offset: 0x003C38E8
|
|
[Token(Token = "0x6010C7D")]
|
|
[Address(RVA = "0x1BD16E0", Offset = "0x1BD06E0", VA = "0x181BD16E0", 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: 0x06010C7E RID: 68734 RVA: 0x003C5734 File Offset: 0x003C3934
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
[Token(Token = "0x6010C7E")]
|
|
[Address(RVA = "0x1BD1830", Offset = "0x1BD0830", VA = "0x181BD1830")]
|
|
static DKHJMBKEIED()
|
|
{
|
|
Func<DKHJMBKEIED> func;
|
|
DKHJMBKEIED.MHLLBDFJBOD = new MessageParser(func);
|
|
}
|
|
|
|
// Token: 0x0400AE59 RID: 44633
|
|
[Token(Token = "0x400AE59")]
|
|
private static readonly MessageParser<DKHJMBKEIED> MHLLBDFJBOD;
|
|
|
|
// Token: 0x0400AE5A RID: 44634
|
|
[Token(Token = "0x400AE5A")]
|
|
public const int GOGBPFIMCCP = 1;
|
|
|
|
// Token: 0x0400AE5B RID: 44635
|
|
[FieldOffset(Offset = "0x10")]
|
|
[Token(Token = "0x400AE5B")]
|
|
private int JPKHGGCGPOJ;
|
|
|
|
// Token: 0x0400AE5C RID: 44636
|
|
[Token(Token = "0x400AE5C")]
|
|
public const int HGDPJAGAHFD = 2;
|
|
|
|
// Token: 0x0400AE5D RID: 44637
|
|
[FieldOffset(Offset = "0x18")]
|
|
[Token(Token = "0x400AE5D")]
|
|
private long IKGJFFGIBAP;
|
|
}
|