scripts
This commit is contained in:
+192
@@ -0,0 +1,192 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified
|
||||
{
|
||||
// Token: 0x0200185B RID: 6235
|
||||
[Token(Token = "0x200185B")]
|
||||
[StructLayout(3)]
|
||||
public class BiometricData : Asn1Encodable
|
||||
{
|
||||
// Token: 0x0600A842 RID: 43074 RVA: 0x00273764 File Offset: 0x00271964
|
||||
[Token(Token = "0x600A842")]
|
||||
[Address(RVA = "0x2AFF5B0", Offset = "0x2AFDFB0", VA = "0x182AFF5B0")]
|
||||
public static BiometricData GetInstance(object obj)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600A842)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.BiometricData BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.BiometricData::GetInstance(System.Object)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_72:
|
||||
stloc:string(var_15_78, call:string(Platform::GetTypeName, ldloc:object(obj)))
|
||||
stloc:ArgumentException(var_16_90, newobj:ArgumentException(ArgumentException::.ctor, call:string(string::Concat, ldstr:string("unknown object in GetInstance: "), ldloc:string(var_15_78)), ldstr:string("obj")))
|
||||
}
|
||||
|
||||
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: 0x0600A843 RID: 43075 RVA: 0x00273804 File Offset: 0x00271A04
|
||||
[Token(Token = "0x600A843")]
|
||||
[Address(RVA = "0x2AFFA30", Offset = "0x2AFE430", VA = "0x182AFFA30")]
|
||||
private BiometricData(Asn1Sequence seq)
|
||||
{
|
||||
Asn1SequenceParser parser = seq.Parser;
|
||||
TypeOfBiometricData typeOfBiometricData;
|
||||
this.typeOfBiometricData = typeOfBiometricData;
|
||||
Asn1SequenceParser parser2 = seq.Parser;
|
||||
AlgorithmIdentifier algorithmIdentifier;
|
||||
this.hashAlgorithm = algorithmIdentifier;
|
||||
Asn1SequenceParser parser3 = seq.Parser;
|
||||
Asn1OctetString asn1OctetString;
|
||||
this.biometricDataHash = asn1OctetString;
|
||||
Asn1Encodable asn1Encodable;
|
||||
if (asn1Encodable > (ulong)3L)
|
||||
{
|
||||
Asn1SequenceParser parser4 = seq.Parser;
|
||||
DerIA5String derIA5String;
|
||||
this.sourceDataUri = derIA5String;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600A844 RID: 43076 RVA: 0x00273860 File Offset: 0x00271A60
|
||||
[Token(Token = "0x600A844")]
|
||||
[Address(RVA = "0x9BCAC0", Offset = "0x9BB4C0", VA = "0x1809BCAC0")]
|
||||
public BiometricData(TypeOfBiometricData typeOfBiometricData, AlgorithmIdentifier hashAlgorithm, Asn1OctetString biometricDataHash, DerIA5String sourceDataUri)
|
||||
{
|
||||
this.typeOfBiometricData = typeOfBiometricData;
|
||||
this.biometricDataHash = biometricDataHash;
|
||||
this.sourceDataUri = 0;
|
||||
this.hashAlgorithm = hashAlgorithm;
|
||||
}
|
||||
|
||||
// Token: 0x0600A845 RID: 43077 RVA: 0x00273890 File Offset: 0x00271A90
|
||||
[Token(Token = "0x600A845")]
|
||||
[Address(RVA = "0x27D9E40", Offset = "0x27D8840", VA = "0x1827D9E40")]
|
||||
public BiometricData(TypeOfBiometricData typeOfBiometricData, AlgorithmIdentifier hashAlgorithm, Asn1OctetString biometricDataHash)
|
||||
{
|
||||
this.typeOfBiometricData = typeOfBiometricData;
|
||||
this.biometricDataHash = biometricDataHash;
|
||||
this.hashAlgorithm = hashAlgorithm;
|
||||
this.sourceDataUri = (ulong)0L;
|
||||
}
|
||||
|
||||
// Token: 0x17001A66 RID: 6758
|
||||
// (get) Token: 0x0600A846 RID: 43078 RVA: 0x002738C4 File Offset: 0x00271AC4
|
||||
[Token(Token = "0x17001A66")]
|
||||
public TypeOfBiometricData TypeOfBiometricData
|
||||
{
|
||||
[Token(Token = "0x600A846")]
|
||||
[Address(RVA = "0x3C39A0", Offset = "0x3C23A0", VA = "0x1803C39A0")]
|
||||
get
|
||||
{
|
||||
return this.typeOfBiometricData;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17001A67 RID: 6759
|
||||
// (get) Token: 0x0600A847 RID: 43079 RVA: 0x002738D8 File Offset: 0x00271AD8
|
||||
[Token(Token = "0x17001A67")]
|
||||
public AlgorithmIdentifier HashAlgorithm
|
||||
{
|
||||
[Token(Token = "0x600A847")]
|
||||
[Address(RVA = "0x3C1240", Offset = "0x3BFC40", VA = "0x1803C1240")]
|
||||
get
|
||||
{
|
||||
return this.hashAlgorithm;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17001A68 RID: 6760
|
||||
// (get) Token: 0x0600A848 RID: 43080 RVA: 0x002738EC File Offset: 0x00271AEC
|
||||
[Token(Token = "0x17001A68")]
|
||||
public Asn1OctetString BiometricDataHash
|
||||
{
|
||||
[Token(Token = "0x600A848")]
|
||||
[Address(RVA = "0x3C1220", Offset = "0x3BFC20", VA = "0x1803C1220")]
|
||||
get
|
||||
{
|
||||
return this.biometricDataHash;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17001A69 RID: 6761
|
||||
// (get) Token: 0x0600A849 RID: 43081 RVA: 0x00273900 File Offset: 0x00271B00
|
||||
[Token(Token = "0x17001A69")]
|
||||
public DerIA5String SourceDataUri
|
||||
{
|
||||
[Token(Token = "0x600A849")]
|
||||
[Address(RVA = "0x3C1230", Offset = "0x3BFC30", VA = "0x1803C1230")]
|
||||
get
|
||||
{
|
||||
return this.sourceDataUri;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600A84A RID: 43082 RVA: 0x00273914 File Offset: 0x00271B14
|
||||
[Token(Token = "0x600A84A")]
|
||||
[Address(RVA = "0x2AFF820", Offset = "0x2AFE220", VA = "0x182AFF820", Slot = "5")]
|
||||
public override Asn1Object ToAsn1Object()
|
||||
{
|
||||
Asn1Encodable[] array = new Asn1Encodable[3];
|
||||
TypeOfBiometricData typeOfBiometricData = this.typeOfBiometricData;
|
||||
if (typeOfBiometricData != 0)
|
||||
{
|
||||
}
|
||||
array[0] = typeOfBiometricData;
|
||||
AlgorithmIdentifier algorithmIdentifier = this.hashAlgorithm;
|
||||
if (algorithmIdentifier != 0)
|
||||
{
|
||||
}
|
||||
array[1] = algorithmIdentifier;
|
||||
Asn1OctetString asn1OctetString = this.biometricDataHash;
|
||||
if (asn1OctetString != 0)
|
||||
{
|
||||
}
|
||||
array[2] = asn1OctetString;
|
||||
Asn1EncodableVector asn1EncodableVector = new Asn1EncodableVector(array);
|
||||
if (this.sourceDataUri != (ulong)0L)
|
||||
{
|
||||
Asn1Encodable[] array2 = new Asn1Encodable[1];
|
||||
DerIA5String derIA5String = this.sourceDataUri;
|
||||
if (derIA5String != 0)
|
||||
{
|
||||
}
|
||||
array2[0] = derIA5String;
|
||||
asn1EncodableVector.Add(array2);
|
||||
}
|
||||
DerSequence derSequence = new DerSequence(asn1EncodableVector);
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x04006D7F RID: 28031
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4006D7F")]
|
||||
private readonly TypeOfBiometricData typeOfBiometricData;
|
||||
|
||||
// Token: 0x04006D80 RID: 28032
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x4006D80")]
|
||||
private readonly AlgorithmIdentifier hashAlgorithm;
|
||||
|
||||
// Token: 0x04006D81 RID: 28033
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x20")]
|
||||
[Token(Token = "0x4006D81")]
|
||||
private readonly Asn1OctetString biometricDataHash;
|
||||
|
||||
// Token: 0x04006D82 RID: 28034
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x28")]
|
||||
[Token(Token = "0x4006D82")]
|
||||
private readonly DerIA5String sourceDataUri;
|
||||
}
|
||||
}
|
||||
+39
@@ -0,0 +1,39 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified
|
||||
{
|
||||
// Token: 0x0200185C RID: 6236
|
||||
[Token(Token = "0x200185C")]
|
||||
[StructLayout(3)]
|
||||
public abstract class EtsiQCObjectIdentifiers
|
||||
{
|
||||
// Token: 0x0600A84B RID: 43083 RVA: 0x002739AC File Offset: 0x00271BAC
|
||||
[Token(Token = "0x600A84B")]
|
||||
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
|
||||
protected EtsiQCObjectIdentifiers()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04006D83 RID: 28035
|
||||
[Token(Token = "0x4006D83")]
|
||||
public static readonly DerObjectIdentifier IdEtsiQcs = new DerObjectIdentifier("0.4.0.1862.1");
|
||||
|
||||
// Token: 0x04006D84 RID: 28036
|
||||
[Token(Token = "0x4006D84")]
|
||||
public static readonly DerObjectIdentifier IdEtsiQcsQcCompliance = new DerObjectIdentifier(EtsiQCObjectIdentifiers.IdEtsiQcs + ".1");
|
||||
|
||||
// Token: 0x04006D85 RID: 28037
|
||||
[Token(Token = "0x4006D85")]
|
||||
public static readonly DerObjectIdentifier IdEtsiQcsLimitValue = new DerObjectIdentifier(EtsiQCObjectIdentifiers.IdEtsiQcs + ".2");
|
||||
|
||||
// Token: 0x04006D86 RID: 28038
|
||||
[Token(Token = "0x4006D86")]
|
||||
public static readonly DerObjectIdentifier IdEtsiQcsRetentionPeriod = new DerObjectIdentifier(EtsiQCObjectIdentifiers.IdEtsiQcs + ".3");
|
||||
|
||||
// Token: 0x04006D87 RID: 28039
|
||||
[Token(Token = "0x4006D87")]
|
||||
public static readonly DerObjectIdentifier IdEtsiQcsQcSscd = new DerObjectIdentifier(EtsiQCObjectIdentifiers.IdEtsiQcs + ".4");
|
||||
}
|
||||
}
|
||||
+147
@@ -0,0 +1,147 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using BestHTTP.SecureProtocol.Org.BouncyCastle.Math;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified
|
||||
{
|
||||
// Token: 0x0200185D RID: 6237
|
||||
[Token(Token = "0x200185D")]
|
||||
[StructLayout(3)]
|
||||
public class Iso4217CurrencyCode : Asn1Encodable, IAsn1Choice
|
||||
{
|
||||
// Token: 0x0600A84D RID: 43085 RVA: 0x00273A40 File Offset: 0x00271C40
|
||||
[Token(Token = "0x600A84D")]
|
||||
[Address(RVA = "0x2B08A50", Offset = "0x2B07450", VA = "0x182B08A50")]
|
||||
public static Iso4217CurrencyCode GetInstance(object obj)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600A84D)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.Iso4217CurrencyCode BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.Iso4217CurrencyCode::GetInstance(System.Object)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_78:
|
||||
stloc:string(var_10_7E, call:string(Platform::GetTypeName, ldloc:object(obj)))
|
||||
stloc:ArgumentException(var_11_96, newobj:ArgumentException(ArgumentException::.ctor, call:string(string::Concat, ldstr:string("unknown object in GetInstance: "), ldloc:string(var_10_7E)), ldstr:string("obj")))
|
||||
}
|
||||
|
||||
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: 0x0600A84E RID: 43086 RVA: 0x00273AE4 File Offset: 0x00271CE4
|
||||
[Token(Token = "0x600A84E")]
|
||||
[Address(RVA = "0x2B08EE0", Offset = "0x2B078E0", VA = "0x182B08EE0")]
|
||||
public Iso4217CurrencyCode(int numeric)
|
||||
{
|
||||
if (numeric - 1 <= 998)
|
||||
{
|
||||
DerInteger derInteger = new DerInteger(numeric);
|
||||
this.obj = derInteger;
|
||||
return;
|
||||
}
|
||||
object[] array = new object[5];
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0600A84F RID: 43087 RVA: 0x00273B80 File Offset: 0x00271D80
|
||||
[Token(Token = "0x600A84F")]
|
||||
[Address(RVA = "0x2B090A0", Offset = "0x2B07AA0", VA = "0x182B090A0")]
|
||||
public Iso4217CurrencyCode(string alphabetic)
|
||||
{
|
||||
DerPrintableString derPrintableString = new DerPrintableString(alphabetic);
|
||||
this.obj = derPrintableString;
|
||||
}
|
||||
|
||||
// Token: 0x17001A6A RID: 6762
|
||||
// (get) Token: 0x0600A850 RID: 43088 RVA: 0x00273BA8 File Offset: 0x00271DA8
|
||||
[Token(Token = "0x17001A6A")]
|
||||
public bool IsAlphabetic
|
||||
{
|
||||
[Token(Token = "0x600A850")]
|
||||
[Address(RVA = "0x2B09250", Offset = "0x2B07C50", VA = "0x182B09250")]
|
||||
get
|
||||
{
|
||||
Asn1Encodable asn1Encodable = this.obj;
|
||||
if (asn1Encodable == 0)
|
||||
{
|
||||
return 0 != 0;
|
||||
}
|
||||
return asn1Encodable != 0;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17001A6B RID: 6763
|
||||
// (get) Token: 0x0600A851 RID: 43089 RVA: 0x00273BD4 File Offset: 0x00271DD4
|
||||
[Token(Token = "0x17001A6B")]
|
||||
public string Alphabetic
|
||||
{
|
||||
[Token(Token = "0x600A851")]
|
||||
[Address(RVA = "0x2B09180", Offset = "0x2B07B80", VA = "0x182B09180")]
|
||||
get
|
||||
{
|
||||
Asn1Encodable asn1Encodable;
|
||||
do
|
||||
{
|
||||
asn1Encodable = this.obj;
|
||||
}
|
||||
while (asn1Encodable == 0 || asn1Encodable == 0);
|
||||
Asn1Object asn1Object = asn1Encodable.ToAsn1Object();
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17001A6C RID: 6764
|
||||
// (get) Token: 0x0600A852 RID: 43090 RVA: 0x00273C00 File Offset: 0x00271E00
|
||||
[Token(Token = "0x17001A6C")]
|
||||
public int Numeric
|
||||
{
|
||||
[Token(Token = "0x600A852")]
|
||||
[Address(RVA = "0x2B092D0", Offset = "0x2B07CD0", VA = "0x182B092D0")]
|
||||
get
|
||||
{
|
||||
Asn1Encodable asn1Encodable;
|
||||
do
|
||||
{
|
||||
asn1Encodable = this.obj;
|
||||
}
|
||||
while (asn1Encodable == 0 || asn1Encodable == 0);
|
||||
BigInteger bigInteger;
|
||||
return bigInteger.IntValue;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600A853 RID: 43091 RVA: 0x00273C2C File Offset: 0x00271E2C
|
||||
[Token(Token = "0x600A853")]
|
||||
[Address(RVA = "0x52D760", Offset = "0x52C160", VA = "0x18052D760", Slot = "5")]
|
||||
public override Asn1Object ToAsn1Object()
|
||||
{
|
||||
return this.obj.ToAsn1Object();
|
||||
}
|
||||
|
||||
// Token: 0x04006D88 RID: 28040
|
||||
[Token(Token = "0x4006D88")]
|
||||
internal const int AlphabeticMaxSize = 3;
|
||||
|
||||
// Token: 0x04006D89 RID: 28041
|
||||
[Token(Token = "0x4006D89")]
|
||||
internal const int NumericMinSize = 1;
|
||||
|
||||
// Token: 0x04006D8A RID: 28042
|
||||
[Token(Token = "0x4006D8A")]
|
||||
internal const int NumericMaxSize = 999;
|
||||
|
||||
// Token: 0x04006D8B RID: 28043
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4006D8B")]
|
||||
internal Asn1Encodable obj;
|
||||
}
|
||||
}
|
||||
+147
@@ -0,0 +1,147 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using BestHTTP.SecureProtocol.Org.BouncyCastle.Math;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified
|
||||
{
|
||||
// Token: 0x0200185E RID: 6238
|
||||
[Token(Token = "0x200185E")]
|
||||
[StructLayout(3)]
|
||||
public class MonetaryValue : Asn1Encodable
|
||||
{
|
||||
// Token: 0x0600A854 RID: 43092 RVA: 0x00273C4C File Offset: 0x00271E4C
|
||||
[Token(Token = "0x600A854")]
|
||||
[Address(RVA = "0x2B0B170", Offset = "0x2B09B70", VA = "0x182B0B170")]
|
||||
public static MonetaryValue GetInstance(object obj)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600A854)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.MonetaryValue BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.MonetaryValue::GetInstance(System.Object)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_5A:
|
||||
stloc:string(var_13_60, call:string(Platform::GetTypeName, ldloc:object(obj)))
|
||||
stloc:ArgumentException(var_14_78, newobj:ArgumentException(ArgumentException::.ctor, call:string(string::Concat, ldstr:string("unknown object in GetInstance: "), ldloc:string(var_13_60)), ldstr:string("obj")))
|
||||
}
|
||||
|
||||
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: 0x0600A855 RID: 43093 RVA: 0x00273CD4 File Offset: 0x00271ED4
|
||||
[Token(Token = "0x600A855")]
|
||||
[Address(RVA = "0x2B0B5B0", Offset = "0x2B09FB0", VA = "0x182B0B5B0")]
|
||||
private MonetaryValue(Asn1Sequence seq)
|
||||
{
|
||||
Asn1SequenceParser parser = seq.Parser;
|
||||
Iso4217CurrencyCode iso4217CurrencyCode;
|
||||
this.currency = iso4217CurrencyCode;
|
||||
Asn1SequenceParser parser2 = seq.Parser;
|
||||
DerInteger derInteger;
|
||||
this.amount = derInteger;
|
||||
Asn1SequenceParser parser3 = seq.Parser;
|
||||
DerInteger derInteger2;
|
||||
this.exponent = derInteger2;
|
||||
}
|
||||
|
||||
// Token: 0x0600A856 RID: 43094 RVA: 0x00273D1C File Offset: 0x00271F1C
|
||||
[Token(Token = "0x600A856")]
|
||||
[Address(RVA = "0x2B0B700", Offset = "0x2B0A100", VA = "0x182B0B700")]
|
||||
public MonetaryValue(Iso4217CurrencyCode currency, int amount, int exponent)
|
||||
{
|
||||
this.currency = currency;
|
||||
DerInteger derInteger = new DerInteger(amount);
|
||||
this.amount = derInteger;
|
||||
DerInteger derInteger2 = new DerInteger(amount);
|
||||
this.exponent = derInteger2;
|
||||
}
|
||||
|
||||
// Token: 0x17001A6D RID: 6765
|
||||
// (get) Token: 0x0600A857 RID: 43095 RVA: 0x00273D54 File Offset: 0x00271F54
|
||||
[Token(Token = "0x17001A6D")]
|
||||
public Iso4217CurrencyCode Currency
|
||||
{
|
||||
[Token(Token = "0x600A857")]
|
||||
[Address(RVA = "0x3C39A0", Offset = "0x3C23A0", VA = "0x1803C39A0")]
|
||||
get
|
||||
{
|
||||
return this.currency;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17001A6E RID: 6766
|
||||
// (get) Token: 0x0600A858 RID: 43096 RVA: 0x00273D68 File Offset: 0x00271F68
|
||||
[Token(Token = "0x17001A6E")]
|
||||
public BigInteger Amount
|
||||
{
|
||||
[Token(Token = "0x600A858")]
|
||||
[Address(RVA = "0x27D16D0", Offset = "0x27D00D0", VA = "0x1827D16D0")]
|
||||
get
|
||||
{
|
||||
return this.amount.Value;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17001A6F RID: 6767
|
||||
// (get) Token: 0x0600A859 RID: 43097 RVA: 0x00273D88 File Offset: 0x00271F88
|
||||
[Token(Token = "0x17001A6F")]
|
||||
public BigInteger Exponent
|
||||
{
|
||||
[Token(Token = "0x600A859")]
|
||||
[Address(RVA = "0x27D16F0", Offset = "0x27D00F0", VA = "0x1827D16F0")]
|
||||
get
|
||||
{
|
||||
return this.exponent.Value;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600A85A RID: 43098 RVA: 0x00273DA8 File Offset: 0x00271FA8
|
||||
[Token(Token = "0x600A85A")]
|
||||
[Address(RVA = "0x2B0B440", Offset = "0x2B09E40", VA = "0x182B0B440", Slot = "5")]
|
||||
public override Asn1Object ToAsn1Object()
|
||||
{
|
||||
Asn1Encodable[] array = new Asn1Encodable[3];
|
||||
Iso4217CurrencyCode iso4217CurrencyCode = this.currency;
|
||||
if (iso4217CurrencyCode != 0)
|
||||
{
|
||||
}
|
||||
array[0] = iso4217CurrencyCode;
|
||||
DerInteger derInteger = this.amount;
|
||||
if (derInteger != 0)
|
||||
{
|
||||
}
|
||||
array[1] = derInteger;
|
||||
DerInteger derInteger2 = this.exponent;
|
||||
if (derInteger2 != 0)
|
||||
{
|
||||
}
|
||||
array[2] = derInteger2;
|
||||
DerSequence derSequence = new DerSequence(array);
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x04006D8C RID: 28044
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4006D8C")]
|
||||
internal Iso4217CurrencyCode currency;
|
||||
|
||||
// Token: 0x04006D8D RID: 28045
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x4006D8D")]
|
||||
internal DerInteger amount;
|
||||
|
||||
// Token: 0x04006D8E RID: 28046
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x20")]
|
||||
[Token(Token = "0x4006D8E")]
|
||||
internal DerInteger exponent;
|
||||
}
|
||||
}
|
||||
+134
@@ -0,0 +1,134 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified
|
||||
{
|
||||
// Token: 0x0200185F RID: 6239
|
||||
[Token(Token = "0x200185F")]
|
||||
[StructLayout(3)]
|
||||
public class QCStatement : Asn1Encodable
|
||||
{
|
||||
// Token: 0x0600A85B RID: 43099 RVA: 0x00273E04 File Offset: 0x00272004
|
||||
[Token(Token = "0x600A85B")]
|
||||
[Address(RVA = "0x2B0FD70", Offset = "0x2B0E770", VA = "0x182B0FD70")]
|
||||
public static QCStatement GetInstance(object obj)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600A85B)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.QCStatement BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.QCStatement::GetInstance(System.Object)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_50:
|
||||
stloc:string(var_10_56, call:string(Platform::GetTypeName, ldloc:object(obj)))
|
||||
stloc:ArgumentException(var_11_6E, newobj:ArgumentException(ArgumentException::.ctor, call:string(string::Concat, ldstr:string("unknown object in GetInstance: "), ldloc:string(var_10_56)), ldstr:string("obj")))
|
||||
}
|
||||
|
||||
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: 0x0600A85C RID: 43100 RVA: 0x00273E80 File Offset: 0x00272080
|
||||
[Token(Token = "0x600A85C")]
|
||||
[Address(RVA = "0x2B10140", Offset = "0x2B0EB40", VA = "0x182B10140")]
|
||||
private QCStatement(Asn1Sequence seq)
|
||||
{
|
||||
Asn1SequenceParser parser = seq.Parser;
|
||||
DerObjectIdentifier derObjectIdentifier;
|
||||
this.qcStatementId = derObjectIdentifier;
|
||||
Asn1Encodable asn1Encodable;
|
||||
if (asn1Encodable > (ulong)1L)
|
||||
{
|
||||
Asn1SequenceParser parser2 = seq.Parser;
|
||||
this.qcStatementInfo = parser2;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600A85D RID: 43101 RVA: 0x00273EBC File Offset: 0x002720BC
|
||||
[Token(Token = "0x600A85D")]
|
||||
[Address(RVA = "0x579A20", Offset = "0x578420", VA = "0x180579A20")]
|
||||
public QCStatement(DerObjectIdentifier qcStatementId)
|
||||
{
|
||||
this.qcStatementId = qcStatementId;
|
||||
}
|
||||
|
||||
// Token: 0x0600A85E RID: 43102 RVA: 0x00273ED8 File Offset: 0x002720D8
|
||||
[Token(Token = "0x600A85E")]
|
||||
[Address(RVA = "0x937E20", Offset = "0x936820", VA = "0x180937E20")]
|
||||
public QCStatement(DerObjectIdentifier qcStatementId, Asn1Encodable qcStatementInfo)
|
||||
{
|
||||
this.qcStatementId = qcStatementId;
|
||||
this.qcStatementInfo = qcStatementInfo;
|
||||
}
|
||||
|
||||
// Token: 0x17001A70 RID: 6768
|
||||
// (get) Token: 0x0600A85F RID: 43103 RVA: 0x00273EFC File Offset: 0x002720FC
|
||||
[Token(Token = "0x17001A70")]
|
||||
public DerObjectIdentifier StatementId
|
||||
{
|
||||
[Token(Token = "0x600A85F")]
|
||||
[Address(RVA = "0x3C39A0", Offset = "0x3C23A0", VA = "0x1803C39A0")]
|
||||
get
|
||||
{
|
||||
return this.qcStatementId;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17001A71 RID: 6769
|
||||
// (get) Token: 0x0600A860 RID: 43104 RVA: 0x00273F10 File Offset: 0x00272110
|
||||
[Token(Token = "0x17001A71")]
|
||||
public Asn1Encodable StatementInfo
|
||||
{
|
||||
[Token(Token = "0x600A860")]
|
||||
[Address(RVA = "0x3C1240", Offset = "0x3BFC40", VA = "0x1803C1240")]
|
||||
get
|
||||
{
|
||||
return this.qcStatementInfo;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600A861 RID: 43105 RVA: 0x00273F24 File Offset: 0x00272124
|
||||
[Token(Token = "0x600A861")]
|
||||
[Address(RVA = "0x2B0FFD0", Offset = "0x2B0E9D0", VA = "0x182B0FFD0", Slot = "5")]
|
||||
public override Asn1Object ToAsn1Object()
|
||||
{
|
||||
Asn1Encodable[] array = new Asn1Encodable[1];
|
||||
DerObjectIdentifier derObjectIdentifier = this.qcStatementId;
|
||||
if (derObjectIdentifier != 0)
|
||||
{
|
||||
}
|
||||
array[0] = derObjectIdentifier;
|
||||
Asn1EncodableVector asn1EncodableVector = new Asn1EncodableVector(array);
|
||||
if (this.qcStatementInfo != (ulong)0L)
|
||||
{
|
||||
Asn1Encodable[] array2 = new Asn1Encodable[1];
|
||||
Asn1Encodable asn1Encodable = this.qcStatementInfo;
|
||||
if (asn1Encodable != 0)
|
||||
{
|
||||
}
|
||||
array2[0] = asn1Encodable;
|
||||
asn1EncodableVector.Add(array2);
|
||||
}
|
||||
DerSequence derSequence = new DerSequence(asn1EncodableVector);
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x04006D8F RID: 28047
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4006D8F")]
|
||||
private readonly DerObjectIdentifier qcStatementId;
|
||||
|
||||
// Token: 0x04006D90 RID: 28048
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x4006D90")]
|
||||
private readonly Asn1Encodable qcStatementInfo;
|
||||
}
|
||||
}
|
||||
+31
@@ -0,0 +1,31 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified
|
||||
{
|
||||
// Token: 0x02001860 RID: 6240
|
||||
[Token(Token = "0x2001860")]
|
||||
[StructLayout(3)]
|
||||
public sealed class Rfc3739QCObjectIdentifiers
|
||||
{
|
||||
// Token: 0x0600A862 RID: 43106 RVA: 0x00273F90 File Offset: 0x00272190
|
||||
[Token(Token = "0x600A862")]
|
||||
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
|
||||
private Rfc3739QCObjectIdentifiers()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04006D91 RID: 28049
|
||||
[Token(Token = "0x4006D91")]
|
||||
public static readonly DerObjectIdentifier IdQcs = new DerObjectIdentifier("1.3.6.1.5.5.7.11");
|
||||
|
||||
// Token: 0x04006D92 RID: 28050
|
||||
[Token(Token = "0x4006D92")]
|
||||
public static readonly DerObjectIdentifier IdQcsPkixQCSyntaxV1 = new DerObjectIdentifier(Rfc3739QCObjectIdentifiers.IdQcs + ".1");
|
||||
|
||||
// Token: 0x04006D93 RID: 28051
|
||||
[Token(Token = "0x4006D93")]
|
||||
public static readonly DerObjectIdentifier IdQcsPkixQCSyntaxV2 = new DerObjectIdentifier(Rfc3739QCObjectIdentifiers.IdQcs + ".2");
|
||||
}
|
||||
}
|
||||
+166
@@ -0,0 +1,166 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified
|
||||
{
|
||||
// Token: 0x02001861 RID: 6241
|
||||
[Token(Token = "0x2001861")]
|
||||
[StructLayout(3)]
|
||||
public class SemanticsInformation : Asn1Encodable
|
||||
{
|
||||
// Token: 0x0600A864 RID: 43108 RVA: 0x00273FF4 File Offset: 0x002721F4
|
||||
[Token(Token = "0x600A864")]
|
||||
[Address(RVA = "0x2B118E0", Offset = "0x2B102E0", VA = "0x182B118E0")]
|
||||
public static SemanticsInformation GetInstance(object obj)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600A864)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.SemanticsInformation BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.SemanticsInformation::GetInstance(System.Object)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_32:
|
||||
stloc:string(var_7_38, call:string(Platform::GetTypeName, ldloc:object(obj)))
|
||||
stloc:ArgumentException(var_8_50, newobj:ArgumentException(ArgumentException::.ctor, call:string(string::Concat, ldstr:string("unknown object in GetInstance: "), ldloc:string(var_7_38)), ldstr:string("obj")))
|
||||
}
|
||||
|
||||
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: 0x0600A865 RID: 43109 RVA: 0x00274054 File Offset: 0x00272254
|
||||
[Token(Token = "0x600A865")]
|
||||
[Address(RVA = "0x2B11C50", Offset = "0x2B10650", VA = "0x182B11C50")]
|
||||
public SemanticsInformation(Asn1Sequence seq)
|
||||
{
|
||||
IEnumerator enumerator = seq.GetEnumerator();
|
||||
if (enumerator != 0)
|
||||
{
|
||||
int num = 0;
|
||||
if (enumerator != 0)
|
||||
{
|
||||
DerObjectIdentifier derObjectIdentifier;
|
||||
this.semanticsIdentifier = derObjectIdentifier;
|
||||
if (derObjectIdentifier == 0)
|
||||
{
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (enumerator != 0)
|
||||
{
|
||||
Asn1Encodable asn1Encodable;
|
||||
GeneralName[] array = new GeneralName[asn1Encodable];
|
||||
this.nameRegistrationAuthorities = array;
|
||||
Asn1Encodable asn1Encodable2;
|
||||
if (num < asn1Encodable2)
|
||||
{
|
||||
GeneralName[] array2 = this.nameRegistrationAuthorities;
|
||||
Asn1Sequence asn1Sequence;
|
||||
Asn1SequenceParser parser = asn1Sequence.Parser;
|
||||
GeneralName generalName;
|
||||
if (generalName != 0)
|
||||
{
|
||||
}
|
||||
num++;
|
||||
array2[0] = generalName;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600A866 RID: 43110 RVA: 0x002740CC File Offset: 0x002722CC
|
||||
[Token(Token = "0x600A866")]
|
||||
[Address(RVA = "0x937E20", Offset = "0x936820", VA = "0x180937E20")]
|
||||
public SemanticsInformation(DerObjectIdentifier semanticsIdentifier, GeneralName[] generalNames)
|
||||
{
|
||||
this.semanticsIdentifier = semanticsIdentifier;
|
||||
this.nameRegistrationAuthorities = generalNames;
|
||||
}
|
||||
|
||||
// Token: 0x0600A867 RID: 43111 RVA: 0x002740F0 File Offset: 0x002722F0
|
||||
[Token(Token = "0x600A867")]
|
||||
[Address(RVA = "0x579A20", Offset = "0x578420", VA = "0x180579A20")]
|
||||
public SemanticsInformation(DerObjectIdentifier semanticsIdentifier)
|
||||
{
|
||||
this.semanticsIdentifier = semanticsIdentifier;
|
||||
}
|
||||
|
||||
// Token: 0x0600A868 RID: 43112 RVA: 0x0027410C File Offset: 0x0027230C
|
||||
[Token(Token = "0x600A868")]
|
||||
[Address(RVA = "0x9BBBE0", Offset = "0x9BA5E0", VA = "0x1809BBBE0")]
|
||||
public SemanticsInformation(GeneralName[] generalNames)
|
||||
{
|
||||
this.nameRegistrationAuthorities = generalNames;
|
||||
}
|
||||
|
||||
// Token: 0x17001A72 RID: 6770
|
||||
// (get) Token: 0x0600A869 RID: 43113 RVA: 0x00274128 File Offset: 0x00272328
|
||||
[Token(Token = "0x17001A72")]
|
||||
public DerObjectIdentifier SemanticsIdentifier
|
||||
{
|
||||
[Token(Token = "0x600A869")]
|
||||
[Address(RVA = "0x3C39A0", Offset = "0x3C23A0", VA = "0x1803C39A0")]
|
||||
get
|
||||
{
|
||||
return this.semanticsIdentifier;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600A86A RID: 43114 RVA: 0x0027413C File Offset: 0x0027233C
|
||||
[Token(Token = "0x600A86A")]
|
||||
[Address(RVA = "0x3C1240", Offset = "0x3BFC40", VA = "0x1803C1240")]
|
||||
public GeneralName[] GetNameRegistrationAuthorities()
|
||||
{
|
||||
return this.nameRegistrationAuthorities;
|
||||
}
|
||||
|
||||
// Token: 0x0600A86B RID: 43115 RVA: 0x00274150 File Offset: 0x00272350
|
||||
[Token(Token = "0x600A86B")]
|
||||
[Address(RVA = "0x2B11A90", Offset = "0x2B10490", VA = "0x182B11A90", Slot = "5")]
|
||||
public override Asn1Object ToAsn1Object()
|
||||
{
|
||||
Asn1EncodableVector asn1EncodableVector;
|
||||
if (this.semanticsIdentifier != (ulong)0L)
|
||||
{
|
||||
Asn1Encodable[] array = new Asn1Encodable[1];
|
||||
DerObjectIdentifier derObjectIdentifier = this.semanticsIdentifier;
|
||||
if (derObjectIdentifier != 0)
|
||||
{
|
||||
}
|
||||
array[0] = derObjectIdentifier;
|
||||
asn1EncodableVector.Add(array);
|
||||
}
|
||||
if (this.nameRegistrationAuthorities != (ulong)0L)
|
||||
{
|
||||
Asn1Encodable[] array2 = new Asn1Encodable[1];
|
||||
DerSequence derSequence = new DerSequence(this.nameRegistrationAuthorities);
|
||||
if (derSequence != 0)
|
||||
{
|
||||
}
|
||||
array2[0] = derSequence;
|
||||
asn1EncodableVector.Add(array2);
|
||||
}
|
||||
DerSequence derSequence2 = new DerSequence(asn1EncodableVector);
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x04006D94 RID: 28052
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4006D94")]
|
||||
private readonly DerObjectIdentifier semanticsIdentifier;
|
||||
|
||||
// Token: 0x04006D95 RID: 28053
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x4006D95")]
|
||||
private readonly GeneralName[] nameRegistrationAuthorities;
|
||||
}
|
||||
}
|
||||
+169
@@ -0,0 +1,169 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using BestHTTP.SecureProtocol.Org.BouncyCastle.Math;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified
|
||||
{
|
||||
// Token: 0x02001862 RID: 6242
|
||||
[Token(Token = "0x2001862")]
|
||||
[StructLayout(3)]
|
||||
public class TypeOfBiometricData : Asn1Encodable, IAsn1Choice
|
||||
{
|
||||
// Token: 0x0600A86C RID: 43116 RVA: 0x002741CC File Offset: 0x002723CC
|
||||
[Token(Token = "0x600A86C")]
|
||||
[Address(RVA = "0x2B14AE0", Offset = "0x2B134E0", VA = "0x182B14AE0")]
|
||||
public static TypeOfBiometricData GetInstance(object obj)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600A86C)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.TypeOfBiometricData BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.TypeOfBiometricData::GetInstance(System.Object)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_8A:
|
||||
stloc:ArgumentException(var_12_9B, newobj:ArgumentException(ArgumentException::.ctor, call:string(string::Concat, ldstr:string[exp:object]("unknow PredefinedBiometricType : "), ldloc:ArgumentException[exp:object](var_11))))
|
||||
}
|
||||
|
||||
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: 0x0600A86D RID: 43117 RVA: 0x00274278 File Offset: 0x00272478
|
||||
[Token(Token = "0x600A86D")]
|
||||
[Address(RVA = "0x2B14DD0", Offset = "0x2B137D0", VA = "0x182B14DD0")]
|
||||
public TypeOfBiometricData(int predefinedBiometricType)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600A86D)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.TypeOfBiometricData::.ctor(System.Int32)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_1D:
|
||||
stloc:ArgumentException(var_1_2D, newobj:ArgumentException(ArgumentException::.ctor, call:string(string::Concat, ldstr:string[exp:object]("unknow PredefinedBiometricType : "), ldloc:int32[exp:object](predefinedBiometricType))))
|
||||
}
|
||||
|
||||
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: 0x0600A86E RID: 43118 RVA: 0x002742B4 File Offset: 0x002724B4
|
||||
[Token(Token = "0x600A86E")]
|
||||
[Address(RVA = "0x579A20", Offset = "0x578420", VA = "0x180579A20")]
|
||||
public TypeOfBiometricData(DerObjectIdentifier biometricDataOid)
|
||||
{
|
||||
this.obj = biometricDataOid;
|
||||
}
|
||||
|
||||
// Token: 0x17001A73 RID: 6771
|
||||
// (get) Token: 0x0600A86F RID: 43119 RVA: 0x002742D0 File Offset: 0x002724D0
|
||||
[Token(Token = "0x17001A73")]
|
||||
public bool IsPredefined
|
||||
{
|
||||
[Token(Token = "0x600A86F")]
|
||||
[Address(RVA = "0x2B14F20", Offset = "0x2B13920", VA = "0x182B14F20")]
|
||||
get
|
||||
{
|
||||
Asn1Encodable asn1Encodable = this.obj;
|
||||
if (asn1Encodable == 0)
|
||||
{
|
||||
return 0 != 0;
|
||||
}
|
||||
return asn1Encodable != 0;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17001A74 RID: 6772
|
||||
// (get) Token: 0x0600A870 RID: 43120 RVA: 0x002742FC File Offset: 0x002724FC
|
||||
[Token(Token = "0x17001A74")]
|
||||
public int PredefinedBiometricType
|
||||
{
|
||||
[Token(Token = "0x600A870")]
|
||||
[Address(RVA = "0x2B14FA0", Offset = "0x2B139A0", VA = "0x182B14FA0")]
|
||||
get
|
||||
{
|
||||
Asn1Encodable asn1Encodable;
|
||||
do
|
||||
{
|
||||
asn1Encodable = this.obj;
|
||||
}
|
||||
while (asn1Encodable == 0 || asn1Encodable == 0);
|
||||
BigInteger bigInteger;
|
||||
return bigInteger.IntValue;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x17001A75 RID: 6773
|
||||
// (get) Token: 0x0600A871 RID: 43121 RVA: 0x00274328 File Offset: 0x00272528
|
||||
[Token(Token = "0x17001A75")]
|
||||
public DerObjectIdentifier BiometricDataOid
|
||||
{
|
||||
[Token(Token = "0x600A871")]
|
||||
[Address(RVA = "0x2B14EA0", Offset = "0x2B138A0", VA = "0x182B14EA0")]
|
||||
get
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600A871)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.Qualified.TypeOfBiometricData::get_BiometricDataOid()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_0F:
|
||||
brtrue(IL_0F, cne:bool(ldloc:Asn1Encodable(var_0_06), ldc.i4:int32[exp:Asn1Encodable](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.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: 0x0600A872 RID: 43122 RVA: 0x00274348 File Offset: 0x00272548
|
||||
[Token(Token = "0x600A872")]
|
||||
[Address(RVA = "0x52D760", Offset = "0x52C160", VA = "0x18052D760", Slot = "5")]
|
||||
public override Asn1Object ToAsn1Object()
|
||||
{
|
||||
return this.obj.ToAsn1Object();
|
||||
}
|
||||
|
||||
// Token: 0x04006D96 RID: 28054
|
||||
[Token(Token = "0x4006D96")]
|
||||
public const int Picture = 0;
|
||||
|
||||
// Token: 0x04006D97 RID: 28055
|
||||
[Token(Token = "0x4006D97")]
|
||||
public const int HandwrittenSignature = 1;
|
||||
|
||||
// Token: 0x04006D98 RID: 28056
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4006D98")]
|
||||
internal Asn1Encodable obj;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user