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
ByteMatcher.cs
Go to the documentation of this file.
1using System;
5
6namespace System
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000191")]
9 internal class ByteMatcher
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6000FB0")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1C88044", Offset = "0x1C88044", Length = "0x10C")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TermInfoDriver), Member = "InitKeys", ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
16 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
17 public void AddMapping(global::System.TermInfoStrings key, byte[] val)
18 {
19 throw null;
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x6000FB1")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1C88150", Offset = "0x1C88150", Length = "0x4")]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
25 public void Sort()
26 {
27 throw null;
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x6000FB2")]
31 [global::Cpp2ILInjected.Address(RVA = "0x1C8525C", Offset = "0x1C8525C", Length = "0x80")]
32 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
33 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TermInfoDriver), Member = "GetKeyFromBuffer", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(object))]
34 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
35 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
36 public bool StartsWith(int c)
37 {
38 throw null;
39 }
40
41 [global::Cpp2ILInjected.Token(Token = "0x6000FB3")]
42 [global::Cpp2ILInjected.Address(RVA = "0x1C852DC", Offset = "0x1C852DC", Length = "0x444")]
43 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
44 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TermInfoDriver), Member = "GetKeyFromBuffer", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(object))]
45 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
46 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
47 public global::System.TermInfoStrings Match(char[] buffer, int offset, int length, out int used)
48 {
49 throw null;
50 }
51
52 [global::Cpp2ILInjected.Token(Token = "0x6000FB4")]
53 [global::Cpp2ILInjected.Address(RVA = "0x1C87F94", Offset = "0x1C87F94", Length = "0x70")]
54 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TermInfoDriver), Member = "InitKeys", ReturnType = typeof(void))]
55 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Hashtable), Member = ".ctor", ReturnType = typeof(void))]
57 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
58 public ByteMatcher()
59 {
60 throw null;
61 }
62
63 [global::Cpp2ILInjected.Token(Token = "0x40006C9")]
64 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
65 private global::System.Collections.Hashtable map;
66
67 [global::Cpp2ILInjected.Token(Token = "0x40006CA")]
68 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
69 private global::System.Collections.Hashtable starts;
70 }
71}
class f__AnonymousType0<< Count > j__TPar
global::System.Collections.Hashtable map
void AddMapping(global::System.TermInfoStrings key, byte[] val)
bool StartsWith(int c)
global::System.Collections.Hashtable starts
global::System.TermInfoStrings Match(char[] buffer, int offset, int length, out int used)