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
BadCrcException.cs
Go to the documentation of this file.
1using System;
5
6namespace Ionic.Zip
7{
8 [Guid("ebc25cf6-9120-4283-b972-0e5520d00009")]
9 [global::Cpp2ILInjected.Token(Token = "0x2000012")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6000050")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1A459FC", Offset = "0x1A459FC", Length = "0x4")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ZipException), Member = ".ctor", ReturnType = typeof(void))]
18 {
19 throw null;
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x6000051")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1A45A00", Offset = "0x1A45A00", Length = "0x4")]
24 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZipEntry), Member = "VerifyCrcAfterExtract", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ZipException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
27 public BadCrcException(string message)
28 {
29 throw null;
30 }
31 }
32}
class f__AnonymousType0<< Count > j__TPar
BadCrcException(string message)