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
SHA384.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x020002FD RID: 765
8 [ComVisible(true)]
9 public abstract class SHA384 : HashAlgorithm
10 {
11 // Token: 0x060019EA RID: 6634 RVA: 0x00037B94 File Offset: 0x00035D94
12 protected SHA384()
13 {
15 }
16
17 // Token: 0x060019EB RID: 6635 RVA: 0x0000207A File Offset: 0x0000027A
18 public new static SHA384 Create()
19 {
20 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
21 }
22
23 // Token: 0x060019EC RID: 6636 RVA: 0x00037BB4 File Offset: 0x00035DB4
24 public new static SHA384 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 SHA384 Create(string hashName)
Definition SHA384.cs:24
static new SHA384 Create()
Definition SHA384.cs:18