This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
@@ -0,0 +1,79 @@
using System;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs
{
// Token: 0x02001E85 RID: 7813
[Token(Token = "0x2001E85")]
public class AuthenticatedSafe : Asn1Encodable
{
// Token: 0x0600C56C RID: 50540 RVA: 0x002D11C0 File Offset: 0x002CF3C0
[Token(Token = "0x600C56C")]
[Address(RVA = "0x2BBBF30", Offset = "0x2BBAD30", VA = "0x182BBBF30")]
public AuthenticatedSafe(Asn1Sequence seq)
{
Asn1Encodable asn1Encodable;
ContentInfo[] array = new ContentInfo[asn1Encodable];
int num = 0;
this.info = array;
if (num != array.Length)
{
Asn1SequenceParser parser = seq.Parser;
ContentInfo contentInfo;
if (contentInfo != 0)
{
}
num++;
array[0] = contentInfo;
ContentInfo[] array2 = this.info;
}
}
// Token: 0x0600C56D RID: 50541 RVA: 0x002D1214 File Offset: 0x002CF414
[Token(Token = "0x600C56D")]
[Address(RVA = "0x2BBC060", Offset = "0x2BBAE60", VA = "0x182BBC060")]
public AuthenticatedSafe(ContentInfo[] info)
{
}
// Token: 0x0600C56E RID: 50542 RVA: 0x002D1230 File Offset: 0x002CF430
[Token(Token = "0x600C56E")]
[Address(RVA = "0x2BBBE50", Offset = "0x2BBAC50", VA = "0x182BBBE50")]
public ContentInfo[] GetContentInfo()
{
ContentInfo[] array = this.info;
throw new NullReferenceException();
}
// Token: 0x0600C56F RID: 50543 RVA: 0x002D124C File Offset: 0x002CF44C
[Token(Token = "0x600C56F")]
[Address(RVA = "0x2BBBED0", Offset = "0x2BBACD0", VA = "0x182BBBED0", Slot = "5")]
public override Asn1Object ToAsn1Object()
{
/*
An exception occurred when decompiling this method (0600C56F)
ICSharpCode.Decompiler.DecompilerException: Error decompiling BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.AuthenticatedSafe::ToAsn1Object()
---> System.Exception: Basic block has to end with unconditional control flow.
{
Block_0:
stloc:BerSequence(var_0_0B, newobj:BerSequence(BerSequence::.ctor, ldfld:class BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Pkcs.ContentInfo[][exp:class BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]](AuthenticatedSafe::info, ldloc:AuthenticatedSafe(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: 0x04007CFA RID: 31994
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x4007CFA")]
private readonly ContentInfo[] info;
}
}