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
BinaryAssembly.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000403")]
8 internal sealed class BinaryAssembly
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6001FDD")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1B5D00C", Offset = "0x1B5D00C", Length = "0x8")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(__BinaryParser), Member = "ReadAssembly", 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))]
15 internal BinaryAssembly()
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x6001FDE")]
21 [global::Cpp2ILInjected.Address(RVA = "0x1B5D014", Offset = "0x1B5D014", Length = "0xC")]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 internal void Set(int assemId, string assemblyString)
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x6001FDF")]
29 [global::Cpp2ILInjected.Address(RVA = "0x1B5D020", Offset = "0x1B5D020", Length = "0x60")]
30 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(__BinaryWriter), Member = "WriteAssembly", MemberParameters = new object[]
32 {
33 typeof(global::System.Type),
34 typeof(string),
35 typeof(int),
36 typeof(bool)
37 }, ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
39 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
40 public void Write(__BinaryWriter sout)
41 {
42 throw null;
43 }
44
45 [global::Cpp2ILInjected.Token(Token = "0x6001FE0")]
46 [global::Cpp2ILInjected.Address(RVA = "0x1B5D080", Offset = "0x1B5D080", Length = "0x3C")]
47 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(__BinaryParser), Member = "ReadAssembly", MemberParameters = new object[] { typeof(BinaryHeaderEnum) }, ReturnType = typeof(void))]
48 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
49 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(__BinaryParser), Member = "ReadInt32", ReturnType = typeof(int))]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(__BinaryParser), Member = "ReadString", ReturnType = typeof(string))]
52 {
53 throw null;
54 }
55
56 [global::Cpp2ILInjected.Token(Token = "0x6001FE1")]
57 [global::Cpp2ILInjected.Address(RVA = "0x1B5D0BC", Offset = "0x1B5D0BC", Length = "0x4")]
58 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(__BinaryParser), Member = "ReadAssembly", MemberParameters = new object[] { typeof(BinaryHeaderEnum) }, ReturnType = typeof(void))]
59 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
60 public void Dump()
61 {
62 throw null;
63 }
64
65 [global::Cpp2ILInjected.Token(Token = "0x4001065")]
66 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
67 internal int assemId;
68
69 [global::Cpp2ILInjected.Token(Token = "0x4001066")]
70 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
71 internal string assemblyString;
72 }
73}
class f__AnonymousType0<< Count > j__TPar