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
BadPasswordException.cs
Go to the documentation of this file.
1using System;
5
6namespace Ionic.Zip
7{
8 [Guid("ebc25cf6-9120-4283-b972-0e5520d0000B")]
9 [global::Cpp2ILInjected.Token(Token = "0x2000010")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x600004A")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1A459E4", Offset = "0x1A459E4", 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 = "0x600004B")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1A459E8", Offset = "0x1A459E8", Length = "0x4")]
24 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZipCrypto), Member = "ForWrite", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(ZipCrypto))]
25 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ZipCrypto), Member = "ForRead", MemberParameters = new object[]
26 {
27 typeof(string),
28 typeof(ZipEntry)
29 }, ReturnType = typeof(ZipCrypto))]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ZipException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
32 public BadPasswordException(string message)
33 {
34 throw null;
35 }
36
37 [global::Cpp2ILInjected.Token(Token = "0x600004C")]
38 [global::Cpp2ILInjected.Address(RVA = "0x1A459EC", Offset = "0x1A459EC", Length = "0x4")]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ZipException), Member = ".ctor", MemberParameters = new object[]
41 {
42 typeof(string),
44 }, ReturnType = typeof(void))]
46 {
47 throw null;
48 }
49 }
50}
class f__AnonymousType0<< Count > j__TPar
BadPasswordException(string message, Exception innerException)