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
BinaryPrimitives.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200066B")]
9 public static class BinaryPrimitives
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60031E3")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1C1596C", Offset = "0x1C1596C", Length = "0xC")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [MethodImpl(256)]
16 public static short ReverseEndianness(short value)
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x60031E4")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1C15978", Offset = "0x1C15978", Length = "0x8")]
23 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
25 [MethodImpl(256)]
26 public static int ReverseEndianness(int value)
27 {
28 throw null;
29 }
30
31 [global::Cpp2ILInjected.Token(Token = "0x60031E5")]
32 [global::Cpp2ILInjected.Address(RVA = "0x1C15980", Offset = "0x1C15980", Length = "0x14")]
33 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
34 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
35 [MethodImpl(256)]
36 public static long ReverseEndianness(long value)
37 {
38 throw null;
39 }
40
41 [global::System.CLSCompliant(false)]
42 [global::Cpp2ILInjected.Token(Token = "0x60031E6")]
43 [global::Cpp2ILInjected.Address(RVA = "0x1C15994", Offset = "0x1C15994", Length = "0xC")]
44 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
45 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
46 [MethodImpl(256)]
47 public static ushort ReverseEndianness(ushort value)
48 {
49 throw null;
50 }
51
52 [global::System.CLSCompliant(false)]
53 [global::Cpp2ILInjected.Token(Token = "0x60031E7")]
54 [global::Cpp2ILInjected.Address(RVA = "0x1C159A0", Offset = "0x1C159A0", Length = "0x8")]
55 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
56 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
57 [MethodImpl(256)]
58 public static uint ReverseEndianness(uint value)
59 {
60 throw null;
61 }
62
63 [global::System.CLSCompliant(false)]
64 [global::Cpp2ILInjected.Token(Token = "0x60031E8")]
65 [global::Cpp2ILInjected.Address(RVA = "0x1C159A8", Offset = "0x1C159A8", Length = "0x14")]
66 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
67 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
68 [MethodImpl(256)]
70 {
71 throw null;
72 }
73 }
74}
class f__AnonymousType0<< Count > j__TPar
static short ReverseEndianness(short value)
static uint ReverseEndianness(uint value)
static long ReverseEndianness(long value)
static ushort ReverseEndianness(ushort value)
static ulong ReverseEndianness(ulong value)