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
StackTraceUtility.cs
Go to the documentation of this file.
1using System;
3using System.Text;
7
8namespace UnityEngine
9{
10 [global::Cpp2ILInjected.Token(Token = "0x20000AC")]
11 public static class StackTraceUtility
12 {
14 [global::Cpp2ILInjected.Token(Token = "0x6000315")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1F7BECC", Offset = "0x1F7BECC", Length = "0xD4")]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IsNullOrEmpty", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Replace", MemberParameters = new object[]
19 {
20 typeof(string),
21 typeof(string)
22 }, ReturnType = typeof(string))]
23 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
24 internal static void SetProjectFolder(string folder)
25 {
26 throw null;
27 }
28
30 [global::Cpp2ILInjected.Token(Token = "0x6000316")]
31 [global::Cpp2ILInjected.Address(RVA = "0x1F7BFA0", Offset = "0x1F7BFA0", Length = "0x180")]
32 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
33 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "StackTraceSnapshot", Member = "UpdateStackTrace", ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
35 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Encoding), Member = "get_UTF8", ReturnType = typeof(Encoding))]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "CreateString", MemberParameters = new object[]
37 {
38 typeof(sbyte*),
39 typeof(int),
40 typeof(int),
42 }, ReturnType = typeof(string))]
43 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StackTrace), Member = ".ctor", MemberParameters = new object[]
44 {
45 typeof(int),
46 typeof(bool)
47 }, ReturnType = typeof(void))]
48 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StackTraceUtility), Member = "ExtractFormattedStackTrace", MemberParameters = new object[] { typeof(StackTrace) }, ReturnType = typeof(string))]
49 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
50 public unsafe static string ExtractStackTrace()
51 {
52 throw null;
53 }
54
56 [global::Cpp2ILInjected.Token(Token = "0x6000317")]
57 [global::Cpp2ILInjected.Address(RVA = "0x1F7C79C", Offset = "0x1F7C79C", Length = "0x340")]
58 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
59 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
60 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
62 {
63 typeof(string),
64 typeof(string),
65 typeof(string)
66 }, ReturnType = typeof(string))]
67 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Exception), Member = "GetType", ReturnType = typeof(Type))]
68 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Trim", ReturnType = typeof(string))]
69 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
70 {
71 typeof(string),
72 typeof(string)
73 }, ReturnType = typeof(string))]
74 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
75 {
76 typeof(string),
77 typeof(string),
78 typeof(string),
79 typeof(string)
80 }, ReturnType = typeof(string))]
81 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(StringBuilder))]
82 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StackTrace), Member = ".ctor", MemberParameters = new object[]
83 {
84 typeof(int),
85 typeof(bool)
86 }, ReturnType = typeof(void))]
87 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StackTraceUtility), Member = "ExtractFormattedStackTrace", MemberParameters = new object[] { typeof(StackTrace) }, ReturnType = typeof(string))]
88 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
89 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 18)]
90 internal static void ExtractStringFromExceptionInternal(object exceptiono, out string message, out string stackTrace)
91 {
92 throw null;
93 }
94
95 [global::Cpp2ILInjected.Token(Token = "0x6000318")]
96 [global::Cpp2ILInjected.Address(RVA = "0x1F7C120", Offset = "0x1F7C120", Length = "0x67C")]
97 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
98 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(StackTraceUtility), Member = "ExtractStackTrace", ReturnType = typeof(string))]
99 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(StackTraceUtility), Member = "ExtractStringFromExceptionInternal", MemberParameters = new object[]
100 {
101 typeof(object),
102 typeof(ref string),
103 typeof(ref string)
104 }, ReturnType = typeof(void))]
105 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
106 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
107 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IsNullOrEmpty", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
108 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(StringBuilder))]
109 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
110 {
111 typeof(string),
112 typeof(string)
113 }, ReturnType = typeof(bool))]
114 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Replace", MemberParameters = new object[]
115 {
116 typeof(string),
117 typeof(string)
118 }, ReturnType = typeof(string))]
119 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "StartsWith", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
120 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Substring", MemberParameters = new object[]
121 {
122 typeof(int),
123 typeof(int)
124 }, ReturnType = typeof(string))]
125 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "ToString", ReturnType = typeof(string))]
126 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 23)]
127 internal static string ExtractFormattedStackTrace(StackTrace stackTrace)
128 {
129 throw null;
130 }
131
132 // Note: this type is marked as 'beforefieldinit'.
133 [global::Cpp2ILInjected.Token(Token = "0x6000319")]
134 [global::Cpp2ILInjected.Address(RVA = "0x1F7CADC", Offset = "0x1F7CADC", Length = "0x60")]
135 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
136 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
138 {
139 throw null;
140 }
141
142 [global::Cpp2ILInjected.Token(Token = "0x4000369")]
143 private static string projectFolder;
144 }
145}
class f__AnonymousType0<< Count > j__TPar
static unsafe string ExtractStackTrace()
static void SetProjectFolder(string folder)
static void ExtractStringFromExceptionInternal(object exceptiono, out string message, out string stackTrace)
static string ExtractFormattedStackTrace(StackTrace stackTrace)