terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
AuthorityKeyIdentifierExtension.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000034 RID: 52
7 {
8 // Token: 0x06000198 RID: 408 RVA: 0x00007A9C File Offset: 0x00005C9C
13
14 // Token: 0x06000199 RID: 409 RVA: 0x00007AB0 File Offset: 0x00005CB0
15 protected override void Decode()
16 {
17 byte[] value = this.extnValue.Value;
18 ASN1 asn;
19 byte nTag = asn.m_nTag;
20 byte[] value2 = asn.Value;
22 }
23
24 // Token: 0x0600019A RID: 410 RVA: 0x00007AE4 File Offset: 0x00005CE4
25 protected override void Encode()
26 {
27 while (this.aki == null)
28 {
29 }
30 }
31
32 // Token: 0x17000078 RID: 120
33 // (get) Token: 0x0600019B RID: 411 RVA: 0x00007AFC File Offset: 0x00005CFC
34 public override string Name
35 {
36 get
37 {
38 return "Authority Key Identifier";
39 }
40 }
41
42 // Token: 0x17000079 RID: 121
43 // (get) Token: 0x0600019C RID: 412 RVA: 0x00007B10 File Offset: 0x00005D10
44 public byte[] Identifier
45 {
46 get
47 {
48 object obj;
49 if (this.aki == null || obj == null || obj != null)
50 {
51 }
52 throw new InvalidCastException();
53 }
54 }
55
56 // Token: 0x0600019D RID: 413 RVA: 0x00007B30 File Offset: 0x00005D30
57 public override string ToString()
58 {
59 /*
60An exception occurred when decompiling this method (0600019D)
61
62ICSharpCode.Decompiler.DecompilerException: Error decompiling System.String Mono.Security.X509.Extensions.AuthorityKeyIdentifierExtension::ToString()
63
64 ---> System.Exception: Basic block has to end with unconditional control flow.
65{
66 IL_0018:
67 stloc:CultureInfo(var_4_1F, callgetter:CultureInfo(CultureInfo::get_InvariantCulture))
68 stloc:uint8[](var_8_27, ldfld:uint8[](AuthorityKeyIdentifierExtension::aki, ldloc:AuthorityKeyIdentifierExtension(this)))
69}
70
71 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
72 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
73 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
74 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
75 --- End of inner exception stack trace ---
76 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
77 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 1683
78*/;
79 }
80
81 // Token: 0x040000BD RID: 189
82 private byte[] aki;
83 }
84}
class f__AnonymousType0<< Count > j__TPar
byte[] Value
Definition ASN1.cs:89