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
BinaryObjectString.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000408")]
8 internal sealed class BinaryObjectString
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6001FF1")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1B5D4B8", Offset = "0x1B5D4B8", Length = "0x8")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(__BinaryParser), Member = "ReadObjectString", MemberParameters = new object[] { typeof(BinaryHeaderEnum) }, ReturnType = typeof(void))]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x6001FF2")]
21 [global::Cpp2ILInjected.Address(RVA = "0x1B5D4C0", Offset = "0x1B5D4C0", Length = "0xC")]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 internal void Set(int objectId, string value)
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x6001FF3")]
29 [global::Cpp2ILInjected.Address(RVA = "0x1B5D4CC", Offset = "0x1B5D4CC", Length = "0x60")]
30 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(__BinaryWriter), Member = "WriteObjectString", MemberParameters = new object[]
32 {
33 typeof(int),
34 typeof(string)
35 }, ReturnType = typeof(void))]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
37 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
38 public void Write(__BinaryWriter sout)
39 {
40 throw null;
41 }
42
43 [global::Cpp2ILInjected.Token(Token = "0x6001FF4")]
44 [global::Cpp2ILInjected.Address(RVA = "0x1B5D52C", Offset = "0x1B5D52C", Length = "0x3C")]
45 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(__BinaryParser), Member = "ReadObjectString", MemberParameters = new object[] { typeof(BinaryHeaderEnum) }, ReturnType = typeof(void))]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
47 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(__BinaryParser), Member = "ReadInt32", ReturnType = typeof(int))]
48 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(__BinaryParser), Member = "ReadString", ReturnType = typeof(string))]
50 {
51 throw null;
52 }
53
54 [global::Cpp2ILInjected.Token(Token = "0x6001FF5")]
55 [global::Cpp2ILInjected.Address(RVA = "0x1B5D568", Offset = "0x1B5D568", Length = "0x4")]
56 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(__BinaryParser), Member = "ReadObjectString", MemberParameters = new object[] { typeof(BinaryHeaderEnum) }, ReturnType = typeof(void))]
57 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
58 public void Dump()
59 {
60 throw null;
61 }
62
63 [global::Cpp2ILInjected.Token(Token = "0x400107A")]
64 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
65 internal int objectId;
66
67 [global::Cpp2ILInjected.Token(Token = "0x400107B")]
68 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
69 internal string value;
70 }
71}
class f__AnonymousType0<< Count > j__TPar