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
JitHelpers.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200049E")]
8 internal static class JitHelpers
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x600228E")]
11 [global::Cpp2ILInjected.Address(RVA = "0x158C714", Offset = "0x158C714", Length = "0x10")]
12 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
15 internal static T UnsafeCast<T>(object o) where T : class
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x600228F")]
21 [global::Cpp2ILInjected.Address(RVA = "0x158C724", Offset = "0x158C724", Length = "0x10")]
22 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
25 internal static int UnsafeEnumCast<T>(T val) where T : struct
26 {
27 throw null;
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x6002290")]
31 internal static long UnsafeEnumCastLong<T>(T val) where T : struct
32 {
33 throw null;
34 }
35 }
36}
class f__AnonymousType0<< Count > j__TPar