terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
MD2.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000054")]
9 public abstract class MD2 : HashAlgorithm
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6000242")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1A9D050", Offset = "0x1A9D050", Length = "0x20")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HashAlgorithm), Member = ".ctor", ReturnType = typeof(void))]
15 protected MD2()
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x6000243")]
21 [global::Cpp2ILInjected.Address(RVA = "0x1A9D070", Offset = "0x1A9D070", Length = "0x50")]
22 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PKCS1), Member = "CreateFromName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(HashAlgorithm))]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MD2Managed), Member = ".ctor", ReturnType = typeof(void))]
25 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
26 public new static MD2 Create()
27 {
28 throw null;
29 }
30 }
31}
class f__AnonymousType0<< Count > j__TPar
static new MD2 Create()
Definition MD2.cs:26