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
DesigntimeLicenseContextSerializer.cs
Go to the documentation of this file.
1using System;
2using System.IO;
7
9{
10 [global::Cpp2ILInjected.Token(Token = "0x200040B")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6001C07")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1E8BC78", Offset = "0x1E8BC78", Length = "0x1DC")]
15 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RuntimeLicenseContext), Member = "GetSavedLicenseKey", MemberParameters = new object[]
17 {
18 typeof(Type),
20 }, ReturnType = typeof(string))]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BinaryFormatter), Member = ".ctor", ReturnType = typeof(void))]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
24 {
25 typeof(string),
26 typeof(string)
27 }, ReturnType = typeof(bool))]
28 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
29 internal static void Deserialize(Stream o, string cryptoKey, RuntimeLicenseContext context)
30 {
31 throw null;
32 }
33 }
34}
class f__AnonymousType0<< Count > j__TPar
static void Deserialize(Stream o, string cryptoKey, RuntimeLicenseContext context)