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
SafeGssContextHandle.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000078")]
10 internal sealed class SafeGssContextHandle : SafeHandle
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60001C8")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1E9F4A8", Offset = "0x1E9F4A8", Length = "0x58")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NegotiateStreamPal), Member = "GssInitSecurityContext", MemberParameters = new object[]
15 {
18 typeof(bool),
20 typeof(Interop.NetSecurityNative.GssFlags),
21 typeof(byte[]),
22 typeof(ref byte[]),
23 typeof(ref uint),
24 typeof(ref int)
25 }, ReturnType = typeof(bool))]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SafeHandle), Member = ".ctor", MemberParameters = new object[]
28 {
30 typeof(bool)
31 }, ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
34 {
35 throw null;
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x17000061")]
39 public override bool IsInvalid
40 {
41 [global::Cpp2ILInjected.Token(Token = "0x60001C9")]
42 [global::Cpp2ILInjected.Address(RVA = "0x1E9F500", Offset = "0x1E9F500", Length = "0x54")]
43 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(IntPtr), Member = "op_Equality", MemberParameters = new object[]
45 {
48 }, ReturnType = typeof(bool))]
49 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
50 get
51 {
52 throw null;
53 }
54 }
55
56 [global::Cpp2ILInjected.Token(Token = "0x60001CA")]
57 [global::Cpp2ILInjected.Address(RVA = "0x1E9F554", Offset = "0x1E9F554", Length = "0x74")]
58 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
59 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
60 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Interop.NetSecurityNative), Member = "DeleteSecContext", MemberParameters = new object[]
61 {
62 typeof(ref Interop.NetSecurityNative.Status),
64 }, ReturnType = typeof(Interop.NetSecurityNative.Status))]
65 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
66 protected override bool ReleaseHandle()
67 {
68 throw null;
69 }
70 }
71}
class f__AnonymousType0<< Count > j__TPar