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
KeyedHashAlgorithm.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::System.Runtime.InteropServices.ComVisible(true)]
9 [global::Cpp2ILInjected.Token(Token = "0x20002E2")]
10 public abstract class KeyedHashAlgorithm : HashAlgorithm
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60018C2")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1AFE5DC", Offset = "0x1AFE5DC", Length = "0x8")]
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 = "0x60018C3")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1AFE440", Offset = "0x1AFE440", Length = "0x38")]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "Clear", MemberParameters = new object[]
25 {
26 typeof(global::System.Array),
27 typeof(int),
28 typeof(int)
29 }, ReturnType = typeof(void))]
30 protected override void Dispose(bool disposing)
31 {
32 throw null;
33 }
34
35 [global::Cpp2ILInjected.Token(Token = "0x170002A4")]
36 public virtual byte[] Key
37 {
38 [global::Cpp2ILInjected.Token(Token = "0x60018C4")]
39 [global::Cpp2ILInjected.Address(RVA = "0x1AFEE8C", Offset = "0x1AFEE8C", Length = "0x70")]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "Clone", ReturnType = typeof(object))]
42 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
43 get
44 {
45 throw null;
46 }
47 [global::Cpp2ILInjected.Token(Token = "0x60018C5")]
48 [global::Cpp2ILInjected.Address(RVA = "0x1AFEEFC", Offset = "0x1AFEEFC", Length = "0xF8")]
49 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "Clone", ReturnType = typeof(object))]
51 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CryptographicException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
53 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
54 set
55 {
56 throw null;
57 }
58 }
59
60 [global::Cpp2ILInjected.Token(Token = "0x60018C6")]
61 [global::Cpp2ILInjected.Address(RVA = "0x1AFEFF4", Offset = "0x1AFEFF4", Length = "0x50")]
62 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
63 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HMACSHA1), Member = ".ctor", ReturnType = typeof(void))]
64 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
65 public new static KeyedHashAlgorithm Create()
66 {
67 throw null;
68 }
69
70 [global::Cpp2ILInjected.Token(Token = "0x60018C7")]
71 [global::Cpp2ILInjected.Address(RVA = "0x1AFF044", Offset = "0x1AFF044", Length = "0xA4")]
72 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
73 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
74 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CryptoConfig), Member = "CreateFromName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(object))]
75 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
76 public new static KeyedHashAlgorithm Create(string algName)
77 {
78 throw null;
79 }
80
81 [global::Cpp2ILInjected.Token(Token = "0x4000CBA")]
82 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
83 protected byte[] KeyValue;
84 }
85}
class f__AnonymousType0<< Count > j__TPar
static new KeyedHashAlgorithm Create(string algName)