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
IntPtrHelper.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Net
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200019E")]
8 internal static class IntPtrHelper
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6000A72")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1F0E29C", Offset = "0x1F0E29C", Length = "0x20")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(IntPtr), Member = "op_Explicit", MemberParameters = new object[] { typeof(IntPtr) }, ReturnType = typeof(long))]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(IntPtr), Member = "op_Explicit", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(IntPtr))]
15 internal static IntPtr Add(IntPtr a, int b)
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x6000A73")]
21 [global::Cpp2ILInjected.Address(RVA = "0x1F0E2BC", Offset = "0x1F0E2BC", Length = "0x34")]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(IntPtr), Member = "op_Explicit", MemberParameters = new object[] { typeof(IntPtr) }, ReturnType = typeof(long))]
24 internal static long Subtract(IntPtr a, IntPtr b)
25 {
26 throw null;
27 }
28 }
29}
class f__AnonymousType0<< Count > j__TPar
static long Subtract(IntPtr a, IntPtr b)
static IntPtr Add(IntPtr a, int b)