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
ComHelper.cs
Go to the documentation of this file.
1using System;
5
6namespace Ionic.Zip
7{
8 [Guid("ebc25cf6-9120-4283-b972-0e5520d0000F")]
9 [ComVisible(true)]
10 [global::Cpp2ILInjected.Token(Token = "0x2000002")]
11 public class ComHelper
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6000001")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1A445E8", Offset = "0x1A445E8", Length = "0x54")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
17 public bool IsZipFile(string filename)
18 {
19 throw null;
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x6000002")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1A44694", Offset = "0x1A44694", Length = "0x58")]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
25 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
26 public bool IsZipFileWithExtract(string filename)
27 {
28 throw null;
29 }
30
31 [global::Cpp2ILInjected.Token(Token = "0x6000003")]
32 [global::Cpp2ILInjected.Address(RVA = "0x1A44980", Offset = "0x1A44980", Length = "0x58")]
33 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ZipFile), Member = "get_LibraryVersion", ReturnType = typeof(Version))]
35 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
36 public string GetZipLibraryVersion()
37 {
38 throw null;
39 }
40
41 [global::Cpp2ILInjected.Token(Token = "0x6000004")]
42 [global::Cpp2ILInjected.Address(RVA = "0x1A44A30", Offset = "0x1A44A30", Length = "0x8")]
43 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
45 public ComHelper()
46 {
47 throw null;
48 }
49 }
50}
class f__AnonymousType0<< Count > j__TPar
string GetZipLibraryVersion()
Definition ComHelper.cs:36
bool IsZipFileWithExtract(string filename)
Definition ComHelper.cs:26
bool IsZipFile(string filename)
Definition ComHelper.cs:17