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
MD4.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x02000047 RID: 71
8 internal abstract class MD4 : HashAlgorithm
9 {
10 // Token: 0x06000155 RID: 341 RVA: 0x00005278 File Offset: 0x00003478
11 protected MD4()
12 {
14 }
15
16 // Token: 0x06000156 RID: 342 RVA: 0x0000207A File Offset: 0x0000027A
17 public new static MD4 Create()
18 {
19 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
20 }
21 }
22}
class f__AnonymousType0<< Count > j__TPar
static new MD4 Create()
Definition MD4.cs:17