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
SecurityBuffer.cs
Go to the documentation of this file.
1using System;
7
9{
10 [global::Cpp2ILInjected.Token(Token = "0x2000312")]
11 internal class SecurityBuffer
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6001486")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1E37600", Offset = "0x1E37600", Length = "0x48")]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NTAuthentication), Member = "GetOutgoingBlob", MemberParameters = new object[]
16 {
17 typeof(byte[]),
18 typeof(bool),
20 }, ReturnType = typeof(byte[]))]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x6001487")]
29 [global::Cpp2ILInjected.Address(RVA = "0x1E37648", Offset = "0x1E37648", Length = "0x178")]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NTAuthentication), Member = "GetOutgoingBlob", MemberParameters = new object[]
31 {
32 typeof(byte[]),
33 typeof(bool),
35 }, ReturnType = typeof(byte[]))]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(FormattableStringFactory), Member = "Create", MemberParameters = new object[]
39 {
40 typeof(string),
41 typeof(object[])
42 }, ReturnType = typeof(FormattableString))]
43 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetEventSource), Member = "Fail", MemberParameters = new object[]
44 {
45 typeof(object),
47 typeof(string)
48 }, ReturnType = typeof(void))]
49 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 13)]
51 {
52 throw null;
53 }
54
55 [global::Cpp2ILInjected.Token(Token = "0x6001488")]
56 [global::Cpp2ILInjected.Address(RVA = "0x1E377C0", Offset = "0x1E377C0", Length = "0x4C")]
57 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
58 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NTAuthentication), Member = "GetOutgoingBlob", MemberParameters = new object[]
59 {
60 typeof(byte[]),
61 typeof(bool),
63 }, ReturnType = typeof(byte[]))]
64 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
65 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
67 {
68 throw null;
69 }
70
71 [global::Cpp2ILInjected.Token(Token = "0x400111A")]
72 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
73 public int size;
74
75 [global::Cpp2ILInjected.Token(Token = "0x400111B")]
76 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
78
79 [global::Cpp2ILInjected.Token(Token = "0x400111C")]
80 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
81 public byte[] token;
82
83 [global::Cpp2ILInjected.Token(Token = "0x400111D")]
84 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
86
87 [global::Cpp2ILInjected.Token(Token = "0x400111E")]
88 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
89 public int offset;
90 }
91}
class f__AnonymousType0<< Count > j__TPar
SecurityBuffer(byte[] data, SecurityBufferType tokentype)
SecurityBuffer(ChannelBinding binding)
SecurityBuffer(int size, SecurityBufferType tokentype)