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
Debug.cs
Go to the documentation of this file.
1using System;
6
7namespace Mono.Unity
8{
9 [global::Cpp2ILInjected.Token(Token = "0x200000F")]
10 internal static class Debug
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x600003B")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1D41A78", Offset = "0x1D41A78", Length = "0x98")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Debug), Member = "CheckAndThrow", MemberParameters = new object[]
15 {
18 typeof(string),
20 }, ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UnityTlsContext), Member = ".ctor", MemberParameters = new object[]
22 {
25 }, ReturnType = typeof(void))]
26 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UnityTlsContext), Member = "Read", MemberParameters = new object[]
27 {
28 typeof(byte[]),
29 typeof(int),
30 typeof(int)
31 }, ReturnType = typeof(ValueTuple<int, bool>))]
32 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UnityTlsContext), Member = "Write", MemberParameters = new object[]
33 {
34 typeof(byte[]),
35 typeof(int),
36 typeof(int)
37 }, ReturnType = typeof(ValueTuple<int, bool>))]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UnityTlsContext), Member = "StartHandshake", ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UnityTlsContext), Member = "ProcessHandshake", ReturnType = typeof(bool))]
40 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UnityTlsContext), Member = "CertificateCallback", MemberParameters = new object[]
41 {
43 typeof(byte*),
50 }, ReturnType = typeof(void))]
51 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 8)]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
53 {
54 typeof(string),
55 typeof(object),
56 typeof(object)
57 }, ReturnType = typeof(string))]
58 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TlsException), Member = ".ctor", MemberParameters = new object[]
59 {
61 typeof(string)
62 }, ReturnType = typeof(void))]
63 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
65 {
66 throw null;
67 }
68
69 [global::Cpp2ILInjected.Token(Token = "0x600003C")]
70 [global::Cpp2ILInjected.Address(RVA = "0x1D41B10", Offset = "0x1D41B10", Length = "0xD0")]
71 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UnityTlsContext), Member = "ProcessHandshake", ReturnType = typeof(bool))]
72 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
73 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Debug), Member = "CheckAndThrow", MemberParameters = new object[]
74 {
76 typeof(string),
78 }, ReturnType = typeof(void))]
79 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnityTlsConversions), Member = "VerifyResultToAlertDescription", MemberParameters = new object[]
80 {
81 typeof(UnityTls.unitytls_x509verify_result),
83 }, ReturnType = typeof(AlertDescription))]
84 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
85 {
86 typeof(string),
87 typeof(object),
88 typeof(object),
89 typeof(object)
90 }, ReturnType = typeof(string))]
91 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TlsException), Member = ".ctor", MemberParameters = new object[]
92 {
94 typeof(string)
95 }, ReturnType = typeof(void))]
96 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
101 }
102}
class f__AnonymousType0<< Count > j__TPar
static void CheckAndThrow(UnityTls.unitytls_errorstate errorState, UnityTls.unitytls_x509verify_result verifyResult, string context, AlertDescription defaultAlert=AlertDescription.InternalError)
Definition Debug.cs:97
static unsafe void CheckAndThrow(UnityTls.unitytls_errorstate errorState, string context, AlertDescription defaultAlert=AlertDescription.InternalError)
Definition Debug.cs:64