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
KeySizes.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::System.Runtime.InteropServices.ComVisible(true)]
10 [global::Cpp2ILInjected.Token(Token = "0x20002CE")]
11 public sealed class KeySizes
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x17000291")]
14 public int MinSize
15 {
16 [global::Cpp2ILInjected.Token(Token = "0x600183F")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1AFA22C", Offset = "0x1AFA22C", Length = "0x8")]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
19 get
20 {
21 throw null;
22 }
23 }
24
25 [global::Cpp2ILInjected.Token(Token = "0x17000292")]
26 public int MaxSize
27 {
28 [global::Cpp2ILInjected.Token(Token = "0x6001840")]
29 [global::Cpp2ILInjected.Address(RVA = "0x1AFA234", Offset = "0x1AFA234", Length = "0x8")]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
31 get
32 {
33 throw null;
34 }
35 }
36
37 [global::Cpp2ILInjected.Token(Token = "0x17000293")]
38 public int SkipSize
39 {
40 [global::Cpp2ILInjected.Token(Token = "0x6001841")]
41 [global::Cpp2ILInjected.Address(RVA = "0x1AFA23C", Offset = "0x1AFA23C", Length = "0x8")]
42 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
43 get
44 {
45 throw null;
46 }
47 }
48
49 [global::Cpp2ILInjected.Token(Token = "0x6001842")]
50 [global::Cpp2ILInjected.Address(RVA = "0x1AF8AB8", Offset = "0x1AF8AB8", Length = "0x3C")]
51 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.RSAManaged), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
52 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.DSAManaged), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
53 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RSACryptoServiceProvider), Member = "Common", MemberParameters = new object[]
54 {
55 typeof(int),
56 typeof(bool)
57 }, ReturnType = typeof(void))]
58 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TripleDES), Member = ".cctor", ReturnType = typeof(void))]
59 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DSACryptoServiceProvider), Member = "Common", MemberParameters = new object[]
60 {
61 typeof(int),
62 typeof(bool)
63 }, ReturnType = typeof(void))]
64 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Cryptography.RC4", Member = ".cctor", ReturnType = typeof(void))]
65 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Cryptography.RSAManaged", Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
66 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 9)]
67 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
68 public KeySizes(int minSize, int maxSize, int skipSize)
69 {
70 throw null;
71 }
72
73 [global::Cpp2ILInjected.Token(Token = "0x6001843")]
74 [global::Cpp2ILInjected.Address(RVA = "0x1AFA244", Offset = "0x1AFA244", Length = "0x4C")]
75 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
76 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
77 internal bool IsLegal(int keySize)
78 {
79 throw null;
80 }
81
82 [global::Cpp2ILInjected.Token(Token = "0x6001844")]
83 [global::Cpp2ILInjected.Address(RVA = "0x1AFA290", Offset = "0x1AFA290", Length = "0x70")]
84 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
85 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RC2Transform), Member = ".ctor", MemberParameters = new object[]
86 {
87 typeof(RC2),
88 typeof(bool),
89 typeof(byte[]),
90 typeof(byte[])
91 }, ReturnType = typeof(void))]
92 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
93 internal static bool IsLegalKeySize(KeySizes[] legalKeys, int size)
94 {
95 throw null;
96 }
97
98 [global::Cpp2ILInjected.Token(Token = "0x4000C8B")]
99 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
100 private int m_minSize;
101
102 [global::Cpp2ILInjected.Token(Token = "0x4000C8C")]
103 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
104 private int m_maxSize;
105
106 [global::Cpp2ILInjected.Token(Token = "0x4000C8D")]
107 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
108 private int m_skipSize;
109 }
110}
class f__AnonymousType0<< Count > j__TPar
KeySizes(int minSize, int maxSize, int skipSize)
Definition KeySizes.cs:68
static bool IsLegalKeySize(KeySizes[] legalKeys, int size)
Definition KeySizes.cs:93