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
CryptoAPITransform.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::System.Runtime.InteropServices.ComVisible(true)]
9 [global::Cpp2ILInjected.Token(Token = "0x200030E")]
10 public sealed class CryptoAPITransform : ICryptoTransform, global::System.IDisposable
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6001A6B")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1B12EEC", Offset = "0x1B12EEC", Length = "0x1C")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x170002DD")]
23 {
24 [global::Cpp2ILInjected.Token(Token = "0x6001A6C")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1B12F08", Offset = "0x1B12F08", Length = "0x8")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 get
28 {
29 throw null;
30 }
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x170002DE")]
35 {
36 [global::Cpp2ILInjected.Token(Token = "0x6001A6D")]
37 [global::Cpp2ILInjected.Address(RVA = "0x1B12F10", Offset = "0x1B12F10", Length = "0x8")]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
39 get
40 {
41 throw null;
42 }
43 }
44
45 [global::Cpp2ILInjected.Token(Token = "0x170002DF")]
46 public int InputBlockSize
47 {
48 [global::Cpp2ILInjected.Token(Token = "0x6001A6E")]
49 [global::Cpp2ILInjected.Address(RVA = "0x1B12F18", Offset = "0x1B12F18", Length = "0x8")]
50 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
51 get
52 {
53 throw null;
54 }
55 }
56
57 [global::Cpp2ILInjected.Token(Token = "0x170002E0")]
58 public global::System.IntPtr KeyHandle
59 {
60 [global::Cpp2ILInjected.Token(Token = "0x6001A6F")]
61 [global::Cpp2ILInjected.Address(RVA = "0x1B12F20", Offset = "0x1B12F20", Length = "0x48")]
62 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
63 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
64 get
65 {
66 throw null;
67 }
68 }
69
70 [global::Cpp2ILInjected.Token(Token = "0x170002E1")]
71 public int OutputBlockSize
72 {
73 [global::Cpp2ILInjected.Token(Token = "0x6001A70")]
74 [global::Cpp2ILInjected.Address(RVA = "0x1B12F68", Offset = "0x1B12F68", Length = "0x8")]
75 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
76 get
77 {
78 throw null;
79 }
80 }
81
82 [global::Cpp2ILInjected.Token(Token = "0x6001A71")]
83 [global::Cpp2ILInjected.Address(RVA = "0x1B12F70", Offset = "0x1B12F70", Length = "0x68")]
84 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
85 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.GC), Member = "SuppressFinalize", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
86 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
87 public void Dispose()
88 {
89 throw null;
90 }
91
92 [global::Cpp2ILInjected.Token(Token = "0x6001A72")]
93 [global::Cpp2ILInjected.Address(RVA = "0x1B12FF0", Offset = "0x1B12FF0", Length = "0x18")]
94 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
95 public void Clear()
96 {
97 throw null;
98 }
99
100 [global::Cpp2ILInjected.Token(Token = "0x6001A73")]
101 [global::Cpp2ILInjected.Address(RVA = "0x1B12FD8", Offset = "0x1B12FD8", Length = "0x18")]
102 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
103 private void Dispose(bool disposing)
104 {
105 throw null;
106 }
107
108 [global::Cpp2ILInjected.Token(Token = "0x6001A74")]
109 [global::Cpp2ILInjected.Address(RVA = "0x1B13008", Offset = "0x1B13008", Length = "0x8")]
110 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
111 public int TransformBlock(byte[] inputBuffer, int inputOffset, int inputCount, byte[] outputBuffer, int outputOffset)
112 {
113 throw null;
114 }
115
116 [global::Cpp2ILInjected.Token(Token = "0x6001A75")]
117 [global::Cpp2ILInjected.Address(RVA = "0x1B13010", Offset = "0x1B13010", Length = "0x8")]
118 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
119 public byte[] TransformFinalBlock(byte[] inputBuffer, int inputOffset, int inputCount)
120 {
121 throw null;
122 }
123
124 [global::System.Runtime.InteropServices.ComVisible(false)]
125 [global::Cpp2ILInjected.Token(Token = "0x6001A76")]
126 [global::Cpp2ILInjected.Address(RVA = "0x1B13018", Offset = "0x1B13018", Length = "0x4")]
127 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
128 public void Reset()
129 {
130 throw null;
131 }
132
133 [global::Cpp2ILInjected.Token(Token = "0x4000D80")]
134 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
135 private bool m_disposed;
136 }
137}
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)