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
NtlmSettings.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200003E")]
8 public static class NtlmSettings
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x17000085")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x60001D0")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1A99F60", Offset = "0x1A99F60", Length = "0x58")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
17 get
18 {
19 throw null;
20 }
21 }
22
23 // Note: this type is marked as 'beforefieldinit'.
24 [global::Cpp2ILInjected.Token(Token = "0x60001D1")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1A99FB8", Offset = "0x1A99FB8", Length = "0x4C")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
28 static NtlmSettings()
29 {
30 throw null;
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x40000E8")]
35 }
36}