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
PbeParameters.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200031F")]
9 public sealed class PbeParameters
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x170002FB")]
12 public PbeEncryptionAlgorithm EncryptionAlgorithm
13 {
14 [global::System.Runtime.CompilerServices.CompilerGenerated]
15 [global::Cpp2ILInjected.Token(Token = "0x6001B06")]
16 [global::Cpp2ILInjected.Address(RVA = "0x1B1CF3C", Offset = "0x1B1CF3C", Length = "0x8")]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 get
19 {
20 throw null;
21 }
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x170002FC")]
26 {
27 [global::System.Runtime.CompilerServices.CompilerGenerated]
28 [global::Cpp2ILInjected.Token(Token = "0x6001B07")]
29 [global::Cpp2ILInjected.Address(RVA = "0x1B1CF44", Offset = "0x1B1CF44", Length = "0x8")]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
31 get
32 {
33 throw null;
34 }
35 }
36
37 [global::Cpp2ILInjected.Token(Token = "0x170002FD")]
38 public int IterationCount
39 {
40 [global::System.Runtime.CompilerServices.CompilerGenerated]
41 [global::Cpp2ILInjected.Token(Token = "0x6001B08")]
42 [global::Cpp2ILInjected.Address(RVA = "0x1B1CF4C", Offset = "0x1B1CF4C", Length = "0x8")]
43 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
44 get
45 {
46 throw null;
47 }
48 }
49
50 [global::Cpp2ILInjected.Token(Token = "0x6001B09")]
51 [global::Cpp2ILInjected.Address(RVA = "0x1B1CF54", Offset = "0x1B1CF54", Length = "0xC4")]
52 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
53 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
54 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
56 {
57 typeof(string),
58 typeof(object),
59 typeof(string)
60 }, ReturnType = typeof(void))]
61 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
63 {
64 throw null;
65 }
66
67 [global::System.Runtime.CompilerServices.CompilerGenerated]
68 [global::Cpp2ILInjected.Token(Token = "0x4000DC1")]
69 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
71
72 [global::System.Runtime.CompilerServices.CompilerGenerated]
73 [global::Cpp2ILInjected.Token(Token = "0x4000DC2")]
74 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
76
77 [global::System.Runtime.CompilerServices.CompilerGenerated]
78 [global::Cpp2ILInjected.Token(Token = "0x4000DC3")]
79 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
80 private readonly int <IterationCount>k__BackingField;
81 }
82}
class f__AnonymousType0<< Count > j__TPar
PbeParameters(PbeEncryptionAlgorithm encryptionAlgorithm, HashAlgorithmName hashAlgorithm, int iterationCount)
readonly HashAlgorithmName< HashAlgorithm > k__BackingField
readonly PbeEncryptionAlgorithm< EncryptionAlgorithm > k__BackingField
readonly int< IterationCount > k__BackingField