Files
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

129 lines
5.7 KiB
C#

using System;
using Cpp2IlInjected;
// Token: 0x020031BD RID: 12733
[Token(Token = "0x20031BD")]
public class JJBHIJEAFEH : LIMDPCEOFDK, IDisposable
{
// Token: 0x17003C5E RID: 15454
// (get) Token: 0x06015DE9 RID: 89577 RVA: 0x00519EF8 File Offset: 0x005180F8
[Token(Token = "0x17003C5E")]
public bool NLLONFJBKKP
{
[Token(Token = "0x6015DE9")]
[Address(RVA = "0x8F3490", Offset = "0x8F2290", VA = "0x1808F3490", Slot = "4")]
get
{
return this.<PEOHLGJPMPI>k__BackingField != -1;
}
}
// Token: 0x17003C5F RID: 15455
// (get) Token: 0x06015DEA RID: 89578 RVA: 0x00519F14 File Offset: 0x00518114
[Token(Token = "0x17003C5F")]
public bool NACCLBIMDLH
{
[Token(Token = "0x6015DEA")]
[Address(RVA = "0x8F3470", Offset = "0x8F2270", VA = "0x1808F3470", Slot = "5")]
get
{
int num = this.<PEOHLGJPMPI>k__BackingField;
if (num == -1)
{
}
return num != 0;
}
}
// Token: 0x17003C60 RID: 15456
// (get) Token: 0x06015DEB RID: 89579 RVA: 0x00519F38 File Offset: 0x00518138
// (set) Token: 0x06015DEC RID: 89580 RVA: 0x00519F4C File Offset: 0x0051814C
[Token(Token = "0x17003C60")]
public ALHCCKBFJCP CPPPEHGADBI
{
[Token(Token = "0x6015DEB")]
[Address(RVA = "0x3F6E20", Offset = "0x3F5C20", VA = "0x1803F6E20", Slot = "6")]
get;
[Token(Token = "0x6015DEC")]
[Address(RVA = "0x3F7200", Offset = "0x3F6000", VA = "0x1803F7200")]
set;
}
// Token: 0x17003C61 RID: 15457
// (get) Token: 0x06015DED RID: 89581 RVA: 0x00519F60 File Offset: 0x00518160
// (set) Token: 0x06015DEE RID: 89582 RVA: 0x00519F74 File Offset: 0x00518174
[Token(Token = "0x17003C61")]
public int BDCCNHBOFGJ
{
[Token(Token = "0x6015DED")]
[Address(RVA = "0x40B720", Offset = "0x40A520", VA = "0x18040B720", Slot = "7")]
get;
[Token(Token = "0x6015DEE")]
[Address(RVA = "0x41F740", Offset = "0x41E540", VA = "0x18041F740")]
set;
}
// Token: 0x17003C62 RID: 15458
// (get) Token: 0x06015DEF RID: 89583 RVA: 0x00519F88 File Offset: 0x00518188
[Token(Token = "0x17003C62")]
public bool LMFKDFGEKNL
{
[Token(Token = "0x6015DEF")]
[Address(RVA = "0x50F2B0", Offset = "0x50E0B0", VA = "0x18050F2B0", Slot = "8")]
get
{
return this.<PEOHLGJPMPI>k__BackingField == 0;
}
}
// Token: 0x06015DF0 RID: 89584 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6015DF0")]
[Address(RVA = "0x402080", Offset = "0x400E80", VA = "0x180402080", Slot = "11")]
public void Dispose()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06015DF1 RID: 89585 RVA: 0x00519FA0 File Offset: 0x005181A0
[Token(Token = "0x6015DF1")]
[Address(RVA = "0x45BBE0", Offset = "0x45A9E0", VA = "0x18045BBE0", Slot = "9")]
public void MDGIKHBFLAF()
{
this.<PEOHLGJPMPI>k__BackingField = (int)((ulong)4294967295L);
}
// Token: 0x06015DF2 RID: 89586 RVA: 0x00519FC0 File Offset: 0x005181C0
[Token(Token = "0x6015DF2")]
[Address(RVA = "0x8F34A0", Offset = "0x8F22A0", VA = "0x1808F34A0", Slot = "10")]
public void JBJNADMCBND(object PIHIPPPPEBI, bool DKDANDNLMCN)
{
/*
An exception occurred when decompiling this method (06015DF2)
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void JJBHIJEAFEH::JBJNADMCBND(System.Object,System.Boolean)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:NotImplementedException(var_0_05, newobj:NotImplementedException(NotImplementedException::.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.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 1660
*/;
}
// Token: 0x06015DF3 RID: 89587 RVA: 0x00519FD4 File Offset: 0x005181D4
[Token(Token = "0x6015DF3")]
[Address(RVA = "0x3F5100", Offset = "0x3F3F00", VA = "0x1803F5100")]
public JJBHIJEAFEH()
{
this.Dispose();
}
}