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
ZipConstants.cs
Go to the documentation of this file.
1using System;
3
4namespace Ionic.Zip
5{
6 [global::Cpp2ILInjected.Token(Token = "0x2000019")]
7 internal static class ZipConstants
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x4000037")]
10 public const uint PackedToRemovableMedia = 808471376U;
11
12 [global::Cpp2ILInjected.Token(Token = "0x4000038")]
13 public const uint Zip64EndOfCentralDirectoryRecordSignature = 101075792U;
14
15 [global::Cpp2ILInjected.Token(Token = "0x4000039")]
16 public const uint Zip64EndOfCentralDirectoryLocatorSignature = 117853008U;
17
18 [global::Cpp2ILInjected.Token(Token = "0x400003A")]
19 public const uint EndOfCentralDirectorySignature = 101010256U;
20
21 [global::Cpp2ILInjected.Token(Token = "0x400003B")]
22 public const int ZipEntrySignature = 67324752;
23
24 [global::Cpp2ILInjected.Token(Token = "0x400003C")]
25 public const int ZipEntryDataDescriptorSignature = 134695760;
26
27 [global::Cpp2ILInjected.Token(Token = "0x400003D")]
28 public const int SplitArchiveSignature = 134695760;
29
30 [global::Cpp2ILInjected.Token(Token = "0x400003E")]
31 public const int ZipDirEntrySignature = 33639248;
32
33 [global::Cpp2ILInjected.Token(Token = "0x400003F")]
34 public const int AesKeySize = 192;
35
36 [global::Cpp2ILInjected.Token(Token = "0x4000040")]
37 public const int AesBlockSize = 128;
38
39 [global::Cpp2ILInjected.Token(Token = "0x4000041")]
40 public const ushort AesAlgId128 = 26126;
41
42 [global::Cpp2ILInjected.Token(Token = "0x4000042")]
43 public const ushort AesAlgId192 = 26127;
44
45 [global::Cpp2ILInjected.Token(Token = "0x4000043")]
46 public const ushort AesAlgId256 = 26128;
47 }
48}
const ushort AesAlgId128
const int ZipEntryDataDescriptorSignature
const uint EndOfCentralDirectorySignature
const uint Zip64EndOfCentralDirectoryRecordSignature
const uint Zip64EndOfCentralDirectoryLocatorSignature
const ushort AesAlgId192
const int SplitArchiveSignature
const int ZipDirEntrySignature
const ushort AesAlgId256
const uint PackedToRemovableMedia