user32
BlockInput
CallNextHookEx
ChangeDisplaySettingsA
CloseClipboard
DestroyWindow
DisableProcessWindowsGhosting
DispatchMessageA
EnumDisplayDevicesA
GetClipboardData
GetDC
GetForegroundWindow
GetKeyboardState
GetLastInputInfo
GetSystemMetrics
GetWindowTextA
IsWindow
MessageBoxA
OpenClipboard
PeekMessageA
ReleaseDC
SendMessageA
SetWindowsHookExA
ShowWindow
SystemParametersInfoA
ToUnicode
TranslateMessage
UnhookWindowsHookEx
gdi32
BitBlt
CreateCompatibleBitmap
CreateCompatibleDC
DeleteDC
DeleteObject
SelectObject
shell32
SHGetFolderPathA
ShellExecuteA
crypt32
CryptBinaryToStringA
CryptStringToBinaryA
CryptUnprotectData
winhttp
WinHttpCloseHandle
WinHttpConnect
WinHttpOpen
WinHttpOpenRequest
WinHttpReadData
WinHttpReceiveResponse
WinHttpSendRequest
WinHttpSetOption
WinHttpSetTimeouts
gdiplus
GdipAlloc
GdipCloneImage
GdipCreateBitmapFromFile
GdipCreateBitmapFromHBITMAP
GdipDisposeImage
GdipFree
GdipGetImageEncoders
GdipGetImageEncodersSize
GdipSaveImageToFile
GdiplusShutdown
GdiplusStartup
ole32
CoCreateInstance
CoInitializeEx
CoInitializeSecurity
CoUninitialize
oleaut32
SysAllocString
SysAllocStringLen
SysFreeString
iphlpapi
GetAdaptersInfo
GetNumberOfInterfaces
winmm
PlaySoundA
mciSendStringA
urlmon
URLDownloadToFileA
avicap32
capCreateCaptureWindowA
netapi32
NetApiBufferFree
NetUserGetInfo
advapi32
CryptAcquireContextA
CryptGenRandom
CryptReleaseContext
GetTokenInformation
GetUserNameA
OpenProcessToken
RegCloseKey
RegDeleteValueA
RegEnumKeyExA
RegOpenKeyExA
RegQueryValueExA
RegSetValueExA
bcrypt
BCryptCloseAlgorithmProvider
BCryptDecrypt
BCryptDestroyKey
BCryptImportKey
BCryptOpenAlgorithmProvider
BCryptSetProperty
api-ms-win-crt-private-l1-1-0
__C_specific_handler
memchr
memcmp
memcpy
memmove
api-ms-win-crt-stdio-l1-1-0
__acrt_iob_func
__p__commode
__p__fmode
__stdio_common_vfprintf
__stdio_common_vsprintf
__stdio_common_vsscanf
__stdio_common_vswprintf
_fileno
_fseeki64
_ftelli64
_setmode
_wfopen
fclose
fflush
fopen
fputc
fputs
fread
fseek
fwrite
setbuf
api-ms-win-crt-string-l1-1-0
_isctype_l
_iswalpha_l
_iswcntrl_l
_iswdigit_l
_iswlower_l
_iswprint_l
_iswpunct_l
_iswspace_l
_iswupper_l
_iswxdigit_l
_strcoll_l
_strdup
_strxfrm_l
_tolower_l
_toupper_l
_towlower_l
_towupper_l
_wcscoll_l
_wcsxfrm_l
isalnum
mbrlen
memset
strcmp
strlen
strncmp
strncpy
tolower
toupper
wcscmp
wcslen
api-ms-win-crt-runtime-l1-1-0
_assert
__p___argc
__p___argv
__p__acmdln
__sys_nerr
_beginthreadex
_cexit
_configure_narrow_argv
_crt_atexit
_errno
_exit
_initialize_narrow_environment
_initterm
_initterm_e
_set_app_type
_set_invalid_parameter_handler
abort
exit
signal
strerror_s
api-ms-win-crt-locale-l1-1-0
___lc_codepage_func
___mb_cur_max_func
__pctype_func
_configthreadlocale
_create_locale
_free_locale
localeconv
setlocale
api-ms-win-crt-time-l1-1-0
_strftime_l
_time64
api-ms-win-crt-convert-l1-1-0
_strtod_l
_strtoi64_l
_strtoui64_l
atoi
atoll
mbrtowc
mbsrtowcs
strtod
strtof
strtol
strtoll
strtoul
strtoull
wcrtomb
wcrtomb_s
wcstod
wcstol
wcstoll
wcstoul
wcstoull
api-ms-win-crt-heap-l1-1-0
_aligned_free
_aligned_malloc
_set_new_mode
calloc
free
malloc
realloc
api-ms-win-crt-utility-l1-1-0
rand
srand
kernel32
AcquireSRWLockExclusive
CheckRemoteDebuggerPresent
CloseHandle
CopyFileA
CreateDirectoryA
CreateFileA
CreateMutexA
CreatePipe
CreateProcessA
DeleteCriticalSection
DeleteFileA
EnterCriticalSection
ExitProcess
FindClose
FindFirstFileA
FindNextFileA
FlsAlloc
FlsGetValue
FlsSetValue
FormatMessageA
FreeConsole
GetComputerNameA
GetConsoleWindow
GetCurrentProcess
GetCurrentProcessId
GetCurrentThread
GetCurrentThreadId
GetDiskFreeSpaceExA
GetDriveTypeA
GetFileAttributesA
GetFileSize
GetLastError
GetLocalTime
GetLogicalDriveStringsA
GetModuleFileNameA
GetModuleHandleA
GetModuleHandleW
GetProcAddress
GetStartupInfoA
GetSystemInfo
GetSystemTimeAsFileTime
GetSystemTimes
GetTempPathA
GetThreadContext
GetThreadId
GetTickCount
GetTickCount64
GetVolumeInformationA
GlobalLock
GlobalMemoryStatusEx
GlobalUnlock
InitOnceExecuteOnce
InitializeCriticalSection
IsDBCSLeadByte
IsDebuggerPresent
LeaveCriticalSection
LoadLibraryA
LocalFree
MultiByteToWideChar
OpenMutexA
QueryPerformanceCounter
QueryPerformanceFrequency
RaiseException
ReadFile
ReadProcessMemory
ReleaseSRWLockExclusive
RemoveDirectoryA
ResumeThread
RtlCaptureContext
RtlLookupFunctionEntry
RtlRestoreContext
RtlUnwindEx
RtlVirtualUnwind
SetEnvironmentVariableA
SetErrorMode
SetFileAttributesA
SetHandleInformation
SetThreadContext
SetUnhandledExceptionFilter
Sleep
SleepConditionVariableSRW
SwitchToThread
TerminateProcess
TlsGetValue
TryAcquireSRWLockExclusive
TryEnterCriticalSection
VirtualAllocEx
VirtualProtect
VirtualQuery
WaitForSingleObject
WaitForSingleObjectEx
WakeAllConditionVariable
WakeConditionVariable
WideCharToMultiByte
WriteFile
WriteProcessMemory
api-ms-win-crt-multibyte-l1-1-0
_mbtowc_l
api-ms-win-crt-math-l1-1-0
__setusermatherr
api-ms-win-crt-environment-l1-1-0
__p__environ
getenv