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: 0x02000005 RID: 5
7 internal sealed class BitConverterLE
8 {
9 // Token: 0x0600001B RID: 27 RVA: 0x0000249C File Offset: 0x0000069C
10 private unsafe static byte[] GetUIntBytes(byte* bytes)
11 {
12 if (!true)
13 {
14 return;
15 }
16 }
17
18 // Token: 0x0600001C RID: 28 RVA: 0x000024B0 File Offset: 0x000006B0
19 private unsafe static byte[] GetULongBytes(byte* bytes)
20 {
21 if (!true)
22 {
23 return;
24 }
25 }
26
27 // Token: 0x0600001D RID: 29 RVA: 0x000024C4 File Offset: 0x000006C4
28 internal static byte[] GetBytes(int value)
29 {
30 byte[] array;
31 return array;
32 }
33
34 // Token: 0x0600001E RID: 30 RVA: 0x000024D4 File Offset: 0x000006D4
35 internal static byte[] GetBytes(long value)
36 {
37 byte[] array;
38 return array;
39 }
40
41 // Token: 0x0600001F RID: 31 RVA: 0x000024E4 File Offset: 0x000006E4
42 private unsafe static void UShortFromBytes(byte* dst, byte[] src, int startIndex)
43 {
44 if (!true)
45 {
46 }
47 }
48
49 // Token: 0x06000020 RID: 32 RVA: 0x000024F8 File Offset: 0x000006F8
50 private unsafe static void UIntFromBytes(byte* dst, byte[] src, int startIndex)
51 {
52 if (!true)
53 {
54 }
55 }
56
57 // Token: 0x06000021 RID: 33 RVA: 0x00002050 File Offset: 0x00000250
58 internal static int ToInt32(byte[] value, int startIndex)
59 {
60 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
61 }
62
63 // Token: 0x06000022 RID: 34 RVA: 0x00002050 File Offset: 0x00000250
64 internal static ushort ToUInt16(byte[] value, int startIndex)
65 {
66 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
67 }
68
69 // Token: 0x06000023 RID: 35 RVA: 0x00002050 File Offset: 0x00000250
70 internal static uint ToUInt32(byte[] value, int startIndex)
71 {
72 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
73 }
74 }
75}
class f__AnonymousType0<< Count > j__TPar
static int ToInt32(byte[] value, int startIndex)
static unsafe byte[] GetUIntBytes(byte *bytes)
static unsafe void UShortFromBytes(byte *dst, byte[] src, int startIndex)
static byte[] GetBytes(int value)
static unsafe void UIntFromBytes(byte *dst, byte[] src, int startIndex)
static uint ToUInt32(byte[] value, int startIndex)
static byte[] GetBytes(long value)
static ushort ToUInt16(byte[] value, int startIndex)
static unsafe byte[] GetULongBytes(byte *bytes)