terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
ToBase64Transform.cs
Go to the documentation of this file.
1using System;
3using System.Text;
6
8{
9 [global::System.Runtime.InteropServices.ComVisible(true)]
10 [global::Cpp2ILInjected.Token(Token = "0x20002CA")]
11 public class ToBase64Transform : ICryptoTransform, global::System.IDisposable
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x17000289")]
14 public int InputBlockSize
15 {
16 [global::Cpp2ILInjected.Token(Token = "0x6001826")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1AF92C8", Offset = "0x1AF92C8", Length = "0x8")]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
19 get
20 {
21 throw null;
22 }
23 }
24
25 [global::Cpp2ILInjected.Token(Token = "0x1700028A")]
26 public int OutputBlockSize
27 {
28 [global::Cpp2ILInjected.Token(Token = "0x6001827")]
29 [global::Cpp2ILInjected.Address(RVA = "0x1AF92D0", Offset = "0x1AF92D0", Length = "0x8")]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
31 get
32 {
33 throw null;
34 }
35 }
36
37 [global::Cpp2ILInjected.Token(Token = "0x1700028B")]
39 {
40 [global::Cpp2ILInjected.Token(Token = "0x6001828")]
41 [global::Cpp2ILInjected.Address(RVA = "0x1AF92D8", Offset = "0x1AF92D8", Length = "0x8")]
42 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
43 get
44 {
45 throw null;
46 }
47 }
48
49 [global::Cpp2ILInjected.Token(Token = "0x1700028C")]
50 public virtual bool CanReuseTransform
51 {
52 [global::Cpp2ILInjected.Token(Token = "0x6001829")]
53 [global::Cpp2ILInjected.Address(RVA = "0x1AF92E0", Offset = "0x1AF92E0", Length = "0x8")]
54 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
55 get
56 {
57 throw null;
58 }
59 }
60
61 [global::Cpp2ILInjected.Token(Token = "0x600182A")]
62 [global::Cpp2ILInjected.Address(RVA = "0x1AF92E8", Offset = "0x1AF92E8", Length = "0x248")]
63 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
64 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
65 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Convert), Member = "ToBase64CharArray", MemberParameters = new object[]
66 {
67 typeof(byte[]),
68 typeof(int),
69 typeof(int),
70 typeof(char[]),
71 typeof(int)
72 }, ReturnType = typeof(int))]
73 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.Encoding), Member = "get_ASCII", ReturnType = typeof(global::System.Text.Encoding))]
74 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Buffer), Member = "BlockCopy", MemberParameters = new object[]
75 {
76 typeof(global::System.Array),
77 typeof(int),
78 typeof(global::System.Array),
79 typeof(int),
80 typeof(int)
81 }, ReturnType = typeof(void))]
82 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
83 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
84 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
85 {
86 typeof(string),
87 typeof(string)
88 }, ReturnType = typeof(void))]
89 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
90 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CryptographicException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
91 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 21)]
92 public int TransformBlock(byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset)
93 {
94 throw null;
95 }
96
97 [global::Cpp2ILInjected.Token(Token = "0x600182B")]
98 [global::Cpp2ILInjected.Address(RVA = "0x1AF9530", Offset = "0x1AF9530", Length = "0x214")]
99 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
100 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
101 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Convert), Member = "ToBase64CharArray", MemberParameters = new object[]
102 {
103 typeof(byte[]),
104 typeof(int),
105 typeof(int),
106 typeof(char[]),
107 typeof(int)
108 }, ReturnType = typeof(int))]
109 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.Encoding), Member = "get_ASCII", ReturnType = typeof(global::System.Text.Encoding))]
110 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
111 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
112 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
113 {
114 typeof(string),
115 typeof(string)
116 }, ReturnType = typeof(void))]
117 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
118 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 21)]
119 public byte[] TransformFinalBlock(byte[] inputBuffer, int inputOffset, int inputCount)
120 {
121 throw null;
122 }
123
124 [global::Cpp2ILInjected.Token(Token = "0x600182C")]
125 [global::Cpp2ILInjected.Address(RVA = "0x1AF9744", Offset = "0x1AF9744", Length = "0x4")]
126 [global::Cpp2ILInjected.CallAnalysis.CallAnalysisNotSupported]
127 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
128 public void Dispose()
129 {
130 throw null;
131 }
132
133 [global::Cpp2ILInjected.Token(Token = "0x600182D")]
134 [global::Cpp2ILInjected.Address(RVA = "0x1AF9748", Offset = "0x1AF9748", Length = "0x6C")]
135 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
136 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
137 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.GC), Member = "SuppressFinalize", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
138 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
139 public void Clear()
140 {
141 throw null;
142 }
143
144 [global::Cpp2ILInjected.Token(Token = "0x600182E")]
145 [global::Cpp2ILInjected.Address(RVA = "0x1AF97B4", Offset = "0x1AF97B4", Length = "0x4")]
146 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
147 protected virtual void Dispose(bool disposing)
148 {
149 throw null;
150 }
151
152 [global::Cpp2ILInjected.Token(Token = "0x600182F")]
153 [global::Cpp2ILInjected.Address(RVA = "0x1AF97B8", Offset = "0x1AF97B8", Length = "0xA0")]
154 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
155 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
156 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "Finalize", ReturnType = typeof(void))]
157 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
158 protected override void Finalize()
159 {
160 throw null;
161 }
162
163 [global::Cpp2ILInjected.Token(Token = "0x6001830")]
164 [global::Cpp2ILInjected.Address(RVA = "0x1AF9858", Offset = "0x1AF9858", Length = "0x8")]
165 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
166 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
168 {
169 throw null;
170 }
171 }
172}
class f__AnonymousType0<< Count > j__TPar
byte[] TransformFinalBlock(byte[] inputBuffer, int inputOffset, int inputCount)
int TransformBlock(byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset)