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
CommonUnixIPGlobalProperties.cs
Go to the documentation of this file.
1using System;
3using System.Text;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x20002C2")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60012C2")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1E20588", Offset = "0x1E20588", Length = "0x8C")]
14 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CommonUnixIPGlobalProperties), Member = "get_DomainName", ReturnType = typeof(string))]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
17 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
18 [PreserveSig]
19 private static extern int getdomainname(byte[] name, int len);
20
21 [global::Cpp2ILInjected.Token(Token = "0x17000450")]
22 public override string DomainName
23 {
24 [global::Cpp2ILInjected.Token(Token = "0x60012C3")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1E20614", Offset = "0x1E20614", Length = "0x168")]
26 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CommonUnixIPGlobalProperties), Member = "getdomainname", MemberParameters = new object[]
29 {
30 typeof(byte[]),
31 typeof(int)
32 }, ReturnType = typeof(int))]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array), Member = "IndexOf", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { "T[]", "T" }, ReturnType = typeof(int))]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Encoding), Member = "get_ASCII", ReturnType = typeof(Encoding))]
35 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetworkInformationException), Member = ".ctor", ReturnType = typeof(void))]
36 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 18)]
37 get
38 {
39 throw null;
40 }
41 }
42
43 [global::Cpp2ILInjected.Token(Token = "0x60012C4")]
44 [global::Cpp2ILInjected.Address(RVA = "0x1E2077C", Offset = "0x1E2077C", Length = "0x8")]
45 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
46 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
48 {
49 throw null;
50 }
51 }
52}
class f__AnonymousType0<< Count > j__TPar