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 = "0x2000053")]
9 public sealed class KeyBuilder
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x170000B0")]
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6000240")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1A9CFE8", Offset = "0x1A9CFE8", Length = "0x68")]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(KeyBuilder), Member = "Key", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(byte[]))]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RandomNumberGenerator), Member = "Create", ReturnType = typeof(RandomNumberGenerator))]
19 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
20 get
21 {
22 throw null;
23 }
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x6000241")]
27 [global::Cpp2ILInjected.Address(RVA = "0x1A9C078", Offset = "0x1A9C078", Length = "0x68")]
28 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ARC4Managed), Member = "GenerateKey", ReturnType = typeof(void))]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(KeyBuilder), Member = "get_Rng", ReturnType = typeof(RandomNumberGenerator))]
32 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
33 public static byte[] Key(int size)
34 {
35 throw null;
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x4000253")]
39 private static RandomNumberGenerator rng;
40 }
41}
class f__AnonymousType0<< Count > j__TPar
static byte[] Key(int size)
Definition KeyBuilder.cs:33
static RandomNumberGenerator rng
Definition KeyBuilder.cs:39
static RandomNumberGenerator Rng
Definition KeyBuilder.cs:13