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
MethodBody.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Reflection
7{
8 [global::System.Runtime.InteropServices.ComVisible(true)]
9 [global::Cpp2ILInjected.Token(Token = "0x2000506")]
10 public class MethodBody
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6002564")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1B8BB90", Offset = "0x1B8BB90", Length = "0x8")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
16 protected MethodBody()
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x6002565")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1B8BB98", Offset = "0x1B8BB98", Length = "0x58")]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
26 {
27 throw null;
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x40014CD")]
31 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
33
34 [global::Cpp2ILInjected.Token(Token = "0x40014CE")]
35 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
37
38 [global::Cpp2ILInjected.Token(Token = "0x40014CF")]
39 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
40 private byte[] il;
41
42 [global::Cpp2ILInjected.Token(Token = "0x40014D0")]
43 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
44 private bool init_locals;
45
46 [global::Cpp2ILInjected.Token(Token = "0x40014D1")]
47 [global::Cpp2ILInjected.FieldOffset(Offset = "0x2C")]
48 private int sig_token;
49
50 [global::Cpp2ILInjected.Token(Token = "0x40014D2")]
51 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
52 private int max_stack;
53 }
54}
class f__AnonymousType0<< Count > j__TPar
ExceptionHandlingClause[] clauses
Definition MethodBody.cs:32
LocalVariableInfo[] locals
Definition MethodBody.cs:36
MethodBody(ExceptionHandlingClause[] clauses, LocalVariableInfo[] locals, byte[] il, bool init_locals, int sig_token, int max_stack)
Definition MethodBody.cs:25