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.
1using System;
4
6{
7 // Token: 0x02000054 RID: 84
8 public abstract class MD2 : HashAlgorithm
9 {
10 // Token: 0x06000242 RID: 578 RVA: 0x00009324 File Offset: 0x00007524
11 protected MD2()
12 {
14 }
15
16 // Token: 0x06000243 RID: 579 RVA: 0x00002050 File Offset: 0x00000250
17 public new static MD2 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 MD2 Create()
Definition MD2.cs:17