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.
1
using
System
;
2
using
System.Security.Cryptography
;
3
using
Cpp2IlInjected
;
4
5
namespace
Mono.Security.Cryptography
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
{
13
this.KeySizeValue
= 128;
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
Mono.Security.Cryptography.RC4.RC4
static RC4()
Definition
RC4.cs:40
Mono.Security.Cryptography.RC4.RC4
RC4()
Definition
RC4.cs:11
Mono.Security.Cryptography.RC4.s_legalBlockSizes
static KeySizes[] s_legalBlockSizes
Definition
RC4.cs:45
Mono.Security.Cryptography.RC4.s_legalKeySizes
static KeySizes[] s_legalKeySizes
Definition
RC4.cs:48
Mono.Security.Cryptography.RC4.IV
override byte[] IV
Definition
RC4.cs:23
Mono.Security.Cryptography.RC4.Create
static new RC4 Create()
Definition
RC4.cs:33
Mono.Security.Cryptography.RC4
Definition
RC4.cs:9
System.Security.Cryptography.KeySizes
Definition
KeySizes.cs:9
System.Security.Cryptography.SymmetricAlgorithm
Definition
SymmetricAlgorithm.cs:10
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
Mono.Security.Cryptography
Definition
ARC4Managed.cs:6
System.Security.Cryptography
Definition
Aes.cs:5
System
Definition
__ComObject.cs:4
source
Mono.Security
Mono
Security
Cryptography
RC4.cs
Generated by
1.10.0