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
SHA512.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::System.Runtime.InteropServices.ComVisible(true)]
10 [global::Cpp2ILInjected.Token(Token = "0x20002FF")]
11 public abstract class SHA512 : HashAlgorithm
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x60019FE")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1B0F914", Offset = "0x1B0F914", Length = "0x20")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HashAlgorithm), Member = ".ctor", ReturnType = typeof(void))]
17 protected SHA512()
18 {
19 throw null;
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x60019FF")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1B0B78C", Offset = "0x1B0B78C", Length = "0x50")]
24 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.PKCS1), Member = "CreateFromName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(HashAlgorithm))]
25 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RSACryptoServiceProvider), Member = "InternalHashToHashAlgorithm", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(HashAlgorithm))]
26 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Cryptography.PKCS1", Member = "CreateFromName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(HashAlgorithm))]
27 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.Authenticode.AuthenticodeDeformatter", Member = "CheckSignature", ReturnType = typeof(bool))]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SHA512Managed), Member = ".ctor", ReturnType = typeof(void))]
30 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
31 public new static SHA512 Create()
32 {
33 throw null;
34 }
35
36 [global::Cpp2ILInjected.Token(Token = "0x6001A00")]
37 [global::Cpp2ILInjected.Address(RVA = "0x1B0FA28", Offset = "0x1B0FA28", Length = "0xA0")]
38 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CryptoConfig), Member = "CreateFromName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(object))]
41 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
42 public new static SHA512 Create(string hashName)
43 {
44 throw null;
45 }
46 }
47}
class f__AnonymousType0<< Count > j__TPar
static new SHA512 Create()
Definition SHA512.cs:31
static new SHA512 Create(string hashName)
Definition SHA512.cs:42