terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
SerializationHeaderRecord.cs
Go to the documentation of this file.
1using System;
2using System.IO;
4
6{
7 // Token: 0x02000402 RID: 1026
8 internal sealed class SerializationHeaderRecord
9 {
10 // Token: 0x06001FD7 RID: 8151 RVA: 0x00045E40 File Offset: 0x00044040
12 {
13 }
14
15 // Token: 0x06001FD8 RID: 8152 RVA: 0x00045E5C File Offset: 0x0004405C
24
25 // Token: 0x06001FD9 RID: 8153 RVA: 0x00045E9C File Offset: 0x0004409C
40
41 // Token: 0x06001FDA RID: 8154 RVA: 0x0000207A File Offset: 0x0000027A
42 private static int GetInt32(byte[] buffer, int index)
43 {
44 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
45 }
46
47 // Token: 0x06001FDB RID: 8155 RVA: 0x00045F00 File Offset: 0x00044100
49 {
50 byte[] array = input.ReadBytes(17);
52 int num = this.binaryFormatterMajorVersion;
58 }
59
60 // Token: 0x06001FDC RID: 8156 RVA: 0x00045F54 File Offset: 0x00044154
61 public void Dump()
62 {
63 }
64
65 // Token: 0x0400105E RID: 4190
67
68 // Token: 0x0400105F RID: 4191
70
71 // Token: 0x04001060 RID: 4192
73
74 // Token: 0x04001061 RID: 4193
75 internal int topId;
76
77 // Token: 0x04001062 RID: 4194
78 internal int headerId;
79
80 // Token: 0x04001063 RID: 4195
81 internal int majorVersion;
82
83 // Token: 0x04001064 RID: 4196
84 internal int minorVersion;
85 }
86}
class f__AnonymousType0<< Count > j__TPar
static void EndOfFile()
Definition __Error.cs:9
SerializationHeaderRecord(BinaryHeaderEnum binaryHeaderEnum, int topId, int headerId, int majorVersion, int minorVersion)