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;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000056")]
10 public abstract class MD4 : HashAlgorithm
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x600024B")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1A9D658", Offset = "0x1A9D658", Length = "0x20")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HashAlgorithm), Member = ".ctor", ReturnType = typeof(void))]
16 protected MD4()
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x600024C")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1A98278", Offset = "0x1A98278", Length = "0x50")]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ChallengeResponse), Member = "set_Password", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ChallengeResponse2), Member = "Compute_NTLM_Password", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(byte[]))]
25 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PKCS1), Member = "CreateFromName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(HashAlgorithm))]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MD4Managed), Member = ".ctor", ReturnType = typeof(void))]
28 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
29 public new static MD4 Create()
30 {
31 throw null;
32 }
33 }
34}
class f__AnonymousType0<< Count > j__TPar
static new MD4 Create()
Definition MD4.cs:29