forked from ncldavies/Better-Nike-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathClass0.cs
263 lines (256 loc) · 8.04 KB
/
Class0.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
using System;
using System.Collections;
using System.Globalization;
using System.IO;
using System.Reflection;
namespace ns0
{
// Token: 0x0200000A RID: 10
internal class Class0
{
// Token: 0x06000043 RID: 67 RVA: 0x00007EA4 File Offset: 0x000060A4
internal static void smethod_0()
{
string text = "ᄊᄇᄈミヤレフラᅮᄅレヘフヨミムᅡᅫᅬᅬᅬᅮᄐハモヒハヘレᅡムレハヒベモᅮᆵハンモヨワᄡレニᆱミヤレムᅡムハモモ゚ムᄏᄊハハᆳᅬムヨ゙リᄋヨ゙゙ムᆰユᄎᆱᆬ하ᅡ゚ᄊᄇᄈミヤレフラᄎヌヒレムフヨミムフᅮᄅレヘフヨミムᅡᅫᅬᅬᅬᅮᄐハモヒハヘレᅡムレハヒベモᅮᆵハンモヨワᄡレニᆱミヤレムᅡムハモモ゚ヒヨᄏルリᄑᆱᆭᄚフ쾨ᄄンヘᅯᄇヘネᅡᅡ゚ᄊᄇᄈミヤレフラᄋヒヒマᆰヒヨモヨヒニᅮᄅレヘフヨミムᅡᅫᅬᅬᅬᅮᄐハモヒハヘレᅡムレハヒベモᅮᆵハンモヨワᄡレニᆱミヤレムᅡムハモモ゚ᆬヤᅬニロレ퐈ᅪ゙ᆱᄍᄡᄏルヨᄌᆳᅥᄡネᅡᅡ゚ᄊᄇᄈミヤレフラᆳ゙ムロミメᆰヒヨモヨヒニᅮᄅレヘフヨミムᅡᅫᅬᅬᅬᅮᄐハモヒハヘレᅡムレハヒベモᅮᆵハンモヨワᄡレニᆱミヤレムᅡムハモモ゚ムフルᄃハユᄍᄇヌホヨナᄒᄄᄡᆲᄡヘᆳネᅡᅡ゚ᄊᄇᄈミヤレフラᄋヒヒマᅮᄅレヘフヨミムᅡᅫᅬᅬᅬᅮᄐハモヒハヘレᅡムレハヒベモᅮᆵハンモヨワᄡレニᆱミヤレムᅡムハモモ゚ᄡᄍᆱ또ミネᅦモハラネᄋノレルᅩヤマᄎᄍネᅡᅡ";
char[] array = text.ToCharArray();
for (int i = 0; i < array.Length; i++)
{
array[i] = ~array[i];
}
text = new string(array);
string[] array2 = text.Split(new char[]
{
'`'
});
if (array2 != null && array2.Length >= 0)
{
int j = 0;
while (j < array2.Length)
{
if (array2[j + 1].StartsWith("~"))
{
try
{
int num = array2[j + 1].IndexOf('~', 1);
int num2 = int.Parse(array2[j + 1].Substring(1, num - 1), CultureInfo.InvariantCulture);
Assembly executingAssembly = Assembly.GetExecutingAssembly();
string text2 = Path.Combine(Path.GetDirectoryName(executingAssembly.Location), array2[j]);
if (!File.Exists(text2) || new FileInfo(text2).Length != (long)num2)
{
foreach (string text3 in executingAssembly.GetManifestResourceNames())
{
if (text3 == array2[j + 1])
{
Stream manifestResourceStream = executingAssembly.GetManifestResourceStream(text3);
byte[] array3 = Class1.smethod_3(97L, manifestResourceStream);
using (FileStream fileStream = new FileStream(text2, FileMode.Create, FileAccess.Write))
{
fileStream.Write(array3, 0, array3.Length);
}
manifestResourceStream.Close();
}
}
}
goto IL_166;
}
catch
{
goto IL_166;
}
goto IL_152;
}
goto IL_152;
IL_166:
j += 2;
continue;
IL_152:
Class0.hashtable_1[array2[j]] = array2[j + 1];
goto IL_166;
}
}
AppDomain.CurrentDomain.AssemblyResolve += Class0.smethod_3;
}
// Token: 0x06000044 RID: 68 RVA: 0x00008054 File Offset: 0x00006254
private static string smethod_1(byte[] byte_0, string string_0, string string_1, string string_2)
{
string_0 = Path.Combine(Path.GetTempPath(), string_0);
string text = Path.Combine(string_0, string_1 + string_2);
if (!File.Exists(text) || (long)byte_0.Length != new FileInfo(text).Length)
{
Directory.CreateDirectory(string_0);
FileStream fileStream = new FileStream(text, FileMode.Create, FileAccess.Write);
fileStream.Write(byte_0, 0, byte_0.Length);
fileStream.Close();
}
return text;
}
// Token: 0x06000045 RID: 69 RVA: 0x000080BC File Offset: 0x000062BC
private static bool smethod_2(string string_0, string string_1)
{
try
{
string[] array = string_0.Split(new char[]
{
','
});
string[] array2 = string_1.Split(new char[]
{
','
});
for (int i = 0; i < array.Length; i++)
{
array[i] = array[i].Trim();
}
for (int j = 0; j < array2.Length; j++)
{
array2[j] = array2[j].Trim();
}
string[] array3 = array;
int k = 0;
IL_A1:
while (k < array3.Length)
{
string a = array3[k];
bool flag = false;
int l = 0;
while (l < array2.Length)
{
if (!string.Equals(a, array2[l], StringComparison.CurrentCultureIgnoreCase))
{
l++;
}
else
{
flag = true;
IL_97:
if (flag)
{
k++;
goto IL_A1;
}
return false;
}
}
goto IL_97;
}
return true;
}
catch
{
}
return false;
}
// Token: 0x06000046 RID: 70 RVA: 0x00008194 File Offset: 0x00006394
private static Assembly smethod_3(object object_0, ResolveEventArgs resolveEventArgs_0)
{
Assembly result;
lock (Class0.hashtable_0)
{
Assembly assembly = null;
string name = resolveEventArgs_0.Name;
string text = string.Empty;
foreach (object obj2 in Class0.hashtable_1.Keys)
{
string text2 = (string)obj2;
if (Class0.smethod_2(name, text2))
{
assembly = (Class0.hashtable_0[text2] as Assembly);
if (assembly != null)
{
return assembly;
}
text = (Class0.hashtable_1[text2] as string);
break;
}
}
if (text.Length == 0)
{
result = null;
}
else
{
Assembly executingAssembly = Assembly.GetExecutingAssembly();
foreach (string text3 in executingAssembly.GetManifestResourceNames())
{
if (text3 == text)
{
Stream manifestResourceStream = executingAssembly.GetManifestResourceStream(text3);
byte[] array = Class1.smethod_3(97L, manifestResourceStream);
byte[] array2 = null;
try
{
text += "#";
foreach (string text4 in executingAssembly.GetManifestResourceNames())
{
if (text4 == text)
{
Stream manifestResourceStream2 = executingAssembly.GetManifestResourceStream(text4);
array2 = Class1.smethod_3(97L, manifestResourceStream2);
}
}
}
catch (Exception)
{
}
bool flag = false;
try
{
if (array2 == null)
{
assembly = Assembly.Load(array);
}
else
{
try
{
assembly = Assembly.Load(array, array2);
}
catch (Exception)
{
assembly = Assembly.Load(array);
}
}
}
catch (FileLoadException)
{
flag = true;
}
catch (BadImageFormatException)
{
flag = true;
}
if (flag)
{
string string_ = Class0.smethod_4(name);
string path = Class0.smethod_1(array, text, string_, ".dll");
if (array2 != null)
{
Class0.smethod_1(array, text, string_, ".pdb");
}
assembly = Assembly.LoadFile(path);
}
Class0.hashtable_0[name] = assembly;
return assembly;
}
}
result = null;
}
}
return result;
}
// Token: 0x06000047 RID: 71 RVA: 0x00008410 File Offset: 0x00006610
private static string smethod_4(string string_0)
{
int num = string_0.IndexOf(',');
if (num >= 0)
{
string_0 = string_0.Substring(0, num);
}
return string_0;
}
// Token: 0x04000064 RID: 100
private static readonly Hashtable hashtable_0 = new Hashtable();
// Token: 0x04000065 RID: 101
private static readonly Hashtable hashtable_1 = new Hashtable();
}
}