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
RSASignaturePadding.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020002C1 RID: 705
6 public sealed class RSASignaturePadding : IEquatable<RSASignaturePadding>
7 {
8 // Token: 0x060017E9 RID: 6121 RVA: 0x00033740 File Offset: 0x00031940
13
14 // Token: 0x17000280 RID: 640
15 // (get) Token: 0x060017EA RID: 6122 RVA: 0x0003375C File Offset: 0x0003195C
17 {
18 get
19 {
20 if (!true)
21 {
22 }
23 return 1;
24 }
25 }
26
27 // Token: 0x17000281 RID: 641
28 // (get) Token: 0x060017EB RID: 6123 RVA: 0x00033770 File Offset: 0x00031970
30 {
31 get
32 {
33 /*
34An exception occurred when decompiling this method (060017EB)
35
36ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Security.Cryptography.RSASignaturePadding System.Security.Cryptography.RSASignaturePadding::get_Pss()
37
38 ---> System.Exception: Basic block has to end with unconditional control flow.
39{
40 IL_0000:
41 brtrue(IL_0000, ldc.i4:bool(1))
42}
43
44 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
45 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
46 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
47 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
48 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
49 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
50 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
51 --- End of inner exception stack trace ---
52 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
53 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
54*/;
55 }
56 }
57
58 // Token: 0x17000282 RID: 642
59 // (get) Token: 0x060017EC RID: 6124 RVA: 0x00033780 File Offset: 0x00031980
61 {
62 get
63 {
64 return this._mode;
65 }
66 }
67
68 // Token: 0x060017ED RID: 6125 RVA: 0x00033794 File Offset: 0x00031994
69 public override int GetHashCode()
70 {
71 int num;
72 return num;
73 }
74
75 // Token: 0x060017EE RID: 6126 RVA: 0x000337A4 File Offset: 0x000319A4
76 public override bool Equals(object obj)
77 {
78 if (obj != null)
79 {
80 }
81 bool flag;
82 return flag;
83 }
84
85 // Token: 0x060017EF RID: 6127 RVA: 0x000337B8 File Offset: 0x000319B8
87 {
88 if (!true)
89 {
90 }
93 bool flag;
94 return flag;
95 }
96
97 // Token: 0x060017F0 RID: 6128 RVA: 0x000337DC File Offset: 0x000319DC
98 public static bool operator ==(RSASignaturePadding left, RSASignaturePadding right)
99 {
100 bool flag;
101 return flag;
102 }
103
104 // Token: 0x060017F1 RID: 6129 RVA: 0x000337EC File Offset: 0x000319EC
106 {
107 bool flag;
108 if (true)
109 {
110 return flag;
111 }
112 return flag;
113 }
114
115 // Token: 0x060017F2 RID: 6130 RVA: 0x00033800 File Offset: 0x00031A00
116 public override string ToString()
117 {
119 string text;
120 return text;
121 }
122
123 // Token: 0x060017F3 RID: 6131 RVA: 0x00033818 File Offset: 0x00031A18
124 // Note: this type is marked as 'beforefieldinit'.
126 {
127 }
128
129 // Token: 0x060017F4 RID: 6132 RVA: 0x00033828 File Offset: 0x00031A28
131 {
132 throw new NotSupportedException();
133 }
134
135 // Token: 0x04000C6F RID: 3183
137
138 // Token: 0x04000C70 RID: 3184
140
141 // Token: 0x04000C71 RID: 3185
143 }
144}
class f__AnonymousType0<< Count > j__TPar
static bool operator==(RSASignaturePadding left, RSASignaturePadding right)
static bool operator!=(RSASignaturePadding left, RSASignaturePadding right)