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
StaticTree.cs
Go to the documentation of this file.
1using System;
5
6namespace Ionic.Zlib
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000054")]
9 internal sealed class StaticTree
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60003A9")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1A746E0", Offset = "0x1A746E0", Length = "0x50")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
15 private StaticTree(short[] treeCodes, int[] extraBits, int extraBase, int elems, int maxLength)
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x60003AA")]
21 [global::Cpp2ILInjected.Address(RVA = "0x1A74730", Offset = "0x1A74730", Length = "0x20C")]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RuntimeHelpers), Member = "InitializeArray", MemberParameters = new object[]
24 {
27 }, ReturnType = typeof(void))]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
29 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 13)]
30 static StaticTree()
31 {
32 throw null;
33 }
34
35 [global::Cpp2ILInjected.Token(Token = "0x40002DA")]
36 internal static readonly short[] lengthAndLiteralsTreeCodes;
37
38 [global::Cpp2ILInjected.Token(Token = "0x40002DB")]
39 internal static readonly short[] distTreeCodes;
40
41 [global::Cpp2ILInjected.Token(Token = "0x40002DC")]
42 internal static readonly StaticTree Literals;
43
44 [global::Cpp2ILInjected.Token(Token = "0x40002DD")]
45 internal static readonly StaticTree Distances;
46
47 [global::Cpp2ILInjected.Token(Token = "0x40002DE")]
49
50 [global::Cpp2ILInjected.Token(Token = "0x40002DF")]
51 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
52 internal short[] treeCodes;
53
54 [global::Cpp2ILInjected.Token(Token = "0x40002E0")]
55 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
56 internal int[] extraBits;
57
58 [global::Cpp2ILInjected.Token(Token = "0x40002E1")]
59 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
60 internal int extraBase;
61
62 [global::Cpp2ILInjected.Token(Token = "0x40002E2")]
63 [global::Cpp2ILInjected.FieldOffset(Offset = "0x24")]
64 internal int elems;
65
66 [global::Cpp2ILInjected.Token(Token = "0x40002E3")]
67 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
68 internal int maxLength;
69 }
70}
class f__AnonymousType0<< Count > j__TPar
static readonly short[] distTreeCodes
Definition StaticTree.cs:39
static readonly StaticTree BitLengths
Definition StaticTree.cs:48
static readonly StaticTree Distances
Definition StaticTree.cs:45
static readonly StaticTree Literals
Definition StaticTree.cs:42
StaticTree(short[] treeCodes, int[] extraBits, int extraBase, int elems, int maxLength)
Definition StaticTree.cs:15
static readonly short[] lengthAndLiteralsTreeCodes
Definition StaticTree.cs:36