m
This commit is contained in:
@@ -0,0 +1,142 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Icao
|
||||
{
|
||||
// Token: 0x02001FAC RID: 8108
|
||||
[Token(Token = "0x2001FAC")]
|
||||
public class CscaMasterList : Asn1Encodable
|
||||
{
|
||||
// Token: 0x0600CB04 RID: 51972 RVA: 0x002E174C File Offset: 0x002DF94C
|
||||
[Token(Token = "0x600CB04")]
|
||||
[Address(RVA = "0x2EA8D40", Offset = "0x2EA7D40", VA = "0x182EA8D40")]
|
||||
public static CscaMasterList GetInstance(object obj)
|
||||
{
|
||||
while (obj != 0)
|
||||
{
|
||||
Asn1Sequence instance;
|
||||
if (obj == 0)
|
||||
{
|
||||
instance = Asn1Sequence.GetInstance(obj);
|
||||
return new CscaMasterList(instance);
|
||||
}
|
||||
if (instance != 0)
|
||||
{
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600CB05 RID: 51973 RVA: 0x002E1780 File Offset: 0x002DF980
|
||||
[Token(Token = "0x600CB05")]
|
||||
[Address(RVA = "0x2EA8F80", Offset = "0x2EA7F80", VA = "0x182EA8F80")]
|
||||
private CscaMasterList(Asn1Sequence seq)
|
||||
{
|
||||
Asn1Encodable asn1Encodable;
|
||||
do
|
||||
{
|
||||
int num;
|
||||
DerInteger derInteger = new DerInteger(num);
|
||||
num = 0;
|
||||
this.version = derInteger;
|
||||
base..ctor();
|
||||
}
|
||||
while (seq == 0 || asn1Encodable == 0);
|
||||
Asn1SequenceParser parser = seq.Parser;
|
||||
DerInteger derInteger2;
|
||||
this.version = derInteger2;
|
||||
Asn1SequenceParser parser2 = seq.Parser;
|
||||
Asn1Encodable asn1Encodable2;
|
||||
X509CertificateStructure[] array = new X509CertificateStructure[asn1Encodable2];
|
||||
int num2 = 0;
|
||||
this.certList = array;
|
||||
if (num2 < array.Length)
|
||||
{
|
||||
Asn1Set asn1Set;
|
||||
IEnumerator enumerator = asn1Set.GetEnumerator();
|
||||
X509CertificateStructure x509CertificateStructure;
|
||||
if (x509CertificateStructure != 0)
|
||||
{
|
||||
}
|
||||
num2++;
|
||||
array[0] = x509CertificateStructure;
|
||||
X509CertificateStructure[] array2 = this.certList;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600CB06 RID: 51974 RVA: 0x002E1810 File Offset: 0x002DFA10
|
||||
[Token(Token = "0x600CB06")]
|
||||
[Address(RVA = "0x2EA91E0", Offset = "0x2EA81E0", VA = "0x182EA91E0")]
|
||||
public CscaMasterList(X509CertificateStructure[] certStructs)
|
||||
{
|
||||
int num;
|
||||
DerInteger derInteger = new DerInteger(num);
|
||||
num = 0;
|
||||
this.version = derInteger;
|
||||
base..ctor();
|
||||
X509CertificateStructure[] array = CscaMasterList.CopyCertList(certStructs);
|
||||
this.certList = array;
|
||||
}
|
||||
|
||||
// Token: 0x17001FC3 RID: 8131
|
||||
// (get) Token: 0x0600CB07 RID: 51975 RVA: 0x002E1844 File Offset: 0x002DFA44
|
||||
[Token(Token = "0x17001FC3")]
|
||||
public virtual int Version
|
||||
{
|
||||
[Token(Token = "0x600CB07")]
|
||||
[Address(RVA = "0x2EA9260", Offset = "0x2EA8260", VA = "0x182EA9260", Slot = "6")]
|
||||
get
|
||||
{
|
||||
return this.version.Value.IntValue;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600CB08 RID: 51976 RVA: 0x002E1868 File Offset: 0x002DFA68
|
||||
[Token(Token = "0x600CB08")]
|
||||
[Address(RVA = "0x2EA8D30", Offset = "0x2EA7D30", VA = "0x182EA8D30")]
|
||||
public X509CertificateStructure[] GetCertStructs()
|
||||
{
|
||||
return CscaMasterList.CopyCertList(this.certList);
|
||||
}
|
||||
|
||||
// Token: 0x0600CB09 RID: 51977 RVA: 0x002E1880 File Offset: 0x002DFA80
|
||||
[Token(Token = "0x600CB09")]
|
||||
[Address(RVA = "0x2EA8CB0", Offset = "0x2EA7CB0", VA = "0x182EA8CB0")]
|
||||
private static X509CertificateStructure[] CopyCertList(X509CertificateStructure[] orig)
|
||||
{
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0600CB0A RID: 51978 RVA: 0x002E1894 File Offset: 0x002DFA94
|
||||
[Token(Token = "0x600CB0A")]
|
||||
[Address(RVA = "0x2EA8E40", Offset = "0x2EA7E40", VA = "0x182EA8E40", Slot = "5")]
|
||||
public override Asn1Object ToAsn1Object()
|
||||
{
|
||||
Asn1Encodable[] array = new Asn1Encodable[2];
|
||||
DerInteger derInteger = this.version;
|
||||
if (derInteger != 0)
|
||||
{
|
||||
}
|
||||
array[0] = derInteger;
|
||||
DerSet derSet = new DerSet(this.certList);
|
||||
if (derSet != 0)
|
||||
{
|
||||
}
|
||||
array[1] = derSet;
|
||||
DerSequence derSequence = new DerSequence(array);
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0400809D RID: 32925
|
||||
[FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x400809D")]
|
||||
private DerInteger version;
|
||||
|
||||
// Token: 0x0400809E RID: 32926
|
||||
[FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x400809E")]
|
||||
private X509CertificateStructure[] certList;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,140 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Icao
|
||||
{
|
||||
// Token: 0x02001FAD RID: 8109
|
||||
[Token(Token = "0x2001FAD")]
|
||||
public class DataGroupHash : Asn1Encodable
|
||||
{
|
||||
// Token: 0x0600CB0B RID: 51979 RVA: 0x002E18E0 File Offset: 0x002DFAE0
|
||||
[Token(Token = "0x600CB0B")]
|
||||
[Address(RVA = "0x2EA9290", Offset = "0x2EA8290", VA = "0x182EA9290")]
|
||||
public static DataGroupHash GetInstance(object obj)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600CB0B)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Icao.DataGroupHash BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Icao.DataGroupHash::GetInstance(System.Object)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_43:
|
||||
stloc:ArgumentException(var_10_52, newobj:ArgumentException(ArgumentException::.ctor, ldstr:string("Wrong number of elements in sequence"), ldstr:string("seq")))
|
||||
}
|
||||
|
||||
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.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
|
||||
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: 0x0600CB0C RID: 51980 RVA: 0x002E1940 File Offset: 0x002DFB40
|
||||
[Token(Token = "0x600CB0C")]
|
||||
[Address(RVA = "0x2EA9560", Offset = "0x2EA8560", VA = "0x182EA9560")]
|
||||
private DataGroupHash(Asn1Sequence seq)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600CB0C)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Icao.DataGroupHash::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_30:
|
||||
stloc:ArgumentException(var_5_3F, newobj:ArgumentException(ArgumentException::.ctor, ldstr:string("Wrong number of elements in sequence"), ldstr:string("seq")))
|
||||
}
|
||||
|
||||
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.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
|
||||
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: 0x0600CB0D RID: 51981 RVA: 0x002E1990 File Offset: 0x002DFB90
|
||||
[Token(Token = "0x600CB0D")]
|
||||
[Address(RVA = "0x2EA9650", Offset = "0x2EA8650", VA = "0x182EA9650")]
|
||||
public DataGroupHash(int dataGroupNumber, Asn1OctetString dataGroupHashValue)
|
||||
{
|
||||
DerInteger derInteger = new DerInteger(dataGroupNumber);
|
||||
this.dataGroupNumber = derInteger;
|
||||
this.dataGroupHashValue = dataGroupHashValue;
|
||||
}
|
||||
|
||||
// Token: 0x17001FC4 RID: 8132
|
||||
// (get) Token: 0x0600CB0E RID: 51982 RVA: 0x002E19B8 File Offset: 0x002DFBB8
|
||||
[Token(Token = "0x17001FC4")]
|
||||
public int DataGroupNumber
|
||||
{
|
||||
[Token(Token = "0x600CB0E")]
|
||||
[Address(RVA = "0x2EA9260", Offset = "0x2EA8260", VA = "0x182EA9260")]
|
||||
get
|
||||
{
|
||||
return this.dataGroupNumber.Value.IntValue;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17001FC5 RID: 8133
|
||||
// (get) Token: 0x0600CB0F RID: 51983 RVA: 0x002E19DC File Offset: 0x002DFBDC
|
||||
[Token(Token = "0x17001FC5")]
|
||||
public Asn1OctetString DataGroupHashValue
|
||||
{
|
||||
[Token(Token = "0x600CB0F")]
|
||||
[Address(RVA = "0x4157B0", Offset = "0x4147B0", VA = "0x1804157B0")]
|
||||
get
|
||||
{
|
||||
return this.dataGroupHashValue;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600CB10 RID: 51984 RVA: 0x002E19F0 File Offset: 0x002DFBF0
|
||||
[Token(Token = "0x600CB10")]
|
||||
[Address(RVA = "0x2EA9450", Offset = "0x2EA8450", VA = "0x182EA9450", Slot = "5")]
|
||||
public override Asn1Object ToAsn1Object()
|
||||
{
|
||||
Asn1Encodable[] array = new Asn1Encodable[2];
|
||||
DerInteger derInteger = this.dataGroupNumber;
|
||||
if (derInteger != 0)
|
||||
{
|
||||
}
|
||||
array[0] = derInteger;
|
||||
Asn1OctetString asn1OctetString = this.dataGroupHashValue;
|
||||
if (asn1OctetString != 0)
|
||||
{
|
||||
}
|
||||
array[1] = asn1OctetString;
|
||||
DerSequence derSequence = new DerSequence(array);
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0400809F RID: 32927
|
||||
[FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x400809F")]
|
||||
private readonly DerInteger dataGroupNumber;
|
||||
|
||||
// Token: 0x040080A0 RID: 32928
|
||||
[FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x40080A0")]
|
||||
private readonly Asn1OctetString dataGroupHashValue;
|
||||
}
|
||||
}
|
||||
+57
@@ -0,0 +1,57 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Icao
|
||||
{
|
||||
// Token: 0x02001FAE RID: 8110
|
||||
[Token(Token = "0x2001FAE")]
|
||||
public abstract class IcaoObjectIdentifiers
|
||||
{
|
||||
// Token: 0x0600CB11 RID: 51985 RVA: 0x002E1A38 File Offset: 0x002DFC38
|
||||
[Token(Token = "0x600CB11")]
|
||||
[Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")]
|
||||
protected IcaoObjectIdentifiers()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x040080A1 RID: 32929
|
||||
[Token(Token = "0x40080A1")]
|
||||
public static readonly DerObjectIdentifier IdIcao = new DerObjectIdentifier("2.23.136");
|
||||
|
||||
// Token: 0x040080A2 RID: 32930
|
||||
[Token(Token = "0x40080A2")]
|
||||
public static readonly DerObjectIdentifier IdIcaoMrtd = IcaoObjectIdentifiers.IdIcao.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x040080A3 RID: 32931
|
||||
[Token(Token = "0x40080A3")]
|
||||
public static readonly DerObjectIdentifier IdIcaoMrtdSecurity = IcaoObjectIdentifiers.IdIcaoMrtd.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x040080A4 RID: 32932
|
||||
[Token(Token = "0x40080A4")]
|
||||
public static readonly DerObjectIdentifier IdIcaoLdsSecurityObject = IcaoObjectIdentifiers.IdIcaoMrtdSecurity.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x040080A5 RID: 32933
|
||||
[Token(Token = "0x40080A5")]
|
||||
public static readonly DerObjectIdentifier IdIcaoCscaMasterList = IcaoObjectIdentifiers.IdIcaoMrtdSecurity.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x040080A6 RID: 32934
|
||||
[Token(Token = "0x40080A6")]
|
||||
public static readonly DerObjectIdentifier IdIcaoCscaMasterListSigningKey = IcaoObjectIdentifiers.IdIcaoMrtdSecurity.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x040080A7 RID: 32935
|
||||
[Token(Token = "0x40080A7")]
|
||||
public static readonly DerObjectIdentifier IdIcaoDocumentTypeList = IcaoObjectIdentifiers.IdIcaoMrtdSecurity.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x040080A8 RID: 32936
|
||||
[Token(Token = "0x40080A8")]
|
||||
public static readonly DerObjectIdentifier IdIcaoAAProtocolObject = IcaoObjectIdentifiers.IdIcaoMrtdSecurity.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x040080A9 RID: 32937
|
||||
[Token(Token = "0x40080A9")]
|
||||
public static readonly DerObjectIdentifier IdIcaoExtensions = IcaoObjectIdentifiers.IdIcaoMrtdSecurity.Asn1GetHashCode();
|
||||
|
||||
// Token: 0x040080AA RID: 32938
|
||||
[Token(Token = "0x40080AA")]
|
||||
public static readonly DerObjectIdentifier IdIcaoExtensionsNamechangekeyrollover = IcaoObjectIdentifiers.IdIcaoExtensions.Asn1GetHashCode();
|
||||
}
|
||||
}
|
||||
+214
@@ -0,0 +1,214 @@
|
||||
using System;
|
||||
using BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509;
|
||||
using BestHTTP.SecureProtocol.Org.BouncyCastle.Math;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Icao
|
||||
{
|
||||
// Token: 0x02001FAF RID: 8111
|
||||
[Token(Token = "0x2001FAF")]
|
||||
public class LdsSecurityObject : Asn1Encodable
|
||||
{
|
||||
// Token: 0x0600CB13 RID: 51987 RVA: 0x002E1AF8 File Offset: 0x002DFCF8
|
||||
[Token(Token = "0x600CB13")]
|
||||
[Address(RVA = "0x2EAF620", Offset = "0x2EAE620", VA = "0x182EAF620")]
|
||||
public static LdsSecurityObject GetInstance(object obj)
|
||||
{
|
||||
while (obj != 0)
|
||||
{
|
||||
Asn1Sequence instance;
|
||||
if (obj == 0)
|
||||
{
|
||||
instance = Asn1Sequence.GetInstance(obj);
|
||||
return new LdsSecurityObject(instance);
|
||||
}
|
||||
if (instance != 0)
|
||||
{
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600CB14 RID: 51988 RVA: 0x002E1B2C File Offset: 0x002DFD2C
|
||||
[Token(Token = "0x600CB14")]
|
||||
[Address(RVA = "0x2EAFAF0", Offset = "0x2EAEAF0", VA = "0x182EAFAF0")]
|
||||
private LdsSecurityObject(Asn1Sequence seq)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600CB14)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Icao.LdsSecurityObject::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_A9:
|
||||
stloc:ArgumentException(var_17_B3, newobj:ArgumentException(ArgumentException::.ctor, ldstr:string("null or empty sequence passed.")))
|
||||
}
|
||||
|
||||
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.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
|
||||
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: 0x0600CB15 RID: 51989 RVA: 0x002E1BF0 File Offset: 0x002DFDF0
|
||||
[Token(Token = "0x600CB15")]
|
||||
[Address(RVA = "0x2EAFA30", Offset = "0x2EAEA30", VA = "0x182EAFA30")]
|
||||
public LdsSecurityObject(AlgorithmIdentifier digestAlgorithmIdentifier, DataGroupHash[] datagroupHash)
|
||||
{
|
||||
int num;
|
||||
DerInteger derInteger = new DerInteger(num);
|
||||
num = 0;
|
||||
this.version = derInteger;
|
||||
base..ctor();
|
||||
int num2;
|
||||
DerInteger derInteger2 = new DerInteger(num2);
|
||||
num2 = 0;
|
||||
this.version = derInteger2;
|
||||
this.digestAlgorithmIdentifier = digestAlgorithmIdentifier;
|
||||
this.datagroupHash = datagroupHash;
|
||||
int length = datagroupHash.Length;
|
||||
this.CheckDatagroupHashSeqSize(length);
|
||||
}
|
||||
|
||||
// Token: 0x0600CB16 RID: 51990 RVA: 0x002E1C48 File Offset: 0x002DFE48
|
||||
[Token(Token = "0x600CB16")]
|
||||
[Address(RVA = "0x2EAF960", Offset = "0x2EAE960", VA = "0x182EAF960")]
|
||||
public LdsSecurityObject(AlgorithmIdentifier digestAlgorithmIdentifier, DataGroupHash[] datagroupHash, LdsVersionInfo versionInfo)
|
||||
{
|
||||
int num;
|
||||
DerInteger derInteger = new DerInteger(num);
|
||||
num = 0;
|
||||
this.version = derInteger;
|
||||
base..ctor();
|
||||
DerInteger derInteger2 = new DerInteger(1);
|
||||
this.version = derInteger2;
|
||||
this.digestAlgorithmIdentifier = digestAlgorithmIdentifier;
|
||||
this.datagroupHash = datagroupHash;
|
||||
this.versionInfo = versionInfo;
|
||||
int length = datagroupHash.Length;
|
||||
this.CheckDatagroupHashSeqSize(length);
|
||||
}
|
||||
|
||||
// Token: 0x0600CB17 RID: 51991 RVA: 0x002E1CA4 File Offset: 0x002DFEA4
|
||||
[Token(Token = "0x600CB17")]
|
||||
[Address(RVA = "0x2EAF580", Offset = "0x2EAE580", VA = "0x182EAF580")]
|
||||
private void CheckDatagroupHashSeqSize(int size)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x17001FC6 RID: 8134
|
||||
// (get) Token: 0x0600CB18 RID: 51992 RVA: 0x002E1CC8 File Offset: 0x002DFEC8
|
||||
[Token(Token = "0x17001FC6")]
|
||||
public BigInteger Version
|
||||
{
|
||||
[Token(Token = "0x600CB18")]
|
||||
[Address(RVA = "0x2EAFE00", Offset = "0x2EAEE00", VA = "0x182EAFE00")]
|
||||
get
|
||||
{
|
||||
return this.version.Value;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17001FC7 RID: 8135
|
||||
// (get) Token: 0x0600CB19 RID: 51993 RVA: 0x002E1CE8 File Offset: 0x002DFEE8
|
||||
[Token(Token = "0x17001FC7")]
|
||||
public AlgorithmIdentifier DigestAlgorithmIdentifier
|
||||
{
|
||||
[Token(Token = "0x600CB19")]
|
||||
[Address(RVA = "0x4157B0", Offset = "0x4147B0", VA = "0x1804157B0")]
|
||||
get
|
||||
{
|
||||
return this.digestAlgorithmIdentifier;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600CB1A RID: 51994 RVA: 0x002E1CFC File Offset: 0x002DFEFC
|
||||
[Token(Token = "0x600CB1A")]
|
||||
[Address(RVA = "0x4157C0", Offset = "0x4147C0", VA = "0x1804157C0")]
|
||||
public DataGroupHash[] GetDatagroupHash()
|
||||
{
|
||||
return this.datagroupHash;
|
||||
}
|
||||
|
||||
// Token: 0x17001FC8 RID: 8136
|
||||
// (get) Token: 0x0600CB1B RID: 51995 RVA: 0x002E1D10 File Offset: 0x002DFF10
|
||||
[Token(Token = "0x17001FC8")]
|
||||
public LdsVersionInfo VersionInfo
|
||||
{
|
||||
[Token(Token = "0x600CB1B")]
|
||||
[Address(RVA = "0x4157D0", Offset = "0x4147D0", VA = "0x1804157D0")]
|
||||
get
|
||||
{
|
||||
return this.versionInfo;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600CB1C RID: 51996 RVA: 0x002E1D24 File Offset: 0x002DFF24
|
||||
[Token(Token = "0x600CB1C")]
|
||||
[Address(RVA = "0x2EAF720", Offset = "0x2EAE720", VA = "0x182EAF720", Slot = "5")]
|
||||
public override Asn1Object ToAsn1Object()
|
||||
{
|
||||
DerSequence derSequence = new DerSequence(this.datagroupHash);
|
||||
Asn1Encodable[] array = new Asn1Encodable[3];
|
||||
DerInteger derInteger = this.version;
|
||||
if (derInteger != 0)
|
||||
{
|
||||
}
|
||||
array[0] = derInteger;
|
||||
AlgorithmIdentifier algorithmIdentifier = this.digestAlgorithmIdentifier;
|
||||
if (algorithmIdentifier != 0)
|
||||
{
|
||||
}
|
||||
array[1] = algorithmIdentifier;
|
||||
if (derSequence != 0)
|
||||
{
|
||||
}
|
||||
array[2] = derSequence;
|
||||
Asn1EncodableVector asn1EncodableVector = new Asn1EncodableVector(array);
|
||||
if (this.versionInfo != (ulong)0L)
|
||||
{
|
||||
Asn1Encodable[] array2 = new Asn1Encodable[1];
|
||||
LdsVersionInfo ldsVersionInfo = this.versionInfo;
|
||||
if (ldsVersionInfo != 0)
|
||||
{
|
||||
}
|
||||
array2[0] = ldsVersionInfo;
|
||||
asn1EncodableVector.Add(array2);
|
||||
}
|
||||
DerSequence derSequence2 = new DerSequence(asn1EncodableVector);
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x040080AB RID: 32939
|
||||
[Token(Token = "0x40080AB")]
|
||||
public const int UBDataGroups = 16;
|
||||
|
||||
// Token: 0x040080AC RID: 32940
|
||||
[FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x40080AC")]
|
||||
private DerInteger version;
|
||||
|
||||
// Token: 0x040080AD RID: 32941
|
||||
[FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x40080AD")]
|
||||
private AlgorithmIdentifier digestAlgorithmIdentifier;
|
||||
|
||||
// Token: 0x040080AE RID: 32942
|
||||
[FieldOffset(Offset = "0x20")]
|
||||
[Token(Token = "0x40080AE")]
|
||||
private DataGroupHash[] datagroupHash;
|
||||
|
||||
// Token: 0x040080AF RID: 32943
|
||||
[FieldOffset(Offset = "0x28")]
|
||||
[Token(Token = "0x40080AF")]
|
||||
private LdsVersionInfo versionInfo;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,133 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Icao
|
||||
{
|
||||
// Token: 0x02001FB0 RID: 8112
|
||||
[Token(Token = "0x2001FB0")]
|
||||
public class LdsVersionInfo : Asn1Encodable
|
||||
{
|
||||
// Token: 0x0600CB1D RID: 51997 RVA: 0x002E1DC0 File Offset: 0x002DFFC0
|
||||
[Token(Token = "0x600CB1D")]
|
||||
[Address(RVA = "0x2EB01E0", Offset = "0x2EAF1E0", VA = "0x182EB01E0")]
|
||||
public LdsVersionInfo(string ldsVersion, string unicodeVersion)
|
||||
{
|
||||
DerPrintableString derPrintableString = new DerPrintableString(ldsVersion);
|
||||
this.ldsVersion = derPrintableString;
|
||||
DerPrintableString derPrintableString2 = new DerPrintableString(unicodeVersion);
|
||||
this.unicodeVersion = derPrintableString2;
|
||||
}
|
||||
|
||||
// Token: 0x0600CB1E RID: 51998 RVA: 0x002E1DF0 File Offset: 0x002DFFF0
|
||||
[Token(Token = "0x600CB1E")]
|
||||
[Address(RVA = "0x2EB00F0", Offset = "0x2EAF0F0", VA = "0x182EB00F0")]
|
||||
private LdsVersionInfo(Asn1Sequence seq)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600CB1E)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Icao.LdsVersionInfo::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_30:
|
||||
stloc:ArgumentException(var_5_3F, newobj:ArgumentException(ArgumentException::.ctor, ldstr:string("sequence wrong size for LDSVersionInfo"), ldstr:string("seq")))
|
||||
}
|
||||
|
||||
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.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
|
||||
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: 0x0600CB1F RID: 51999 RVA: 0x002E1E40 File Offset: 0x002E0040
|
||||
[Token(Token = "0x600CB1F")]
|
||||
[Address(RVA = "0x2EAFE20", Offset = "0x2EAEE20", VA = "0x182EAFE20")]
|
||||
public static LdsVersionInfo GetInstance(object obj)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600CB1F)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Icao.LdsVersionInfo BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Icao.LdsVersionInfo::GetInstance(System.Object)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_43:
|
||||
stloc:ArgumentException(var_10_52, newobj:ArgumentException(ArgumentException::.ctor, ldstr:string("sequence wrong size for LDSVersionInfo"), ldstr:string("seq")))
|
||||
}
|
||||
|
||||
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.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
|
||||
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: 0x0600CB20 RID: 52000 RVA: 0x002E1EA0 File Offset: 0x002E00A0
|
||||
[Token(Token = "0x600CB20")]
|
||||
[Address(RVA = "0x4DB0F0", Offset = "0x4DA0F0", VA = "0x1804DB0F0", Slot = "6")]
|
||||
public virtual string GetLdsVersion()
|
||||
{
|
||||
Asn1Object asn1Object = this.ldsVersion.ToAsn1Object();
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0600CB21 RID: 52001 RVA: 0x002E1EC0 File Offset: 0x002E00C0
|
||||
[Token(Token = "0x600CB21")]
|
||||
[Address(RVA = "0xA1ACA0", Offset = "0xA19CA0", VA = "0x180A1ACA0", Slot = "7")]
|
||||
public virtual string GetUnicodeVersion()
|
||||
{
|
||||
Asn1Object asn1Object = this.unicodeVersion.ToAsn1Object();
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0600CB22 RID: 52002 RVA: 0x002E1EE0 File Offset: 0x002E00E0
|
||||
[Token(Token = "0x600CB22")]
|
||||
[Address(RVA = "0x2EAFFE0", Offset = "0x2EAEFE0", VA = "0x182EAFFE0", Slot = "5")]
|
||||
public override Asn1Object ToAsn1Object()
|
||||
{
|
||||
Asn1Encodable[] array = new Asn1Encodable[2];
|
||||
DerPrintableString derPrintableString = this.ldsVersion;
|
||||
if (derPrintableString != 0)
|
||||
{
|
||||
}
|
||||
array[0] = derPrintableString;
|
||||
DerPrintableString derPrintableString2 = this.unicodeVersion;
|
||||
if (derPrintableString2 != 0)
|
||||
{
|
||||
}
|
||||
array[1] = derPrintableString2;
|
||||
DerSequence derSequence = new DerSequence(array);
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x040080B0 RID: 32944
|
||||
[FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x40080B0")]
|
||||
private DerPrintableString ldsVersion;
|
||||
|
||||
// Token: 0x040080B1 RID: 32945
|
||||
[FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x40080B1")]
|
||||
private DerPrintableString unicodeVersion;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user