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
IntSecurity.cs
Go to the documentation of this file.
1using System;
2using System.IO;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20003E4")]
9 internal static class IntSecurity
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6001A52")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1E6708C", Offset = "0x1E6708C", Length = "0x58")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Path), Member = "GetFullPath", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
15 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
16 public static string UnsafeGetFullPath(string fileName)
17 {
18 throw null;
19 }
20 }
21}
class f__AnonymousType0<< Count > j__TPar
static string UnsafeGetFullPath(string fileName)