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.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
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
}
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
Telepathy.Utils.IntToBytesBigEndianNonAlloc
static void IntToBytesBigEndianNonAlloc(int value, byte[] bytes)
Definition
Utils.cs:16
Telepathy.Utils.IntToBytesBigEndian
static byte[] IntToBytesBigEndian(int value)
Definition
Utils.cs:10
Telepathy.Utils.BytesToIntBigEndian
static int BytesToIntBigEndian(byte[] bytes)
Definition
Utils.cs:21
Telepathy.Utils
Definition
Utils.cs:8
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
Telepathy
Definition
Client.cs:12
source
Telepathy
Utils.cs
Generated by
1.10.0