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
SharedUtils.cs
Go to the documentation of this file.
1using System;
2using System.IO;
3using System.Text;
6
7namespace Ionic.Zlib
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000052")]
10 internal class SharedUtils
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60003A3")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1A73730", Offset = "0x1A73730", Length = "0x8")]
14 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 public static int URShift(int number, int bits)
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x60003A4")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1A74558", Offset = "0x1A74558", Length = "0xCC")]
23 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
25 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
26 public static int ReadInput(TextReader sourceTextReader, byte[] target, int start, int count)
27 {
28 throw null;
29 }
30
31 [global::Cpp2ILInjected.Token(Token = "0x60003A5")]
32 [global::Cpp2ILInjected.Address(RVA = "0x1A74624", Offset = "0x1A74624", Length = "0x28")]
33 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Encoding), Member = "get_UTF8", ReturnType = typeof(Encoding))]
35 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
36 internal static byte[] ToByteArray(string sourceString)
37 {
38 throw null;
39 }
40
41 [global::Cpp2ILInjected.Token(Token = "0x60003A6")]
42 [global::Cpp2ILInjected.Address(RVA = "0x1A7464C", Offset = "0x1A7464C", Length = "0x28")]
43 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Encoding), Member = "get_UTF8", ReturnType = typeof(Encoding))]
45 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
46 internal static char[] ToCharArray(byte[] byteArray)
47 {
48 throw null;
49 }
50
51 [global::Cpp2ILInjected.Token(Token = "0x60003A7")]
52 [global::Cpp2ILInjected.Address(RVA = "0x1A74674", Offset = "0x1A74674", Length = "0x8")]
53 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
54 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
55 public SharedUtils()
56 {
57 throw null;
58 }
59 }
60}
class f__AnonymousType0<< Count > j__TPar
static byte[] ToByteArray(string sourceString)
static int ReadInput(TextReader sourceTextReader, byte[] target, int start, int count)
static int URShift(int number, int bits)
static char[] ToCharArray(byte[] byteArray)