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
SHA1.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x020002F9 RID: 761
8 [ComVisible(true)]
9 public abstract class SHA1 : HashAlgorithm
10 {
11 // Token: 0x060019CA RID: 6602 RVA: 0x00037768 File Offset: 0x00035968
12 protected SHA1()
13 {
15 }
16
17 // Token: 0x060019CB RID: 6603 RVA: 0x0000207A File Offset: 0x0000027A
18 public new static SHA1 Create()
19 {
20 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
21 }
22
23 // Token: 0x060019CC RID: 6604 RVA: 0x00037788 File Offset: 0x00035988
24 public new static SHA1 Create(string hashName)
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 SHA1 Create(string hashName)
Definition SHA1.cs:24
static new SHA1 Create()
Definition SHA1.cs:18