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
BitConverterLE.cs
Go to the documentation of this file.
1using System;
3
4namespace Mono.Security
5{
6 // Token: 0x02000041 RID: 65
7 internal sealed class BitConverterLE
8 {
9 // Token: 0x06000111 RID: 273 RVA: 0x000048AC File Offset: 0x00002AAC
10 private unsafe static byte[] GetUIntBytes(byte* bytes)
11 {
12 if (!true)
13 {
14 return;
15 }
16 }
17
18 // Token: 0x06000112 RID: 274 RVA: 0x000048C0 File Offset: 0x00002AC0
19 private unsafe static byte[] GetULongBytes(byte* bytes)
20 {
21 if (!true)
22 {
23 return;
24 }
25 }
26
27 // Token: 0x06000113 RID: 275 RVA: 0x000048D4 File Offset: 0x00002AD4
28 internal static byte[] GetBytes(int value)
29 {
30 byte[] array;
31 return array;
32 }
33
34 // Token: 0x06000114 RID: 276 RVA: 0x000048E4 File Offset: 0x00002AE4
35 internal static byte[] GetBytes(float value)
36 {
37 byte[] array;
38 return array;
39 }
40
41 // Token: 0x06000115 RID: 277 RVA: 0x000048F4 File Offset: 0x00002AF4
42 internal static byte[] GetBytes(double value)
43 {
44 byte[] array;
45 return array;
46 }
47
48 // Token: 0x06000116 RID: 278 RVA: 0x00004904 File Offset: 0x00002B04
49 private unsafe static void UIntFromBytes(byte* dst, byte[] src, int startIndex)
50 {
51 if (!true)
52 {
53 }
54 }
55
56 // Token: 0x06000117 RID: 279 RVA: 0x00004918 File Offset: 0x00002B18
57 private unsafe static void ULongFromBytes(byte* dst, byte[] src, int startIndex)
58 {
59 if (!true)
60 {
61 }
62 }
63
64 // Token: 0x06000118 RID: 280 RVA: 0x0000207A File Offset: 0x0000027A
65 internal static float ToSingle(byte[] value, int startIndex)
66 {
67 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
68 }
69
70 // Token: 0x06000119 RID: 281 RVA: 0x0000207A File Offset: 0x0000027A
71 internal static double ToDouble(byte[] value, int startIndex)
72 {
73 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
74 }
75 }
76}
class f__AnonymousType0<< Count > j__TPar
static byte[] GetBytes(float value)
static double ToDouble(byte[] value, int startIndex)
static float ToSingle(byte[] value, int startIndex)
static byte[] GetBytes(double value)
static unsafe byte[] GetUIntBytes(byte *bytes)
static byte[] GetBytes(int value)
static unsafe void ULongFromBytes(byte *dst, byte[] src, int startIndex)
static unsafe void UIntFromBytes(byte *dst, byte[] src, int startIndex)
static unsafe byte[] GetULongBytes(byte *bytes)