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
Adler.cs
Go to the documentation of this file.
1using System;
4
5namespace Ionic.Zlib
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000055")]
8 public sealed class Adler
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x60003AB")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1A6FDDC", Offset = "0x1A6FDDC", Length = "0x274")]
12 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "Reset", ReturnType = typeof(void))]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "SetDictionary", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(int))]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DeflateManager), Member = "Deflate", MemberParameters = new object[] { typeof(FlushType) }, ReturnType = typeof(int))]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(InflateBlocks), Member = "Flush", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(InflateManager), Member = "SetDictionary", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(int))]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZlibCodec), Member = "read_buf", MemberParameters = new object[]
19 {
20 typeof(byte[]),
21 typeof(int),
22 typeof(int)
23 }, ReturnType = typeof(int))]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
25 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
26 public static uint Adler32(uint adler, byte[] buf, int index, int len)
27 {
28 throw null;
29 }
30
31 [global::Cpp2ILInjected.Token(Token = "0x60003AC")]
32 [global::Cpp2ILInjected.Address(RVA = "0x1A7493C", Offset = "0x1A7493C", Length = "0x8")]
33 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
35 public Adler()
36 {
37 throw null;
38 }
39
40 // Note: this type is marked as 'beforefieldinit'.
41 [global::Cpp2ILInjected.Token(Token = "0x60003AD")]
42 [global::Cpp2ILInjected.Address(RVA = "0x1A74944", Offset = "0x1A74944", Length = "0x50")]
43 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
44 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
45 static Adler()
46 {
47 throw null;
48 }
49
50 [global::Cpp2ILInjected.Token(Token = "0x40002E4")]
51 private static readonly uint BASE;
52
53 [global::Cpp2ILInjected.Token(Token = "0x40002E5")]
54 private static readonly int NMAX;
55 }
56}
class f__AnonymousType0<< Count > j__TPar
static uint Adler32(uint adler, byte[] buf, int index, int len)
Definition Adler.cs:26
static readonly int NMAX
Definition Adler.cs:54
static readonly uint BASE
Definition Adler.cs:51
static Adler()
Definition Adler.cs:45