Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

80 lines
4.2 KiB
C#

using System;
using System.Collections.Generic;
using Cpp2IlInjected;
// Token: 0x0200225F RID: 8799
[Token(Token = "0x200225F")]
public static class BOACBOJLCAD
{
// Token: 0x0600E010 RID: 57360 RVA: 0x00339F30 File Offset: 0x00338130
[Token(Token = "0x600E010")]
[Address(RVA = "0x1CC4110", Offset = "0x1CC3110", VA = "0x181CC4110")]
public static IEnumerable<DHKPBIAHMHG<T, U>> OGKHOKPPJEO<T, U>(this IEnumerable<T> MCPFFHIHPFE, IEnumerable<U> GMIDOFBFNIN)
{
throw new NullReferenceException();
}
// Token: 0x0600E011 RID: 57361 RVA: 0x00339F44 File Offset: 0x00338144
[Token(Token = "0x600E011")]
[Address(RVA = "0x2465C90", Offset = "0x2464C90", VA = "0x182465C90")]
public static IEnumerable APOIPHCBOOM<T, U>(this IEnumerable, IEnumerable)
{
/*
An exception occurred when decompiling this method (0600E011)
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.Generic.IEnumerable`1 BOACBOJLCAD::APOIPHCBOOM<T,U>(System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEnumerable`1)
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:IEnumerator`1(var_0_06, call:IEnumerator`1(IEnumerable`1::GetEnumerator, ldloc:IEnumerable`1(A_0)))
}
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: 0x0600E012 RID: 57362 RVA: 0x00339F58 File Offset: 0x00338158
[Token(Token = "0x600E012")]
[Address(RVA = "0x21BA040", Offset = "0x21B9040", VA = "0x1821BA040")]
public static MemoT DPABOBKPNNL<MemoT, SrcT>(this IEnumerable<SrcT> MPLOIOFMPKB, MemoT AFPHMNFBJGN, Func<SrcT, MemoT, MemoT> NCDOGCAOOIL)
{
int num;
do
{
num = 0;
num += num;
num++;
num += num;
num += 19;
}
while (num != 0);
throw new NullReferenceException();
}
// Token: 0x0600E013 RID: 57363 RVA: 0x00339F90 File Offset: 0x00338190
[Token(Token = "0x600E013")]
[Address(RVA = "0x21BA210", Offset = "0x21B9210", VA = "0x1821BA210")]
public static MemoT DPABOBKPNNL<MemoT, SrcT>(this IEnumerable<SrcT> MPLOIOFMPKB, MemoT AFPHMNFBJGN, Func<SrcT, MemoT, int, MemoT> NCDOGCAOOIL)
{
int num;
do
{
num = 0;
num += num;
num++;
num++;
num += num;
num += 19;
}
while (num != 0);
throw new NullReferenceException();
}
}