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
RC4.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x200005C")]
10 public abstract class RC4 : SymmetricAlgorithm
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6000280")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1A9BC00", Offset = "0x1A9BC00", Length = "0x7C")]
14 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ARC4Managed), Member = ".ctor", ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SymmetricAlgorithm), Member = ".ctor", ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
19 public RC4()
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x170000B7")]
25 public override byte[] IV
26 {
27 [global::Cpp2ILInjected.Token(Token = "0x6000281")]
28 [global::Cpp2ILInjected.Address(RVA = "0x1AA08D8", Offset = "0x1AA08D8", Length = "0x44")]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
31 get
32 {
33 throw null;
34 }
35 [global::Cpp2ILInjected.Token(Token = "0x6000282")]
36 [global::Cpp2ILInjected.Address(RVA = "0x1AA091C", Offset = "0x1AA091C", Length = "0x4")]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
38 set
39 {
40 throw null;
41 }
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x6000283")]
45 [global::Cpp2ILInjected.Address(RVA = "0x1AA0920", Offset = "0x1AA0920", Length = "0x50")]
46 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PrivateKey), Member = "Decode", MemberParameters = new object[]
47 {
48 typeof(byte[]),
49 typeof(string)
50 }, ReturnType = typeof(bool))]
51 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ARC4Managed), Member = ".ctor", ReturnType = typeof(void))]
53 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
54 public new static RC4 Create()
55 {
56 throw null;
57 }
58
59 // Note: this type is marked as 'beforefieldinit'.
60 [global::Cpp2ILInjected.Token(Token = "0x6000284")]
61 [global::Cpp2ILInjected.Address(RVA = "0x1AA0970", Offset = "0x1AA0970", Length = "0x130")]
62 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
63 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(KeySizes), Member = ".ctor", MemberParameters = new object[]
64 {
65 typeof(int),
66 typeof(int),
67 typeof(int)
68 }, ReturnType = typeof(void))]
69 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
70 static RC4()
71 {
72 throw null;
73 }
74
75 [global::Cpp2ILInjected.Token(Token = "0x400026B")]
76 private static KeySizes[] s_legalBlockSizes;
77
78 [global::Cpp2ILInjected.Token(Token = "0x400026C")]
79 private static KeySizes[] s_legalKeySizes;
80 }
81}
class f__AnonymousType0<< Count > j__TPar
static KeySizes[] s_legalBlockSizes
Definition RC4.cs:76
static KeySizes[] s_legalKeySizes
Definition RC4.cs:79
override byte[] IV
Definition RC4.cs:26
static new RC4 Create()
Definition RC4.cs:54