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
BinaryObject.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000405")]
8 internal sealed class BinaryObject
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6001FE5")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1B5D108", Offset = "0x1B5D108", Length = "0x8")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(__BinaryParser), Member = "ReadObject", ReturnType = typeof(void))]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
15 internal BinaryObject()
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x6001FE6")]
21 [global::Cpp2ILInjected.Address(RVA = "0x1B5D110", Offset = "0x1B5D110", Length = "0x8")]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 internal void Set(int objectId, int mapId)
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x6001FE7")]
29 [global::Cpp2ILInjected.Address(RVA = "0x1B5D118", Offset = "0x1B5D118", Length = "0x60")]
30 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(__BinaryWriter), Member = "WriteObject", MemberParameters = new object[]
32 {
35 typeof(int),
36 typeof(string[]),
37 typeof(global::System.Type[]),
39 }, ReturnType = typeof(void))]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
41 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
42 public void Write(__BinaryWriter sout)
43 {
44 throw null;
45 }
46
47 [global::Cpp2ILInjected.Token(Token = "0x6001FE8")]
48 [global::Cpp2ILInjected.Address(RVA = "0x1B5D178", Offset = "0x1B5D178", Length = "0x3C")]
49 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(__BinaryParser), Member = "ReadObject", ReturnType = typeof(void))]
50 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
51 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(__BinaryParser), Member = "ReadInt32", ReturnType = typeof(int))]
53 {
54 throw null;
55 }
56
57 [global::Cpp2ILInjected.Token(Token = "0x6001FE9")]
58 [global::Cpp2ILInjected.Address(RVA = "0x1B5D1B4", Offset = "0x1B5D1B4", Length = "0x4")]
59 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(__BinaryParser), Member = "ReadObject", ReturnType = typeof(void))]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
61 public void Dump()
62 {
63 throw null;
64 }
65
66 [global::Cpp2ILInjected.Token(Token = "0x4001069")]
67 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
68 internal int objectId;
69
70 [global::Cpp2ILInjected.Token(Token = "0x400106A")]
71 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
72 internal int mapId;
73 }
74}
class f__AnonymousType0<< Count > j__TPar