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
MD5.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x020002E6 RID: 742
8 [ComVisible(true)]
9 public abstract class MD5 : HashAlgorithm
10 {
11 // Token: 0x060018E2 RID: 6370 RVA: 0x00035534 File Offset: 0x00033734
12 protected MD5()
13 {
15 }
16
17 // Token: 0x060018E3 RID: 6371 RVA: 0x0000207A File Offset: 0x0000027A
18 public new static MD5 Create()
19 {
20 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
21 }
22
23 // Token: 0x060018E4 RID: 6372 RVA: 0x00035554 File Offset: 0x00033754
24 public new static MD5 Create(string algName)
25 {
26 if (!true)
27 {
28 }
29 object obj;
30 if (obj != null)
31 {
32 }
33 throw new InvalidCastException();
34 }
35 }
36}
class f__AnonymousType0<< Count > j__TPar
static new MD5 Create()
Definition MD5.cs:18
static new MD5 Create(string algName)
Definition MD5.cs:24