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
BinaryObjectWithMap.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200040C")]
8 internal sealed class BinaryObjectWithMap
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6002001")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1B5D68C", Offset = "0x1B5D68C", Length = "0x8")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x6002002")]
20 [global::Cpp2ILInjected.Address(RVA = "0x1B5D694", Offset = "0x1B5D694", Length = "0x28")]
21 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(__BinaryParser), Member = "ReadObjectWithMap", MemberParameters = new object[] { typeof(BinaryHeaderEnum) }, ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
25 {
26 throw null;
27 }
28
29 [global::Cpp2ILInjected.Token(Token = "0x6002003")]
30 [global::Cpp2ILInjected.Address(RVA = "0x1B5D6BC", Offset = "0x1B5D6BC", Length = "0x24")]
31 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
32 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
33 internal void Set(int objectId, string name, int numMembers, string[] memberNames, int assemId)
34 {
35 throw null;
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x6002004")]
39 [global::Cpp2ILInjected.Address(RVA = "0x1B5D6E0", Offset = "0x1B5D6E0", Length = "0xE0")]
40 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
41 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(__BinaryWriter), Member = "WriteObject", MemberParameters = new object[]
42 {
45 typeof(int),
46 typeof(string[]),
47 typeof(global::System.Type[]),
49 }, ReturnType = typeof(void))]
50 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
51 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
52 public void Write(__BinaryWriter sout)
53 {
54 throw null;
55 }
56
57 [global::Cpp2ILInjected.Token(Token = "0x6002005")]
58 [global::Cpp2ILInjected.Address(RVA = "0x1B5D7C0", Offset = "0x1B5D7C0", Length = "0x110")]
59 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
60 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(__BinaryParser), Member = "ReadObjectWithMap", MemberParameters = new object[] { typeof(BinaryHeaderEnum) }, ReturnType = typeof(void))]
61 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
62 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(__BinaryParser), Member = "ReadInt32", ReturnType = typeof(int))]
63 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(__BinaryParser), Member = "ReadString", ReturnType = typeof(string))]
64 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
66 {
67 throw null;
68 }
69
70 [global::Cpp2ILInjected.Token(Token = "0x6002006")]
71 [global::Cpp2ILInjected.Address(RVA = "0x1B5D8D0", Offset = "0x1B5D8D0", Length = "0x4")]
72 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(__BinaryParser), Member = "ReadCrossAppDomainMap", ReturnType = typeof(void))]
73 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(__BinaryParser), Member = "ReadObjectWithMap", MemberParameters = new object[] { typeof(BinaryHeaderEnum) }, ReturnType = typeof(void))]
74 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
75 public void Dump()
76 {
77 throw null;
78 }
79
80 [global::Cpp2ILInjected.Token(Token = "0x4001081")]
81 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
83
84 [global::Cpp2ILInjected.Token(Token = "0x4001082")]
85 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
86 internal int objectId;
87
88 [global::Cpp2ILInjected.Token(Token = "0x4001083")]
89 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
90 internal string name;
91
92 [global::Cpp2ILInjected.Token(Token = "0x4001084")]
93 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
94 internal int numMembers;
95
96 [global::Cpp2ILInjected.Token(Token = "0x4001085")]
97 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
98 internal string[] memberNames;
99
100 [global::Cpp2ILInjected.Token(Token = "0x4001086")]
101 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
102 internal int assemId;
103 }
104}
class f__AnonymousType0<< Count > j__TPar
void Set(int objectId, string name, int numMembers, string[] memberNames, int assemId)