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
MD4.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000047")]
9 internal abstract class MD4 : global::System.Security.Cryptography.HashAlgorithm
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6000155")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1ABAB08", Offset = "0x1ABAB08", Length = "0x20")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Security.Cryptography.HashAlgorithm), Member = ".ctor", ReturnType = typeof(void))]
15 protected MD4()
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x6000156")]
21 [global::Cpp2ILInjected.Address(RVA = "0x1ABAB28", Offset = "0x1ABAB28", Length = "0x50")]
22 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PKCS1), Member = "CreateFromName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Security.Cryptography.HashAlgorithm))]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MD4Managed), Member = ".ctor", ReturnType = typeof(void))]
25 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
26 public new static MD4 Create()
27 {
28 throw null;
29 }
30 }
31}
class f__AnonymousType0<< Count > j__TPar
static new MD4 Create()
Definition MD4.cs:26