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
MD2.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: 0x02000045 RID: 69
8
internal
abstract
class
MD2 :
HashAlgorithm
9
{
10
// Token: 0x0600014C RID: 332 RVA: 0x0000508C File Offset: 0x0000328C
11
protected
MD2
()
12
{
13
this.HashSizeValue
= 128;
14
}
15
16
// Token: 0x0600014D RID: 333 RVA: 0x0000207A File Offset: 0x0000027A
17
public
new
static
MD2
Create
()
18
{
19
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
20
}
21
}
22
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
Mono.Security.Cryptography.MD2.Create
static new MD2 Create()
Definition
MD2.cs:17
Mono.Security.Cryptography.MD2.MD2
MD2()
Definition
MD2.cs:11
Mono.Security.Cryptography.MD2
Definition
MD2.cs:9
System.Security.Cryptography.HashAlgorithm
Definition
HashAlgorithm.cs:9
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
mscorlib
Mono
Security
Cryptography
MD2.cs
Generated by
1.10.0