-
Notifications
You must be signed in to change notification settings - Fork 0
/
todolist.txt
473 lines (473 loc) · 21.7 KB
/
todolist.txt
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
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
Ordinal Name Library
------- ---- -------
RegCloseKey ADVAPI32
RegEnumKeyExW ADVAPI32
RegQueryValueExW ADVAPI32
RegSetValueExW ADVAPI32
RegDeleteValueW ADVAPI32
RegOpenKeyExW ADVAPI32
CryptReleaseContext ADVAPI32
CryptDestroyHash ADVAPI32
CryptAcquireContextW ADVAPI32
CryptGenRandom ADVAPI32
CryptCreateHash ADVAPI32
CryptHashData ADVAPI32
CryptGetHashParam ADVAPI32
CryptImportKey ADVAPI32
CryptEncrypt ADVAPI32
CryptDestroyKey ADVAPI32
RemoveWindowSubclass COMCTL32
ImageList_ReplaceIcon COMCTL32
ImageList_Destroy COMCTL32
ImageList_GetIcon COMCTL32
ImageList_GetIconSize COMCTL32
DefSubclassProc COMCTL32
ImageList_Create COMCTL32
GetWindowSubclass COMCTL32
SetWindowSubclass COMCTL32
_TrackMouseEvent COMCTL32
ImageList_SetBkColor COMCTL32
GetOpenFileNameW COMDLG32
ChooseColorW COMDLG32
GetSaveFileNameW COMDLG32
CreateCompatibleDC GDI32
DeleteDC GDI32
CreateBitmap GDI32
CreateSolidBrush GDI32
GetStockObject GDI32
SetBkColor GDI32
ExtTextOutW GDI32
GetDIBits GDI32
SetPixelV GDI32
SetViewportOrgEx GDI32
GetTextExtentPoint32W GDI32
IntersectClipRect GDI32
SelectClipRgn GDI32
ExcludeClipRect GDI32
CreateRectRgn GDI32
CreateRoundRectRgn GDI32
CreatePolygonRgn GDI32
GetTextColor GDI32
LineTo GDI32
MoveToEx GDI32
BitBlt GDI32
GetClipBox GDI32
Rectangle GDI32
SelectObject GDI32
CreatePen GDI32
SetROP2 GDI32
EnumFontFamiliesExW GDI32
GetDeviceCaps GDI32
SetTextColor GDI32
SetBkMode GDI32
CreateFontIndirectW GDI32
CreateCompatibleBitmap GDI32
DeleteObject GDI32
GetObjectW GDI32
GetSystemDefaultUILanguage KERNEL32
CreateDirectoryW KERNEL32
GetTempPathW KERNEL32
GetTempFileNameW KERNEL32
FindFirstFileW KERNEL32
FindNextFileW KERNEL32
InitializeSListHead KERNEL32
InterlockedPopEntrySList KERNEL32
InterlockedPushEntrySList KERNEL32
IsProcessorFeaturePresent KERNEL32
VirtualAlloc KERNEL32
VirtualFree KERNEL32
IsDebuggerPresent KERNEL32
OutputDebugStringW KERNEL32
SetEndOfFile KERNEL32
GetCurrentDirectoryW KERNEL32
GetFullPathNameW KERNEL32
SetEnvironmentVariableA KERNEL32
GetTimeZoneInformation KERNEL32
SystemTimeToTzSpecificLocalTime KERNEL32
GetDriveTypeW KERNEL32
FindFirstFileExW KERNEL32
ReadConsoleW KERNEL32
ExitThread KERNEL32
FileTimeToSystemTime KERNEL32
PeekNamedPipe KERNEL32
GetFileInformationByHandle KERNEL32
FileTimeToLocalFileTime KERNEL32
SizeofResource KERNEL32
GetProcessHeap KERNEL32
HeapAlloc KERNEL32
HeapFree KERNEL32
HeapReAlloc KERNEL32
HeapSize KERNEL32
HeapDestroy KERNEL32
GetCurrentThreadId KERNEL32
SetLastError KERNEL32
FlushInstructionCache KERNEL32
QueryPerformanceFrequency KERNEL32
GetCurrentProcess KERNEL32
FindClose KERNEL32
FindFirstFileA KERNEL32
FormatMessageA KERNEL32
SetFilePointer KERNEL32
VerSetConditionMask KERNEL32
ExpandEnvironmentStringsA KERNEL32
InitializeCriticalSection KERNEL32
SleepEx KERNEL32
FlushFileBuffers KERNEL32
WriteConsoleW KERNEL32
SetStdHandle KERNEL32
SetFilePointerEx KERNEL32
GetConsoleMode KERNEL32
GetConsoleCP KERNEL32
RtlUnwind KERNEL32
LoadLibraryExW KERNEL32
TlsFree KERNEL32
TlsSetValue KERNEL32
TlsGetValue KERNEL32
TlsAlloc KERNEL32
TerminateProcess KERNEL32
SetUnhandledExceptionFilter KERNEL32
UnhandledExceptionFilter KERNEL32
FreeEnvironmentStringsW KERNEL32
GetEnvironmentStringsW KERNEL32
GetSystemTimeAsFileTime KERNEL32
GetCurrentProcessId KERNEL32
QueryPerformanceCounter KERNEL32
GetStartupInfoW KERNEL32
GetFileType KERNEL32
GetStdHandle KERNEL32
GetStringTypeW KERNEL32
GetCPInfo KERNEL32
GetOEMCP KERNEL32
GetACP KERNEL32
IsValidCodePage KERNEL32
AreFileApisANSI KERNEL32
GetModuleHandleExW KERNEL32
ExitProcess KERNEL32
EncodePointer KERNEL32
InterlockedIncrement KERNEL32
DeleteFileW KERNEL32
GetFileSize KERNEL32
WriteFile KERNEL32
ReadFile KERNEL32
CreateFileW KERNEL32
GetModuleHandleW KERNEL32
GetCommandLineW KERNEL32
LCMapStringW KERNEL32
GlobalFree KERNEL32
GlobalAlloc KERNEL32
GlobalUnlock KERNEL32
GlobalLock KERNEL32
GlobalSize KERNEL32
LocalFree KERNEL32
FormatMessageW KERNEL32
CreateThread KERNEL32
ResetEvent KERNEL32
WaitForSingleObject KERNEL32
SetEvent KERNEL32
CreateEventW KERNEL32
FreeLibrary KERNEL32
GetProcAddress KERNEL32
LoadLibraryW KERNEL32
DecodePointer KERNEL32
CreateMutexW KERNEL32
WideCharToMultiByte KERNEL32
lstrcmpiW KERNEL32
GetModuleFileNameW KERNEL32
CompareStringW KERNEL32
MultiByteToWideChar KERNEL32
GetLocaleInfoW KERNEL32
Sleep KERNEL32
QueueUserWorkItem KERNEL32
GetSystemTime KERNEL32
MulDiv KERNEL32
GetVersionExW KERNEL32
GetTickCount KERNEL32
GetFileAttributesW KERNEL32
QueryDosDeviceW KERNEL32
CloseHandle KERNEL32
OpenProcess KERNEL32
FindResourceExW KERNEL32
FindResourceW KERNEL32
LoadResource KERNEL32
VerifyVersionInfoW KERNEL32
LockResource KERNEL32
LeaveCriticalSection KERNEL32
EnterCriticalSection KERNEL32
DeleteCriticalSection KERNEL32
GetLastError KERNEL32
RaiseException KERNEL32
FindNextFileA KERNEL32
InitializeCriticalSectionAndSpinCount KERNEL32
AlphaBlend MSIMG32
GradientFill MSIMG32
AccessibleObjectFromPoint OLEACC
SysStringLen OLEAUT32
SysAllocString OLEAUT32
SafeArrayCreateVector OLEAUT32
SafeArrayDestroy OLEAUT32
VariantChangeType OLEAUT32
SysFreeString OLEAUT32
VariantClear OLEAUT32
VariantInit OLEAUT32
GetProcessImageFileNameW PSAPI
EnumProcesses PSAPI
SHGetFolderPathW SHELL32
CommandLineToArgvW SHELL32
ExtractIconW SHELL32
Shell_NotifyIconW SHELL32
ShellExecuteExW SHELL32
SHFileOperationW SHELL32
ShellExecuteW SHELL32
PathFindFileNameW SHLWAPI
PathAppendW SHLWAPI
PathFileExistsW SHLWAPI
PathRemoveFileSpecW SHLWAPI
ColorRGBToHLS SHLWAPI
ColorHLSToRGB SHLWAPI
HashData SHLWAPI
PathRemoveExtensionW SHLWAPI
PathFindExtensionW SHLWAPI
IsNetworkAlive SensApi
GetParent USER32
GetWindowRect USER32
SetWindowPos USER32
SetDlgItemTextW USER32
SetForegroundWindow USER32
GetMessageA USER32
ShowWindow USER32
IsWindow USER32
GetMessageW USER32
IsWindowUnicode USER32
PeekMessageW USER32
MsgWaitForMultipleObjectsEx USER32
OpenClipboard USER32
CloseClipboard USER32
EmptyClipboard USER32
LoadImageW USER32
FindWindowW USER32
WindowFromPoint USER32
EnumChildWindows USER32
GetClassLongW USER32
SetWindowRgn USER32
GetAncestor USER32
GetComboBoxInfo USER32
GetClassNameW USER32
GetWindowDC USER32
GetDesktopWindow USER32
GetIconInfo USER32
DrawStateW USER32
TranslateMessage USER32
DispatchMessageW USER32
DispatchMessageA USER32
GetWindowInfo USER32
IsZoomed USER32
CopyImage USER32
GetClientRect USER32
IsRectEmpty USER32
SetActiveWindow USER32
GetDlgCtrlID USER32
GetMenuState USER32
SendInput USER32
TranslateAcceleratorW USER32
LoadAcceleratorsW USER32
GetAsyncKeyState USER32
IsIconic USER32
SetWindowPlacement USER32
IsMenu USER32
SetLayeredWindowAttributes USER32
RedrawWindow USER32
EndDialog USER32
DialogBoxParamW USER32
IsDlgButtonChecked USER32
CheckDlgButton USER32
GetClassInfoExW USER32
RegisterClassExW USER32
EqualRect USER32
IntersectRect USER32
PostQuitMessage USER32
MessageBoxW USER32
GetRawInputData USER32
SystemParametersInfoW USER32
RegisterWindowMessageW USER32
GetLastInputInfo USER32
GetGUIThreadInfo USER32
GetKeyboardLayout USER32
DrawIconEx USER32
FrameRect USER32
EndPaint USER32
BeginPaint USER32
EnumClipboardFormats USER32
MonitorFromWindow USER32
GetWindowLongW USER32
EnumWindows USER32
MapWindowPoints USER32
CountClipboardFormats USER32
UnhookWinEvent USER32
SetWinEventHook USER32
GetForegroundWindow USER32
GetCapture USER32
GetMessagePos USER32
OffsetRect USER32
SetRect USER32
DrawFocusRect USER32
GetFocus USER32
GetActiveWindow USER32
SendDlgItemMessageW USER32
LoadIconW USER32
SetDlgItemInt USER32
GetKeyState USER32
GetWindow USER32
GetDlgItem USER32
ScreenToClient USER32
SetClipboardData USER32
GetClipboardSequenceNumber USER32
GetClipboardData USER32
CopyRect USER32
DestroyIcon USER32
SetWindowTextW USER32
IsChild USER32
GetMonitorInfoW USER32
IsDialogMessageW USER32
UnregisterClassW USER32
CreateDialogParamW USER32
DestroyWindow USER32
SetWindowLongW USER32
GetWindowThreadProcessId USER32
GetSysColor USER32
PostMessageW USER32
MapVirtualKeyW USER32
GetKeyNameTextW USER32
CheckMenuItem USER32
CheckMenuRadioItem USER32
GetMenuItemInfoW USER32
CreatePopupMenu USER32
LoadMenuW USER32
GetSubMenu USER32
DestroyMenu USER32
SetMenuItemInfoW USER32
AppendMenuW USER32
RemoveMenu USER32
EnableMenuItem USER32
GetMenuItemCount USER32
TrackPopupMenu USER32
GetDoubleClickTime USER32
ReleaseDC USER32
GetDC USER32
GetDlgItemInt USER32
SendMessageW USER32
GetCursorPos USER32
GetKeyboardLayoutList USER32
VkKeyScanExW USER32
ToUnicodeEx USER32
GetSystemMetrics USER32
SetRectEmpty USER32
RegisterRawInputDevices USER32
RegisterHotKey USER32
UnregisterHotKey USER32
GetWindowTextW USER32
GetWindowTextLengthW USER32
DefWindowProcW USER32
CallWindowProcW USER32
EnableWindow USER32
InsertMenuItemW USER32
ClientToScreen USER32
GetCursor USER32
LoadCursorW USER32
SetCursor USER32
DrawTextW USER32
MoveWindow USER32
InflateRect USER32
SetFocus USER32
GetWindowPlacement USER32
MonitorFromPoint USER32
PtInRect USER32
KillTimer USER32
ReleaseCapture USER32
SetTimer USER32
SetCapture USER32
InvalidateRect USER32
IsWindowEnabled USER32
CreateWindowExW USER32
IsWindowVisible USER32
WinHttpCrackUrl WINHTTP
WinHttpGetProxyForUrl WINHTTP
WinHttpCloseHandle WINHTTP
WinHttpGetIEProxyConfigForCurrentUser WINHTTP
WinHttpOpen WINHTTP
connect WS2_32
WSACleanup WS2_32
WSAStartup WS2_32
getsockopt WS2_32
closesocket WS2_32
WSASetLastError WS2_32
socket WS2_32
bind WS2_32
recv WS2_32
gethostname WS2_32
getaddrinfo WS2_32
freeaddrinfo WS2_32
ioctlsocket WS2_32
send WS2_32
select WS2_32
setsockopt WS2_32
getpeername WS2_32
WSAIoctl WS2_32
__WSAFDIsSet WS2_32
WSAGetLastError WS2_32
htons WS2_32
ntohs WS2_32
getsockname WS2_32
BASS_Free bass
BASS_Init bass
BASS_RecordInit bass
BASS_RecordFree bass
BASS_RecordStart bass
BASS_ErrorGetCode bass
BASS_ChannelStop bass
BASS_RecordGetInput bass
BASS_RecordSetDevice bass
BASS_ChannelSetSync bass
BASS_ChannelPlay bass
BASS_StreamFree bass
BASS_StreamCreateFile bass
GdipFree gdiplus
GdipAlloc gdiplus
GdipDeleteBrush gdiplus
GdipCloneBrush gdiplus
GdipCreateSolidFill gdiplus
GdipCreatePen2 gdiplus
GdipDrawRectangle gdiplus
GdipFillRectangle gdiplus
GdipDisposeImage gdiplus
GdipCreatePath gdiplus
GdipDeletePath gdiplus
GdipResetPath gdiplus
GdipClosePathFigure gdiplus
GdipAddPathLine gdiplus
GdipAddPathArc gdiplus
GdipDrawPath gdiplus
GdipFillPath gdiplus
GdipCloneImage gdiplus
GdipSaveImageToFile gdiplus
GdipCreateBitmapFromFile gdiplus
GdipCreateBitmapFromHBITMAP gdiplus
GdipCreateHICONFromBitmap gdiplus
GdipGetImageEncodersSize gdiplus
GdipGetImageEncoders gdiplus
GdiplusStartup gdiplus
GdiplusShutdown gdiplus
GdipCreatePen1 gdiplus
GdipSetSmoothingMode gdiplus
GdipDeleteGraphics gdiplus
GdipCreateFromHDC gdiplus
GdipCreateLineBrushFromRect gdiplus
GdipDeletePen gdiplus
CoTaskMemFree ole32
OleRun ole32
CoInitializeEx ole32
CoUninitialize ole32
CoCreateInstance ole32
CoTaskMemAlloc ole32
OleUninitialize ole32
OleInitialize ole32
OleLockRunning ole32