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
KeyBuilder.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000043")]
9 internal sealed class KeyBuilder
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x17000019")]
12 private static global::System.Security.Cryptography.RandomNumberGenerator Rng
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x600012C")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1AB8B50", Offset = "0x1AB8B50", Length = "0x68")]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(KeyBuilder), Member = "Key", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(byte[]))]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(KeyBuilder), Member = "IV", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(byte[]))]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Security.Cryptography.RandomNumberGenerator), Member = "Create", ReturnType = typeof(global::System.Security.Cryptography.RandomNumberGenerator))]
20 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
21 get
22 {
23 throw null;
24 }
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x600012D")]
28 [global::Cpp2ILInjected.Address(RVA = "0x1AB8BB8", Offset = "0x1AB8BB8", Length = "0x68")]
29 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.DESTransform), Member = "GetStrongKey", ReturnType = typeof(byte[]))]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.RC2Transform), Member = ".ctor", MemberParameters = new object[]
32 {
33 typeof(global::System.Security.Cryptography.RC2),
34 typeof(bool),
35 typeof(byte[]),
36 typeof(byte[])
37 }, ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Security.Cryptography.TripleDESTransform), Member = "GetStrongKey", ReturnType = typeof(byte[]))]
39 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.AesCryptoServiceProvider", Member = "GenerateKey", ReturnType = typeof(void))]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(KeyBuilder), Member = "get_Rng", ReturnType = typeof(global::System.Security.Cryptography.RandomNumberGenerator))]
42 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
43 public static byte[] Key(int size)
44 {
45 throw null;
46 }
47
48 [global::Cpp2ILInjected.Token(Token = "0x600012E")]
49 [global::Cpp2ILInjected.Address(RVA = "0x1AB8C20", Offset = "0x1AB8C20", Length = "0x68")]
50 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
51 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SymmetricTransform), Member = ".ctor", MemberParameters = new object[]
52 {
53 typeof(global::System.Security.Cryptography.SymmetricAlgorithm),
54 typeof(bool),
55 typeof(byte[])
56 }, ReturnType = typeof(void))]
57 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Security.Cryptography.AesCryptoServiceProvider", Member = "GenerateIV", ReturnType = typeof(void))]
58 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
59 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(KeyBuilder), Member = "get_Rng", ReturnType = typeof(global::System.Security.Cryptography.RandomNumberGenerator))]
60 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
61 public static byte[] IV(int size)
62 {
63 throw null;
64 }
65
66 [global::Cpp2ILInjected.Token(Token = "0x400013E")]
67 private static global::System.Security.Cryptography.RandomNumberGenerator rng;
68 }
69}
class f__AnonymousType0<< Count > j__TPar
static byte[] Key(int size)
Definition KeyBuilder.cs:43
static RandomNumberGenerator Rng
Definition KeyBuilder.cs:13
static global::System.Security.Cryptography.RandomNumberGenerator rng
Definition KeyBuilder.cs:67