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
DeriveBytes.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::System.Runtime.InteropServices.ComVisible(true)]
9 [global::Cpp2ILInjected.Token(Token = "0x20002D3")]
10 public abstract class DeriveBytes : global::System.IDisposable
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6001861")]
13 public abstract byte[] GetBytes(int cb);
14
15 [global::Cpp2ILInjected.Token(Token = "0x6001862")]
16 public abstract void Reset();
17
18 [global::Cpp2ILInjected.Token(Token = "0x6001863")]
19 [global::Cpp2ILInjected.Address(RVA = "0x1AFA994", Offset = "0x1AFA994", Length = "0x6C")]
20 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.GC), Member = "SuppressFinalize", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
23 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
24 public void Dispose()
25 {
26 throw null;
27 }
28
29 [global::Cpp2ILInjected.Token(Token = "0x6001864")]
30 [global::Cpp2ILInjected.Address(RVA = "0x1AFAA00", Offset = "0x1AFAA00", Length = "0x4")]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Rfc2898DeriveBytes), Member = "Dispose", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
33 protected virtual void Dispose(bool disposing)
34 {
35 throw null;
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x6001865")]
39 [global::Cpp2ILInjected.Address(RVA = "0x1AFAA04", Offset = "0x1AFAA04", Length = "0x8")]
40 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Rfc2898DeriveBytes), Member = ".ctor", MemberParameters = new object[]
41 {
42 typeof(byte[]),
43 typeof(byte[]),
44 typeof(int),
46 }, ReturnType = typeof(void))]
47 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Rfc2898DeriveBytes), Member = ".ctor", MemberParameters = new object[]
48 {
49 typeof(string),
50 typeof(int),
51 typeof(int),
52 typeof(HashAlgorithmName)
53 }, ReturnType = typeof(void))]
54 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
56 protected DeriveBytes()
57 {
58 throw null;
59 }
60 }
61}
class f__AnonymousType0<< Count > j__TPar
virtual void Dispose(bool disposing)