terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Utils.cs
Go to the documentation of this file.
1using System;
3
4namespace Telepathy
5{
6 // Token: 0x0200031B RID: 795
7 public static class Utils
8 {
9 // Token: 0x06001284 RID: 4740 RVA: 0x000021DB File Offset: 0x000003DB
10 public static byte[] IntToBytesBigEndian(int value)
11 {
12 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
13 }
14
15 // Token: 0x06001285 RID: 4741 RVA: 0x0005A094 File Offset: 0x00058294
16 public static void IntToBytesBigEndianNonAlloc(int value, byte[] bytes)
17 {
18 }
19
20 // Token: 0x06001286 RID: 4742 RVA: 0x000021DB File Offset: 0x000003DB
21 public static int BytesToIntBigEndian(byte[] bytes)
22 {
23 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
24 }
25 }
26}
static void IntToBytesBigEndianNonAlloc(int value, byte[] bytes)
Definition Utils.cs:16
static byte[] IntToBytesBigEndian(int value)
Definition Utils.cs:10
static int BytesToIntBigEndian(byte[] bytes)
Definition Utils.cs:21