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
FileHelpers.cs
Go to the documentation of this file.
1using System;
2using System.IO;
3using System.Text;
6using Terraria;
7using Terraria.IO;
8
9[global::Cpp2ILInjected.Token(Token = "0x20002DB")]
10public static class FileHelpers
11{
12 [global::Cpp2ILInjected.Token(Token = "0x60010CE")]
13 [global::Cpp2ILInjected.Address(RVA = "0xA4F160", Offset = "0xA4F160", Length = "0xBC")]
14 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FishingInfo_OldMobile), Member = "Load", MemberParameters = new object[]
16 {
18 typeof(int)
19 }, ReturnType = typeof(bool))]
20 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Player_OldMobile), Member = "LoadOld", MemberParameters = new object[]
21 {
23 typeof(int),
25 }, ReturnType = typeof(bool))]
26 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Player_OldMobile), Member = "Load", MemberParameters = new object[]
27 {
30 }, ReturnType = typeof(bool))]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SignInfo_OldMobile), Member = "UserString", MemberParameters = new object[]
32 {
34 typeof(int)
35 }, ReturnType = typeof(string))]
36 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WorldFile_OldMobile), Member = "loadWorldHeader", MemberParameters = new object[] { typeof(BinaryReader) }, ReturnType = typeof(int))]
37 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WorldFile_OldMobile), Member = "loadWorldHeaderMeta", MemberParameters = new object[]
38 {
41 }, ReturnType = typeof(int))]
42 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
43 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "ToString", ReturnType = typeof(string))]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
45 {
46 typeof(string),
47 typeof(string)
48 }, ReturnType = typeof(string))]
49 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
50 public static string ReadOldNetString(this BinaryReader reader)
51 {
52 throw null;
53 }
54
55 [global::Cpp2ILInjected.Token(Token = "0x60010CF")]
56 [global::Cpp2ILInjected.Address(RVA = "0xA4F21C", Offset = "0xA4F21C", Length = "0x80")]
57 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
58 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NPCInfo_OldMobile), Member = "ReadNPCNames", MemberParameters = new object[]
59 {
61 typeof(int)
62 }, ReturnType = typeof(void))]
63 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Player_OldMobile), Member = "LoadOld", MemberParameters = new object[]
64 {
66 typeof(int),
68 }, ReturnType = typeof(bool))]
69 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Player_OldMobile), Member = "Load", MemberParameters = new object[]
70 {
73 }, ReturnType = typeof(bool))]
74 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SignInfo_OldMobile), Member = "Load", MemberParameters = new object[]
75 {
77 typeof(int)
78 }, ReturnType = typeof(bool))]
79 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SignInfo_OldMobile), Member = "UserString", MemberParameters = new object[]
80 {
82 typeof(int)
83 }, ReturnType = typeof(string))]
84 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WorldFile_OldMobile), Member = "loadWorldHeader", MemberParameters = new object[] { typeof(BinaryReader) }, ReturnType = typeof(int))]
85 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WorldFile_OldMobile), Member = "loadWorldHeaderMeta", MemberParameters = new object[]
86 {
89 }, ReturnType = typeof(int))]
90 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 25)]
91 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Encoding), Member = "get_Unicode", ReturnType = typeof(Encoding))]
92 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
93 public static string ReadNetString(this BinaryReader reader)
94 {
95 throw null;
96 }
97}
class f__AnonymousType0<< Count > j__TPar
static string ReadOldNetString(this BinaryReader reader)
static string ReadNetString(this BinaryReader reader)