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
Utils.cs
Go to the documentation of this file.
1using System;
4
5namespace Telepathy
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200031B")]
8 public static class Utils
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6001284")]
11 [global::Cpp2ILInjected.Address(RVA = "0xA7B7A8", Offset = "0xA7B7A8", Length = "0x54")]
12 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
15 public static byte[] IntToBytesBigEndian(int value)
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x6001285")]
21 [global::Cpp2ILInjected.Address(RVA = "0xA7B7FC", Offset = "0xA7B7FC", Length = "0xC")]
22 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 public static void IntToBytesBigEndianNonAlloc(int value, byte[] bytes)
25 {
26 throw null;
27 }
28
29 [global::Cpp2ILInjected.Token(Token = "0x6001286")]
30 [global::Cpp2ILInjected.Address(RVA = "0xA7B808", Offset = "0xA7B808", Length = "0xC")]
31 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
32 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
33 public static int BytesToIntBigEndian(byte[] bytes)
34 {
35 throw null;
36 }
37 }
38}
static void IntToBytesBigEndianNonAlloc(int value, byte[] bytes)
Definition Utils.cs:24
static byte[] IntToBytesBigEndian(int value)
Definition Utils.cs:15
static int BytesToIntBigEndian(byte[] bytes)
Definition Utils.cs:33