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
RuntimeImports.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Runtime
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000336")]
9 internal static class RuntimeImports
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6001BAA")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1B24980", Offset = "0x1B24980", Length = "0x4")]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.SpanHelpers), Member = "ClearWithoutReferences", MemberParameters = new object[]
14 {
15 typeof(ref byte),
17 }, ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
19 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
20 internal static void RhZeroMemory(ref byte b, ulong byteLength)
21 {
22 throw null;
23 }
24
25 [global::Cpp2ILInjected.Token(Token = "0x6001BAB")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1B24984", Offset = "0x1B24984", Length = "0x4")]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
29 [MethodImpl(4096)]
30 private unsafe static extern void ZeroMemory(void* p, uint byteLength);
31
32 [global::Cpp2ILInjected.Token(Token = "0x6001BAC")]
33 [global::Cpp2ILInjected.Address(RVA = "0x1B24988", Offset = "0x1B24988", Length = "0x4")]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Buffer), Member = "Memmove", MemberParameters = new object[]
35 {
36 typeof(byte*),
37 typeof(byte*),
38 typeof(uint)
39 }, ReturnType = typeof(void))]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
41 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
42 [MethodImpl(4096)]
43 internal unsafe static extern void Memmove(byte* dest, byte* src, uint len);
44
45 [global::Cpp2ILInjected.Token(Token = "0x6001BAD")]
46 [global::Cpp2ILInjected.Address(RVA = "0x1B2498C", Offset = "0x1B2498C", Length = "0x4")]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
48 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
49 [MethodImpl(4096)]
50 internal unsafe static extern void Memmove_wbarrier(byte* dest, byte* src, uint len, global::System.IntPtr type_handle);
51 }
52}
class f__AnonymousType0<< Count > j__TPar
static unsafe void ZeroMemory(void *p, uint byteLength)
static unsafe void Memmove(byte *dest, byte *src, uint len)
static void RhZeroMemory(ref byte b, ulong byteLength)
static unsafe void Memmove_wbarrier(byte *dest, byte *src, uint len, global::System.IntPtr type_handle)