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
BadReadException.cs
Go to the documentation of this file.
1using System;
3using System.IO;
5using System.Text;
8
9namespace Ionic.Zip
10{
11 [Guid("ebc25cf6-9120-4283-b972-0e5520d0000A")]
12 [global::Cpp2ILInjected.Token(Token = "0x2000011")]
15 {
16 [global::Cpp2ILInjected.Token(Token = "0x600004D")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1A459F0", Offset = "0x1A459F0", Length = "0x4")]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ZipException), Member = ".ctor", ReturnType = typeof(void))]
21 {
22 throw null;
23 }
24
25 [global::Cpp2ILInjected.Token(Token = "0x600004E")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1A459F4", Offset = "0x1A459F4", Length = "0x4")]
27 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SharedUtilities), Member = "_ReadFourBytes", MemberParameters = new object[]
28 {
30 typeof(string)
31 }, ReturnType = typeof(int))]
32 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Ionic.Zip.ZipEntry.<>c__DisplayClass1", Member = "<ProcessExtraFieldZip64>b__0", ReturnType = typeof(long))]
33 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZipEntry), Member = "ReadDirEntry", MemberParameters = new object[]
34 {
37 }, ReturnType = typeof(ZipEntry))]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZipEntry), Member = "_CheckRead", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZipEntry), Member = "ReadHeader", MemberParameters = new object[]
40 {
41 typeof(ZipEntry),
43 }, ReturnType = typeof(bool))]
44 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZipEntry), Member = "ProcessExtraFieldZip64", MemberParameters = new object[]
45 {
46 typeof(byte[]),
47 typeof(int),
48 typeof(short),
49 typeof(long)
50 }, ReturnType = typeof(int))]
51 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZipEntry), Member = "ProcessExtraFieldInfoZipTimes", MemberParameters = new object[]
52 {
53 typeof(byte[]),
54 typeof(int),
55 typeof(short),
56 typeof(long)
57 }, ReturnType = typeof(int))]
58 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZipEntry), Member = "ProcessExtraFieldUnixTimes", MemberParameters = new object[]
59 {
60 typeof(byte[]),
61 typeof(int),
62 typeof(short),
63 typeof(long)
64 }, ReturnType = typeof(int))]
65 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZipEntry), Member = "ProcessExtraFieldWindowsTimes", MemberParameters = new object[]
66 {
67 typeof(byte[]),
68 typeof(int),
69 typeof(short),
70 typeof(long)
71 }, ReturnType = typeof(int))]
72 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZipFile), Member = "Zip64SeekToCentralDirectory", MemberParameters = new object[] { typeof(ZipFile) }, ReturnType = typeof(void))]
73 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZipFile), Member = "ReadCentralDirectoryFooter", MemberParameters = new object[] { typeof(ZipFile) }, ReturnType = typeof(void))]
74 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 11)]
75 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ZipException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
76 public BadReadException(string message)
77 {
78 throw null;
79 }
80
81 [global::Cpp2ILInjected.Token(Token = "0x600004F")]
82 [global::Cpp2ILInjected.Address(RVA = "0x1A459F8", Offset = "0x1A459F8", Length = "0x4")]
83 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
84 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ZipException), Member = ".ctor", MemberParameters = new object[]
85 {
86 typeof(string),
88 }, ReturnType = typeof(void))]
90 {
91 throw null;
92 }
93 }
94}
class f__AnonymousType0<< Count > j__TPar
BadReadException(string message, Exception innerException)