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
Type1Message.cs
Go to the documentation of this file.
1using System;
3using System.Net;
4using System.Text;
7
9{
10 [global::Cpp2ILInjected.Token(Token = "0x200003F")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x60001D2")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1A9A004", Offset = "0x1A9A004", Length = "0x84")]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Http.NtlmSession", Member = "Authenticate", MemberParameters = new object[]
16 {
17 typeof(string),
20 }, ReturnType = typeof(Authorization))]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Environment), Member = "get_UserDomainName", ReturnType = typeof(string))]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Environment), Member = "get_MachineName", ReturnType = typeof(string))]
25 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
26 public Type1Message()
27 {
28 throw null;
29 }
30
31 [global::Cpp2ILInjected.Token(Token = "0x17000086")]
32 public string Domain
33 {
34 [global::Cpp2ILInjected.Token(Token = "0x60001D3")]
35 [global::Cpp2ILInjected.Address(RVA = "0x1A9A088", Offset = "0x1A9A088", Length = "0x80")]
36 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
37 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Http.NtlmSession", Member = "Authenticate", MemberParameters = new object[]
38 {
39 typeof(string),
42 }, ReturnType = typeof(Authorization))]
43 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
45 {
46 typeof(string),
47 typeof(string)
48 }, ReturnType = typeof(bool))]
49 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
50 set
51 {
52 throw null;
53 }
54 }
55
56 [global::Cpp2ILInjected.Token(Token = "0x17000087")]
57 public string Host
58 {
59 [global::Cpp2ILInjected.Token(Token = "0x60001D4")]
60 [global::Cpp2ILInjected.Address(RVA = "0x1A9A108", Offset = "0x1A9A108", Length = "0x80")]
61 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
62 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Http.NtlmSession", Member = "Authenticate", MemberParameters = new object[]
63 {
64 typeof(string),
67 }, ReturnType = typeof(Authorization))]
68 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
69 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
70 {
71 typeof(string),
72 typeof(string)
73 }, ReturnType = typeof(bool))]
74 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
75 set
76 {
77 throw null;
78 }
79 }
80
81 [global::Cpp2ILInjected.Token(Token = "0x60001D5")]
82 [global::Cpp2ILInjected.Address(RVA = "0x1A9A188", Offset = "0x1A9A188", Length = "0xC8")]
83 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
84 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
85 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MessageBase), Member = "Decode", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(void))]
86 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitConverterLE), Member = "ToUInt32", MemberParameters = new object[]
87 {
88 typeof(byte[]),
89 typeof(int)
90 }, ReturnType = typeof(uint))]
91 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitConverterLE), Member = "ToUInt16", MemberParameters = new object[]
92 {
93 typeof(byte[]),
94 typeof(int)
95 }, ReturnType = typeof(ushort))]
96 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Encoding), Member = "get_ASCII", ReturnType = typeof(Encoding))]
97 protected override void Decode(byte[] message)
98 {
99 throw null;
100 }
101
102 [global::Cpp2ILInjected.Token(Token = "0x60001D6")]
103 [global::Cpp2ILInjected.Address(RVA = "0x1A9A250", Offset = "0x1A9A250", Length = "0x1A0")]
104 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
105 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
106 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MessageBase), Member = "PrepareMessage", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(byte[]))]
107 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Encoding), Member = "get_ASCII", ReturnType = typeof(Encoding))]
108 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = "get_InvariantCulture", ReturnType = typeof(CultureInfo))]
109 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "ToUpper", MemberParameters = new object[] { typeof(CultureInfo) }, ReturnType = typeof(string))]
110 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Buffer), Member = "BlockCopy", MemberParameters = new object[]
111 {
112 typeof(Array),
113 typeof(int),
114 typeof(Array),
115 typeof(int),
116 typeof(int)
117 }, ReturnType = typeof(void))]
118 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
119 public override byte[] GetBytes()
120 {
121 throw null;
122 }
123
124 [global::Cpp2ILInjected.Token(Token = "0x40000E9")]
125 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
126 private string _host;
127
128 [global::Cpp2ILInjected.Token(Token = "0x40000EA")]
129 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
130 private string _domain;
131 }
132}
class f__AnonymousType0<< Count > j__TPar
override void Decode(byte[] message)