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
BinaryWriterHelper.cs
Go to the documentation of this file.
1using System;
2using System.IO;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000619")]
9 public struct BinaryWriterHelper
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60035B9")]
12 [global::Cpp2ILInjected.Address(RVA = "0x13DADD8", Offset = "0x13DADD8", Length = "0x68")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x60035BA")]
22 [global::Cpp2ILInjected.Address(RVA = "0x13DAE40", Offset = "0x13DAE40", Length = "0xC4")]
23 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
25 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
26 public void FillReservedPoint(BinaryWriter writer, ushort dataId)
27 {
28 throw null;
29 }
30
31 [global::Cpp2ILInjected.Token(Token = "0x60035BB")]
32 [global::Cpp2ILInjected.Address(RVA = "0x13DAF04", Offset = "0x13DAF04", Length = "0xDC")]
33 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
34 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
36 {
37 throw null;
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x4007692")]
41 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
42 private long _placeInWriter;
43 }
44}
class f__AnonymousType0<< Count > j__TPar
void FillReservedPoint(BinaryWriter writer, ushort dataId)
void ReservePointToFillLengthLaterByFilling6Bytes(BinaryWriter writer)
void FillOnlyIfThereIsLengthOrRevertToSavedPosition(BinaryWriter writer, ushort dataId, out bool wroteSomething)