terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
RC4.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x0200005C RID: 92
8 public abstract class RC4 : SymmetricAlgorithm
9 {
10 // Token: 0x06000280 RID: 640 RVA: 0x00009D90 File Offset: 0x00007F90
11 public RC4()
12 {
14 if (128 == 0)
15 {
16 }
17 }
18
19 // Token: 0x170000B7 RID: 183
20 // (get) Token: 0x06000281 RID: 641 RVA: 0x00009DB8 File Offset: 0x00007FB8
21 // (set) Token: 0x06000282 RID: 642 RVA: 0x00009DC8 File Offset: 0x00007FC8
22 public override byte[] IV
23 {
24 get
25 {
26 }
27 set
28 {
29 }
30 }
31
32 // Token: 0x06000283 RID: 643 RVA: 0x00002050 File Offset: 0x00000250
33 public new static RC4 Create()
34 {
35 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
36 }
37
38 // Token: 0x06000284 RID: 644 RVA: 0x00009DD8 File Offset: 0x00007FD8
39 // Note: this type is marked as 'beforefieldinit'.
40 static RC4()
41 {
42 }
43
44 // Token: 0x0400026B RID: 619
45 private static KeySizes[] s_legalBlockSizes;
46
47 // Token: 0x0400026C RID: 620
48 private static KeySizes[] s_legalKeySizes;
49 }
50}
class f__AnonymousType0<< Count > j__TPar
static KeySizes[] s_legalBlockSizes
Definition RC4.cs:45
static KeySizes[] s_legalKeySizes
Definition RC4.cs:48
override byte[] IV
Definition RC4.cs:23
static new RC4 Create()
Definition RC4.cs:33