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
BitConverterLE.cs
Go to the documentation of this file.
1using System;
2using System.IO;
6
7namespace Mono.Security
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000041")]
10 internal sealed class BitConverterLE
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6000111")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1AB6950", Offset = "0x1AB6950", Length = "0xBC")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BitConverterLE), Member = "GetBytes", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(byte[]))]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BitConverterLE), Member = "GetBytes", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(byte[]))]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
17 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
18 private unsafe static byte[] GetUIntBytes(byte* bytes)
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x6000112")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1AB6A0C", Offset = "0x1AB6A0C", Length = "0xFC")]
25 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BitConverterLE), Member = "GetBytes", MemberParameters = new object[] { typeof(double) }, ReturnType = typeof(byte[]))]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
27 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
28 private unsafe static byte[] GetULongBytes(byte* bytes)
29 {
30 throw null;
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x6000113")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1AB6B08", Offset = "0x1AB6B08", Length = "0x18")]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Mono.Security.Cryptography.PKCS1), Member = "I2OSP", MemberParameters = new object[]
36 {
37 typeof(int),
38 typeof(int)
39 }, ReturnType = typeof(byte[]))]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitConverterLE), Member = "GetUIntBytes", MemberParameters = new object[] { typeof(byte*) }, ReturnType = typeof(byte[]))]
42 internal unsafe static byte[] GetBytes(int value)
43 {
44 throw null;
45 }
46
47 [global::Cpp2ILInjected.Token(Token = "0x6000114")]
48 [global::Cpp2ILInjected.Address(RVA = "0x1AB6B20", Offset = "0x1AB6B20", Length = "0x18")]
49 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.BinaryWriter), Member = "Write", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(void))]
50 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
51 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitConverterLE), Member = "GetUIntBytes", MemberParameters = new object[] { typeof(byte*) }, ReturnType = typeof(byte[]))]
52 internal unsafe static byte[] GetBytes(float value)
53 {
54 throw null;
55 }
56
57 [global::Cpp2ILInjected.Token(Token = "0x6000115")]
58 [global::Cpp2ILInjected.Address(RVA = "0x1AB6B38", Offset = "0x1AB6B38", Length = "0x18")]
59 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.BinaryWriter), Member = "Write", MemberParameters = new object[] { typeof(double) }, ReturnType = typeof(void))]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitConverterLE), Member = "GetULongBytes", MemberParameters = new object[] { typeof(byte*) }, ReturnType = typeof(byte[]))]
62 internal unsafe static byte[] GetBytes(double value)
63 {
64 throw null;
65 }
66
67 [global::Cpp2ILInjected.Token(Token = "0x6000116")]
68 [global::Cpp2ILInjected.Address(RVA = "0x1AB6B50", Offset = "0x1AB6B50", Length = "0xCC")]
69 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BitConverterLE), Member = "ToSingle", MemberParameters = new object[]
70 {
71 typeof(byte[]),
72 typeof(int)
73 }, ReturnType = typeof(float))]
74 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
75 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
76 private unsafe static void UIntFromBytes(byte* dst, byte[] src, int startIndex)
77 {
78 throw null;
79 }
80
81 [global::Cpp2ILInjected.Token(Token = "0x6000117")]
82 [global::Cpp2ILInjected.Address(RVA = "0x1AB6C1C", Offset = "0x1AB6C1C", Length = "0xBC")]
83 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
84 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BitConverterLE), Member = "ToDouble", MemberParameters = new object[]
85 {
86 typeof(byte[]),
87 typeof(int)
88 }, ReturnType = typeof(double))]
89 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
90 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
91 private unsafe static void ULongFromBytes(byte* dst, byte[] src, int startIndex)
92 {
93 throw null;
94 }
95
96 [global::Cpp2ILInjected.Token(Token = "0x6000118")]
97 [global::Cpp2ILInjected.Address(RVA = "0x1AB6CD8", Offset = "0x1AB6CD8", Length = "0x24")]
98 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.BinaryReader), Member = "ReadSingle", ReturnType = typeof(float))]
99 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
100 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitConverterLE), Member = "UIntFromBytes", MemberParameters = new object[]
101 {
102 typeof(byte*),
103 typeof(byte[]),
104 typeof(int)
105 }, ReturnType = typeof(void))]
106 internal unsafe static float ToSingle(byte[] value, int startIndex)
107 {
108 throw null;
109 }
110
111 [global::Cpp2ILInjected.Token(Token = "0x6000119")]
112 [global::Cpp2ILInjected.Address(RVA = "0x1AB6CFC", Offset = "0x1AB6CFC", Length = "0x24")]
113 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.IO.BinaryReader), Member = "ReadDouble", ReturnType = typeof(double))]
114 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
115 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitConverterLE), Member = "ULongFromBytes", MemberParameters = new object[]
116 {
117 typeof(byte*),
118 typeof(byte[]),
119 typeof(int)
120 }, ReturnType = typeof(void))]
121 internal unsafe static double ToDouble(byte[] value, int startIndex)
122 {
123 throw null;
124 }
125 }
126}
class f__AnonymousType0<< Count > j__TPar
static unsafe byte[] GetUIntBytes(byte *bytes)
static unsafe 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 double ToDouble(byte[] value, int startIndex)
static unsafe byte[] GetBytes(double value)
static unsafe byte[] GetBytes(float value)
static unsafe float ToSingle(byte[] value, int startIndex)
static unsafe byte[] GetULongBytes(byte *bytes)