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
SecurityParser.cs
Go to the documentation of this file.
1using System;
3using System.IO;
8
9namespace Mono.Xml
10{
11 [global::Cpp2ILInjected.Token(Token = "0x2000029")]
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x600006C")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1AAB86C", Offset = "0x1AAB86C", Length = "0x60")]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.KeyPairPersistence), Member = "FromXml", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = ".ctor", ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Stack), Member = ".ctor", ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
22 {
23 throw null;
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x600006D")]
27 [global::Cpp2ILInjected.Address(RVA = "0x1AAB9D8", Offset = "0x1AAB9D8", Length = "0x88")]
28 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.KeyPairPersistence), Member = "FromXml", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.IO.StringReader), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
33 public void LoadXml(string xml)
34 {
35 throw null;
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x600006E")]
39 [global::Cpp2ILInjected.Address(RVA = "0x1AABC0C", Offset = "0x1AABC0C", Length = "0x8")]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
41 public global::System.Security.SecurityElement ToXml()
42 {
43 throw null;
44 }
45
46 [global::Cpp2ILInjected.Token(Token = "0x600006F")]
47 [global::Cpp2ILInjected.Address(RVA = "0x1AABC14", Offset = "0x1AABC14", Length = "0x4")]
48 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
49 public void OnStartParsing(SmallXmlParser parser)
50 {
51 throw null;
52 }
53
54 [global::Cpp2ILInjected.Token(Token = "0x6000070")]
55 [global::Cpp2ILInjected.Address(RVA = "0x1AABC18", Offset = "0x1AABC18", Length = "0x4")]
56 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
57 public void OnProcessingInstruction(string name, string text)
58 {
59 throw null;
60 }
61
62 [global::Cpp2ILInjected.Token(Token = "0x6000071")]
63 [global::Cpp2ILInjected.Address(RVA = "0x1AABC1C", Offset = "0x1AABC1C", Length = "0x4")]
64 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
65 public void OnIgnorableWhitespace(string s)
66 {
67 throw null;
68 }
69
70 [global::Cpp2ILInjected.Token(Token = "0x6000072")]
71 [global::Cpp2ILInjected.Address(RVA = "0x1AABC20", Offset = "0x1AABC20", Length = "0x264")]
72 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
73 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
74 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Security.SecurityElement), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
75 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Security.SecurityElement), Member = "AddChild", MemberParameters = new object[] { typeof(global::System.Security.SecurityElement) }, ReturnType = typeof(void))]
76 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Security.SecurityElement), Member = "Escape", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
77 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Security.SecurityElement), Member = "AddAttribute", MemberParameters = new object[]
78 {
79 typeof(string),
80 typeof(string)
81 }, ReturnType = typeof(void))]
82 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
83 public void OnStartElement(string name, SmallXmlParser.IAttrList attrs)
84 {
85 throw null;
86 }
87
88 [global::Cpp2ILInjected.Token(Token = "0x6000073")]
89 [global::Cpp2ILInjected.Address(RVA = "0x1AABE84", Offset = "0x1AABE84", Length = "0x80")]
90 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
91 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
92 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
93 public void OnEndElement(string name)
94 {
95 throw null;
96 }
97
98 [global::Cpp2ILInjected.Token(Token = "0x6000074")]
99 [global::Cpp2ILInjected.Address(RVA = "0x1AABF04", Offset = "0x1AABF04", Length = "0x78")]
100 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
101 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Security.SecurityElement), Member = "Escape", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
102 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Security.SecurityElement), Member = "set_Text", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
103 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
104 public void OnChars(string ch)
105 {
106 throw null;
107 }
108
109 [global::Cpp2ILInjected.Token(Token = "0x6000075")]
110 [global::Cpp2ILInjected.Address(RVA = "0x1AABF7C", Offset = "0x1AABF7C", Length = "0x4")]
111 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
112 public void OnEndParsing(SmallXmlParser parser)
113 {
114 throw null;
115 }
116
117 [global::Cpp2ILInjected.Token(Token = "0x40000BD")]
118 [global::Cpp2ILInjected.FieldOffset(Offset = "0x68")]
119 private global::System.Security.SecurityElement root;
120
121 [global::Cpp2ILInjected.Token(Token = "0x40000BE")]
122 [global::Cpp2ILInjected.FieldOffset(Offset = "0x70")]
123 private global::System.Security.SecurityElement current;
124
125 [global::Cpp2ILInjected.Token(Token = "0x40000BF")]
126 [global::Cpp2ILInjected.FieldOffset(Offset = "0x78")]
127 private global::System.Collections.Stack stack;
128 }
129}
class f__AnonymousType0<< Count > j__TPar
void OnEndParsing(SmallXmlParser parser)
void OnStartElement(string name, SmallXmlParser.IAttrList attrs)
void LoadXml(string xml)
void OnEndElement(string name)
global::System.Security.SecurityElement ToXml()
void OnProcessingInstruction(string name, string text)
global::System.Security.SecurityElement root
global::System.Collections.Stack stack
global::System.Security.SecurityElement current
void OnStartParsing(SmallXmlParser parser)
void OnIgnorableWhitespace(string s)