2012年1月30日月曜日

Win32APIの生々しい情報(DLLのExport情報)

Win32APIの生々しい情報(DLLのExport情報)



Windowsアプリを開発する際にWin32APIを利用しますが、APIと実際にその機能を
提供してくれているDLLの内容について、まとめておきます。
全ては把握しきれないので、よく使うものだけピックアップしてみました。

Windows 7 SP1 x86版の環境で
DLL Export Viewerを使って出力してみました。
対象モジュールは以下です。
  • Kernel32.dll (1362個)
  • Nt.dll (1982個)
  • User32.dll (822個)
  • Advapi32.dll (805個)
  • Shell32.dll (333個)
※細かい話ですが、Windows 7からはMinWinと呼ばれるkernelbase.dllを利用しているようですが
そのあたりは、割愛します。


【Kernel32.DLL 1362個】
Kernel32.DLL(Function Name)Address Ordinal
ZombifyActCtx0x77e777441336 (0x538)
WTSGetActiveConsoleSessionId0x77e143cb1272 (0x4f8)
WriteTapemark0x77e7727e1335 (0x537)
WriteProfileStringW0x77e47aee1334 (0x536)
WriteProfileStringA0x77e699611333 (0x535)
WriteProfileSectionW0x77e699b81332 (0x534)
WriteProfileSectionA0x77e6999d1331 (0x533)
WriteProcessMemory0x77e4959f1330 (0x532)
WritePrivateProfileStructW0x77e6980f1329 (0x531)
WritePrivateProfileStructA0x77e696cc1328 (0x530)
WritePrivateProfileStringW0x77e186011327 (0x52f)
WritePrivateProfileStringA0x77e3fad51326 (0x52e)
WritePrivateProfileSectionW0x77e693691325 (0x52d)
WritePrivateProfileSectionA0x77e693211324 (0x52c)
WriteFileGather0x77e11a751323 (0x52b)
WriteFileEx0x77e4552d1322 (0x52a)
WriteFile0x77e353ee1321 (0x529)
WriteConsoleW0x77e285351320 (0x528)
WriteConsoleOutputW0x77e8db851319 (0x527)
WriteConsoleOutputCharacterW0x77e8d6df1318 (0x526)
WriteConsoleOutputCharacterA0x77e8d6b91317 (0x525)
WriteConsoleOutputAttribute0x77e8d7051316 (0x524)
WriteConsoleOutputA0x77e8dba91315 (0x523)
WriteConsoleInputW0x77e8d2241314 (0x522)
WriteConsoleInputVDMW0x77e8cec41313 (0x521)
WriteConsoleInputVDMA0x77e8cea11312 (0x520)
WriteConsoleInputA0x77e8d2011311 (0x51f)
WriteConsoleA0x77e2bf1d1310 (0x51e)
Wow64SuspendThread0x77e708f61309 (0x51d)
Wow64SetThreadContext0x77e6ed9e1308 (0x51c)
Wow64RevertWow64FsRedirection0x77e6fd711307 (0x51b)
Wow64GetThreadSelectorEntry0x77e674511306 (0x51a)
Wow64GetThreadContext0x77e6ed9e1305 (0x519)
Wow64EnableWow64FsRedirection0x77e6a5b91304 (0x518)
Wow64DisableWow64FsRedirection0x77e1c1e11303 (0x517)
WinExec0x77e6edb21302 (0x516)
WideCharToMultiByte0x77e2eefa1301 (0x515)
WerUnregisterRuntimeExceptionModule0x77e77c571294 (0x50e)
WerUnregisterMemoryBlock0x77e440cc1293 (0x50d)
WerUnregisterFile0x77e77c371292 (0x50c)
WerSetFlags0x77e177a41291 (0x50b)
WerRegisterRuntimeExceptionModule0x77e77c471290 (0x50a)
WerRegisterMemoryBlock0x77e221711289 (0x509)
WerRegisterFile0x77e77c271288 (0x508)
WerpStringLookup0x77e77c911300 (0x514)
WerpNotifyUseStringResource0x77e45b1c1299 (0x513)
WerpNotifyLoadStringResourceEx0x77e77c811298 (0x512)
WerpNotifyLoadStringResource0x77e77c671297 (0x511)
WerpInitiateRemoteRecovery0x77e77c181296 (0x510)
WerpCleanupMessageMapping0x77e77c771295 (0x50f)
WerGetFlags0x77e4026a1287 (0x507)
WakeConditionVariableNTDLL.RtlWake
ConditionVariable
1286 (0x506)
WakeAllConditionVariableNTDLL.RtlWakeAll
ConditionVariable
1285 (0x505)
WaitNamedPipeW0x77e6fd611284 (0x504)
WaitNamedPipeA0x77e6dfd61283 (0x503)
WaitForThreadpoolWorkCallbacksNTDLL.TpWaitForWork1282 (0x502)
WaitForThreadpoolWaitCallbacksNTDLL.TpWaitForWait1281 (0x501)
WaitForThreadpoolTimerCallbacksNTDLL.TpWaitForTimer1280 (0x500)
WaitForThreadpoolIoCallbacksNTDLL.TpWaitFor
IoCompletion
1279 (0x4ff)
WaitForSingleObjectEx0x77e2c2b01278 (0x4fe)
WaitForSingleObject0x77e2c2901277 (0x4fd)
WaitForMultipleObjectsEx0x77e2bc901276 (0x4fc)
WaitForMultipleObjects0x77e2bd741275 (0x4fb)
WaitForDebugEvent0x77e676631274 (0x4fa)
WaitCommEvent0x77e7292c1273 (0x4f9)
VirtualUnlock0x77e18dbc1271 (0x4f7)
VirtualQueryEx0x77e14fe31270 (0x4f6)
VirtualQuery0x77e36c3f1269 (0x4f5)
VirtualProtectEx0x77e6fd511268 (0x4f4)
VirtualProtect0x77e22bcd1267 (0x4f3)
VirtualLock0x77e2029d1266 (0x4f2)
VirtualFreeEx0x77e1c7ab1265 (0x4f1)
VirtualFree0x77e36b151264 (0x4f0)
VirtualAllocExNuma0x77e6fd411263 (0x4ef)
VirtualAllocEx0x77e1c7831262 (0x4ee)
VirtualAlloc0x77e2c43a1261 (0x4ed)
VerSetConditionMaskNTDLL.VerSetConditionMask1256 (0x4e8)
VerLanguageNameW0x77e191691255 (0x4e7)
VerLanguageNameA0x77e2aa261254 (0x4e6)
VerifyVersionInfoW0x77e214b51260 (0x4ec)
VerifyVersionInfoA0x77e17eca1259 (0x4eb)
VerifyScripts0x77e7f7461258 (0x4ea)
VerifyConsoleIoHandle0x77e3c0aa1257 (0x4e9)
VDMOperationStarted0x77e745791253 (0x4e5)
VDMConsoleOperation0x77e8ee651252 (0x4e4)
UTUnRegister0x77e87b761238 (0x4d6)
UTRegister0x77e6d7081237 (0x4d5)
UpdateResourceW0x77e7cef41251 (0x4e3)
UpdateResourceA0x77e7d0bc1250 (0x4e2)
UpdateProcThreadAttributeapi-ms-win-core-processthreads-l
1-1-0.UpdateProcThreadAttribute
1249 (0x4e1)
UpdateCalendarDayOfWeek0x77e3e4a51248 (0x4e0)
UnregisterWaitEx0x77e15b021247 (0x4df)
UnregisterWait0x77e1b9d31246 (0x4de)
UnregisterConsoleIME0x77e777341245 (0x4dd)
UnregisterApplicationRestart0x77e40e381244 (0x4dc)
UnregisterApplicationRecoveryCallback0x77e40e271243 (0x4db)
UnmapViewOfFile0x77e2f73c1242 (0x4da)
UnlockFileEx0x77e480cd1241 (0x4d9)
UnlockFile0x77e47b2b1240 (0x4d8)
UnhandledExceptionFilter0x77e406511239 (0x4d7)
TzSpecificLocalTimeToSystemTime0x77e15d931236 (0x4d4)
TrySubmitThreadpoolCallback0x77e15ddf1235 (0x4d3)
TryEnterCriticalSectionNTDLL.RtlTryEnter
CriticalSection
1234 (0x4d2)
TryAcquireSRWLockSharedNTDLL.RtlTryAcquireSRW
LockShared
1233 (0x4d1)
TryAcquireSRWLockExclusiveNTDLL.RtlTryAcquireSRW
LockExclusive
1232 (0x4d0)
TransmitCommChar0x77e728a21231 (0x4cf)
TransactNamedPipe0x77e6fd311230 (0x4ce)
Toolhelp32ReadProcessMemory0x77e70f3d1229 (0x4cd)
TlsSetValue0x77e2f7831228 (0x4cc)
TlsGetValue0x77e2f7601227 (0x4cb)
TlsFree0x77e352591226 (0x4ca)
TlsAlloc0x77e2d8041225 (0x4c9)
Thread32Next0x77e496931224 (0x4c8)
Thread32First0x77e496031223 (0x4c7)
TermsrvAppInstallMode0x77e480131222 (0x4c6)
TerminateThread0x77e3bc011221 (0x4c5)
TerminateProcess0x77e22bbd1220 (0x4c4)
TerminateJobObject0x77e157a91219 (0x4c3)
SystemTimeToTzSpecificLocalTime0x77e1b72e1218 (0x4c2)
SystemTimeToFileTime0x77e2ea441217 (0x4c1)
SwitchToThread0x77e1b3a51216 (0x4c0)
SwitchToFiber0x77e2c0c01215 (0x4bf)
SuspendThread0x77e48bf91214 (0x4be)
SubmitThreadpoolWorkNTDLL.TpPostWork1213 (0x4bd)
StartThreadpoolIoNTDLL.TpStartAsyncIoOperation1212 (0x4bc)
SortGetHandle0x77e2fe5b1211 (0x4bb)
SortCloseHandle0x77e842d41210 (0x4ba)
SleepEx0x77e208461209 (0x4b9)
SleepConditionVariableSRW0x77e11f621208 (0x4b8)
SleepConditionVariableCS0x77e12eac1207 (0x4b7)
Sleep0x77e2c2461206 (0x4b6)
SizeofResource0x77e254ed1205 (0x4b5)
SignalObjectAndWait0x77e479601204 (0x4b4)
ShowConsoleCursor0x77e8ca1a1203 (0x4b3)
SetXStateFeaturesMask0x77e786d51201 (0x4b1)
SetWaitableTimerExapi-ms-win-core-threadpool-l
1-1-0.SetWaitableTimerEx
1200 (0x4b0)
SetWaitableTimer0x77e254fd1199 (0x4af)
SetVolumeMountPointW0x77e759d81198 (0x4ae)
SetVolumeMountPointA0x77e762891197 (0x4ad)
SetVolumeLabelW0x77e6e88c1196 (0x4ac)
SetVolumeLabelA0x77e6ec701195 (0x4ab)
SetVDMCurrentDirectories0x77e73ea41194 (0x4aa)
SetUserGeoID0x77e7eb811193 (0x4a9)
SetupComm0x77e71cab1202 (0x4b2)
SetUnhandledExceptionFilter0x77e2f4fb1192 (0x4a8)
SetTimeZoneInformation0x77e671741190 (0x4a6)
SetTimerQueueTimer0x77e11bd41191 (0x4a7)
SetThreadUILanguage0x77e3c1c01184 (0x4a0)
SetThreadTokenapi-ms-win-core-processthreads-l
1-1-0.SetThreadToken
1183 (0x49f)
SetThreadStackGuarantee0x77e22d9c1182 (0x49e)
SetThreadPriorityBoost0x77e6fd211181 (0x49d)
SetThreadPriority0x77e244c61180 (0x49c)
SetThreadPreferredUILanguages0x77e1ec2c1179 (0x49b)
SetThreadpoolWaitNTDLL.TpSetWait1189 (0x4a5)
SetThreadpoolTimerNTDLL.TpSetTimer1188 (0x4a4)
SetThreadpoolThreadMinimum0x77e1341c1187 (0x4a3)
SetThreadpoolThreadMaximumNTDLL.TpSetPool
MaxThreads
1186 (0x4a2)
SetThreadpoolStackInformation0x77e6fd811185 (0x4a1)
SetThreadLocale0x77e22e7d1178 (0x49a)
SetThreadIdealProcessorEx0x77e7097b1177 (0x499)
SetThreadIdealProcessor0x77e415f01176 (0x498)
SetThreadGroupAffinity0x77e122a91175 (0x497)
SetThreadExecutionState0x77e49ff51174 (0x496)
SetThreadErrorMode0x77e69c801173 (0x495)
SetThreadContext0x77e708cb1172 (0x494)
SetThreadAffinityMask0x77e45c4e1171 (0x493)
SetTermsrvAppInstallMode0x77e702871170 (0x492)
SetTapePosition0x77e7713c1169 (0x491)
SetTapeParameters0x77e773141168 (0x490)
SetSystemTimeAdjustment0x77e1504d1167 (0x48f)
SetSystemTime0x77e411741166 (0x48e)
SetSystemPowerState0x77e6ece91165 (0x48d)
SetSystemFileCacheSize0x77e77ebc1164 (0x48c)
SetStdHandleEx0x77e6fd111163 (0x48b)
SetStdHandle0x77e6fd011162 (0x48a)
SetSearchPathMode0x77e6da1d1161 (0x489)
SetProcessWorkingSetSizeEx0x77e176171160 (0x488)
SetProcessWorkingSetSize0x77e175f91159 (0x487)
SetProcessUserModeExceptionPolicy0x77e6f23f1158 (0x486)
SetProcessShutdownParameters0x77e253111157 (0x485)
SetProcessPriorityBoost0x77e49c7b1156 (0x484)
SetProcessPreferredUILanguages0x77e807651155 (0x483)
SetProcessDEPPolicy0x77e162e41154 (0x482)
SetProcessAffinityUpdateMode0x77e6fda11153 (0x481)
SetProcessAffinityMask0x77e6f1171152 (0x480)
SetPriorityClass0x77e1f4ea1151 (0x47f)
SetNamedPipeHandleState0x77e3dc0d1150 (0x47e)
SetNamedPipeAttribute0x77e6e35e1149 (0x47d)
SetMessageWaitingIndicator0x77e6ed9e1148 (0x47c)
SetMailslotInfo0x77e1482d1147 (0x47b)
SetLocalTime0x77e6fcf11144 (0x478)
SetLocalPrimaryComputerNameW0x77e668e81143 (0x477)
SetLocalPrimaryComputerNameA0x77e66b741142 (0x476)
SetLocaleInfoW0x77e6fce11146 (0x47a)
SetLocaleInfoA0x77e7e2fb1145 (0x479)
SetLastError0x77e2c3f01141 (0x475)
SetLastConsoleEventActive0x77e8dd851140 (0x474)
SetInformationJobObject0x77e158891139 (0x473)
SetHandleInformation0x77e18d681138 (0x472)
SetHandleCount0x77e38ec11137 (0x471)
SetHandleContext0x77e1b5321136 (0x470)
SetFirmwareEnvironmentVariableW0x77e6cf4d1135 (0x46f)
SetFirmwareEnvironmentVariableA0x77e6d06d1134 (0x46e)
SetFileValidData0x77e11aa51133 (0x46d)
SetFileTime0x77e1c3e21132 (0x46c)
SetFileShortNameW0x77e6a7191131 (0x46b)
SetFileShortNameA0x77e6a8221130 (0x46a)
SetFilePointerEx0x77e1fb6a1129 (0x469)
SetFilePointer0x77e3060d1128 (0x468)
SetFileIoOverlappedRange0x77e69c2e1127 (0x467)
SetFileInformationByHandle0x77e194891126 (0x466)
SetFileCompletionNotificationModes0x77e3efdd1125 (0x465)
SetFileBandwidthReservation0x77e6a5e01124 (0x464)
SetFileAttributesW0x77e1b2eb1123 (0x463)
SetFileAttributesTransactedW0x77e6a8b91122 (0x462)
SetFileAttributesTransactedA0x77e6b3041121 (0x461)
SetFileAttributesA0x77e191991120 (0x460)
SetFileApisToOEM0x77e1ec7e1119 (0x45f)
SetFileApisToANSI0x77e6fcd71118 (0x45e)
SetEventWhenCallbackReturnsNTDLL.TpCallbackSetEvent
OnCompletion
1117 (0x45d)
SetEvent0x77e2bd5c1116 (0x45c)
SetErrorMode0x77e301781115 (0x45b)
SetEnvironmentVariableW0x77e2f69c1114 (0x45a)
SetEnvironmentVariableA0x77e28b3b1113 (0x459)
SetEnvironmentStringsW0x77e209971112 (0x458)
SetEnvironmentStringsA0x77e77e101111 (0x457)
SetEndOfFile0x77e22ba51110 (0x456)
SetDynamicTimeZoneInformation0x77e672ad1109 (0x455)
SetDllDirectoryW0x77e6d7731108 (0x454)
SetDllDirectoryA0x77e6d81c1107 (0x453)
SetDefaultDllDirectoriesapi-ms-win-core-libraryloader-l
1-1-0.SetDefaultDllDirectories
1106 (0x452)
SetDefaultCommConfigW0x77e731911105 (0x451)
SetDefaultCommConfigA0x77e732a91104 (0x450)
SetCurrentDirectoryW0x77e36bee1103 (0x44f)
SetCurrentDirectoryA0x77e294f71102 (0x44e)
SetCurrentConsoleFontEx0x77e8e8e91101 (0x44d)
SetCriticalSectionSpinCountNTDLL.RtlSetCritical
SectionSpinCount
1100 (0x44c)
SetConsoleWindowInfo0x77e8e34c1099 (0x44b)
SetConsoleTitleW0x77e207371098 (0x44a)
SetConsoleTitleA0x77e8bd471097 (0x449)
SetConsoleTextAttribute0x77e425551096 (0x448)
SetConsoleScreenBufferSize0x77e8e2721095 (0x447)
SetConsoleScreenBufferInfoEx0x77e8dec71094 (0x446)
SetConsolePalette0x77e8ce911093 (0x445)
SetConsoleOutputCP0x77e8e5671092 (0x444)
SetConsoleOS2OemFormat0x77e8ed281091 (0x443)
SetConsoleNumberOfCommandsW0x77e8bc451090 (0x442)
SetConsoleNumberOfCommandsA0x77e8bc601089 (0x441)
SetConsoleNlsMode0x77e8eb031088 (0x440)
SetConsoleMode0x77e3c16a1087 (0x43f)
SetConsoleMenuClose0x77e8ce2e1086 (0x43e)
SetConsoleMaximumWindowSize0x77e87bf51085 (0x43d)
SetConsoleLocalEUDC0x77e8ed8b1084 (0x43c)
SetConsoleKeyShortcuts0x77e8cd7b1083 (0x43b)
SetConsoleInputExeNameW0x77e3c50d1082 (0x43a)
SetConsoleInputExeNameA0x77e8c2501081 (0x439)
SetConsoleIcon0x77e8e4501080 (0x438)
SetConsoleHistoryInfo0x77e8e6e51079 (0x437)
SetConsoleHardwareState0x77e8ccac1078 (0x436)
SetConsoleFont0x77e8e3e71077 (0x435)
SetConsoleDisplayMode0x77e8cb211076 (0x434)
SetConsoleCursorPosition0x77e11d741075 (0x433)
SetConsoleCursorMode0x77e8ebdf1074 (0x432)
SetConsoleCursorInfo0x77e8e2db1073 (0x431)
SetConsoleCursor0x77e8c9b11072 (0x430)
SetConsoleCtrlHandler0x77e350fa1071 (0x42f)
SetConsoleCP0x77e8e4b31070 (0x42e)
SetConsoleActiveScreenBuffer0x77e8e1ac1069 (0x42d)
SetComputerNameW0x77e651651068 (0x42c)
SetComputerNameExW0x77e6657f1067 (0x42b)
SetComputerNameExA0x77e666291066 (0x42a)
SetComputerNameA0x77e652a71065 (0x429)
SetComPlusPackageInstallStatus0x77e779b51059 (0x423)
SetCommTimeouts0x77e727f71064 (0x428)
SetCommState0x77e724dc1063 (0x427)
SetCommMask0x77e7243c1062 (0x426)
SetCommConfig0x77e735191061 (0x425)
SetCommBreak0x77e724241060 (0x424)
SetClientTimeZoneInformation0x77e125f51058 (0x422)
SetCalendarInfoW0x77e6fcc71057 (0x421)
SetCalendarInfoA0x77e7e3c21056 (0x420)
SearchPathW0x77e243a51055 (0x41f)
SearchPathA0x77e4146d1054 (0x41e)
ScrollConsoleScreenBufferW0x77e11dca1053 (0x41d)
ScrollConsoleScreenBufferA0x77e8e3c31052 (0x41c)
RtlZeroMemoryNTDLL.RtlZeroMemory1051 (0x41b)
RtlUnwind0x77e192921050 (0x41a)
RtlMoveMemoryNTDLL.RtlMoveMemory1049 (0x419)
RtlFillMemory0x77e6fea41048 (0x418)
RtlCaptureStackBackTrace0x77e22f111047 (0x417)
RtlCaptureContext0x77e6fe931046 (0x416)
ResumeThread0x77e216d71045 (0x415)
RestoreLastErrorNTDLL.RtlRestore
LastWin32Error
1044 (0x414)
ResolveLocaleName0x77e156241043 (0x413)
ResetWriteWatch0x77e781201042 (0x412)
ResetEvent0x77e2bd441041 (0x411)
RequestWakeupLatency0x77e6ed8a1040 (0x410)
RequestDeviceWakeup0x77e6ed8a1039 (0x40f)
ReplacePartitionUnit0x77e6f7111038 (0x40e)
ReplaceFileW0x77e417081037 (0x40d)
ReplaceFileA0x77e6cc311036 (0x40c)
ReplaceFile0x77e417081035 (0x40b)
ReOpenFile0x77e1193d948 (0x3b4)
RemoveVectoredExceptionHandlerNTDLL.RtlRemoveVectored
ExceptionHandler
1034 (0x40a)
RemoveVectoredContinueHandlerNTDLL.RtlRemoveVectored
ContinueHandler
1033 (0x409)
RemoveSecureMemoryCacheCallback0x77e6d1921032 (0x408)
RemoveLocalAlternateComputerNameW0x77e667b41031 (0x407)
RemoveLocalAlternateComputerNameA0x77e6689f1030 (0x406)
RemoveDllDirectoryapi-ms-win-core-libraryloader-l
1-1-0.RemoveDllDirectory
1029 (0x405)
RemoveDirectoryW0x77e1596a1028 (0x404)
RemoveDirectoryTransactedW0x77e677d91027 (0x403)
RemoveDirectoryTransactedA0x77e686411026 (0x402)
RemoveDirectoryA0x77e6fcb71025 (0x401)
ReleaseSRWLockSharedNTDLL.RtlReleaseSRW
LockShared
1022 (0x3fe)
ReleaseSRWLockExclusiveNTDLL.RtlReleaseSRW
LockExclusive
1021 (0x3fd)
ReleaseSemaphoreWhenCallbackReturnsNTDLL.TpCallbackRelease
SemaphoreOnCompletion
1024 (0x400)
ReleaseSemaphore0x77e26a0a1023 (0x3ff)
ReleaseMutexWhenCallbackReturnsNTDLL.TpCallbackRelease
MutexOnCompletion
1020 (0x3fc)
ReleaseMutex0x77e2c2721019 (0x3fb)
ReleaseActCtx0x77e26e3f1018 (0x3fa)
RegUnLoadKeyW0x77e895411007 (0x3ef)
RegUnLoadKeyA0x77e894291006 (0x3ee)
RegSetValueExW0x77e297fc1005 (0x3ed)
RegSetValueExA0x77e240581004 (0x3ec)
RegSetKeySecurity0x77e14c281003 (0x3eb)
RegSaveKeyExW0x77e43d611002 (0x3ea)
RegSaveKeyExA0x77e897891001 (0x3e9)
RegRestoreKeyW0x77e440f11000 (0x3e8)
RegRestoreKeyA0x77e8964c999 (0x3e7)
RegQueryValueExW0x77e2d457998 (0x3e6)
RegQueryValueExA0x77e2dafd997 (0x3e5)
RegQueryInfoKeyW0x77e247c7996 (0x3e4)
RegQueryInfoKeyA0x77e192a3995 (0x3e3)
RegOpenUserClassesRoot0x77e1f502994 (0x3e2)
RegOpenKeyExW0x77e2cf71993 (0x3e1)
RegOpenKeyExA0x77e2d91d992 (0x3e0)
RegOpenCurrentUser0x77e2682c991 (0x3df)
RegNotifyChangeKeyValue0x77e24fb4990 (0x3de)
RegLoadMUIStringW0x77e1e0ef989 (0x3dd)
RegLoadMUIStringA0x77e89641988 (0x3dc)
RegLoadKeyW0x77de2251987 (0x3db)
RegLoadKeyA0x77e89239986 (0x3da)
RegKrnInitialize0x77e2cd41985 (0x3d9)
RegKrnGetGlobalState0x77e2cdea984 (0x3d8)
RegisterWowExec0x77e741cd1017 (0x3f9)
RegisterWowBaseHandlers0x77e6d1001016 (0x3f8)
RegisterWaitForSingleObjectEx0x77e140bb1015 (0x3f7)
RegisterWaitForSingleObject0x77e1b93c1014 (0x3f6)
RegisterWaitForInputIdle0x77e2eac71013 (0x3f5)
RegisterConsoleVDM0x77e8cb981012 (0x3f4)
RegisterConsoleOS20x77e8ecc51011 (0x3f3)
RegisterConsoleIME0x77e1b5321010 (0x3f2)
RegisterApplicationRestart0x77e13d6d1009 (0x3f1)
RegisterApplicationRecoveryCallback0x77e4109a1008 (0x3f0)
RegGetValueW0x77e2efff983 (0x3d7)
RegGetValueA0x77e14247982 (0x3d6)
RegGetKeySecurity0x77e17c6e981 (0x3d5)
RegFlushKey0x77e13250980 (0x3d4)
RegEnumValueW0x77e24cb9979 (0x3d3)
RegEnumValueA0x77e18900978 (0x3d2)
RegEnumKeyExW0x77e251d7977 (0x3d1)
RegEnumKeyExA0x77e1e47c976 (0x3d0)
RegDisablePredefinedCacheEx0x77e140f5975 (0x3cf)
RegDeleteValueW0x77e1bb43974 (0x3ce)
RegDeleteValueA0x77e48683973 (0x3cd)
RegDeleteTreeW0x77e12345972 (0x3cc)
RegDeleteTreeA0x77e891c1971 (0x3cb)
RegDeleteKeyExW0x77e169d4970 (0x3ca)
RegDeleteKeyExA0x77e89062969 (0x3c9)
RegCreateKeyExW0x77e21621968 (0x3c8)
RegCreateKeyExA0x77e23636967 (0x3c7)
RegCloseKey0x77e2d615966 (0x3c6)
ReadThreadProfilingData0x77e78817965 (0x3c5)
ReadProcessMemory0x77e1c79b964 (0x3c4)
ReadFileScatter0x77e11a8d963 (0x3c3)
ReadFileEx0x77e45515962 (0x3c2)
ReadFile0x77e29b66961 (0x3c1)
ReadDirectoryChangesW0x77e23502960 (0x3c0)
ReadConsoleW0x77e426be959 (0x3bf)
ReadConsoleOutputW0x77e8d599958 (0x3be)
ReadConsoleOutputCharacterW0x77e8dd01957 (0x3bd)
ReadConsoleOutputCharacterA0x77e8dcdb956 (0x3bc)
ReadConsoleOutputAttribute0x77e8dd27955 (0x3bb)
ReadConsoleOutputA0x77e8d5bd954 (0x3ba)
ReadConsoleInputW0x77e8d082953 (0x3b9)
ReadConsoleInputExW0x77e8d0c9952 (0x3b8)
ReadConsoleInputExA0x77e8d0a5951 (0x3b7)
ReadConsoleInputA0x77e8d05f950 (0x3b6)
ReadConsoleA0x77e8c938949 (0x3b5)
RaiseFailFastException0x77e7837d947 (0x3b3)
RaiseException0x77e1f11a946 (0x3b2)
QueueUserWorkItem0x77e29961945 (0x3b1)
QueueUserAPC0x77e18eb9944 (0x3b0)
QueryUnbiasedInterruptTime0x77e77d99943 (0x3af)
QueryThreadProfiling0x77e787ee941 (0x3ad)
QueryThreadpoolStackInformation0x77e6fd91942 (0x3ae)
QueryThreadCycleTime0x77e77ca1940 (0x3ac)
QueryProcessCycleTime0x77e77ce4939 (0x3ab)
QueryProcessAffinityUpdateMode0x77e6fdb1938 (0x3aa)
QueryPerformanceFrequency0x77e22b1a937 (0x3a9)
QueryPerformanceCounter0x77e2c422936 (0x3a8)
QueryMemoryResourceNotification0x77e78158935 (0x3a7)
QueryInformationJobObject0x77e77401934 (0x3a6)
QueryIdleProcessorCycleTimeEx0x77e77d5d933 (0x3a5)
QueryIdleProcessorCycleTime0x77e77d27932 (0x3a4)
QueryFullProcessImageNameW0x77e26857931 (0x3a3)
QueryFullProcessImageNameA0x77e6ffe0930 (0x3a2)
QueryDosDeviceW0x77e1497c929 (0x3a1)
QueryDosDeviceA0x77e69a42928 (0x3a0)
QueryDepthSListNTDLL.RtlQueryDepthSList927 (0x39f)
QueryActCtxW0x77e22c7e926 (0x39e)
QueryActCtxSettingsW0x77e3c7f9925 (0x39d)
PurgeComm0x77e7239a924 (0x39c)
PulseEvent0x77e45b04923 (0x39b)
ProcessIdToSessionId0x77e2bc30922 (0x39a)
Process32NextW0x77e2007a921 (0x399)
Process32Next0x77e462b5920 (0x398)
Process32FirstW0x77e1ffe5919 (0x397)
Process32First0x77e461ed918 (0x396)
PrivMoveFileIdentityW0x77e6ae51917 (0x395)
PrivCopyFileExW0x77e485bd916 (0x394)
PrepareTape0x77e771de915 (0x393)
PowerSetRequest0x77e1c394914 (0x392)
PowerCreateRequest0x77e1c1ee913 (0x391)
PowerClearRequest0x77e1c3fa912 (0x390)
PostQueuedCompletionStatus0x77e14e58911 (0x38f)
PeekNamedPipe0x77e6fe83910 (0x38e)
PeekConsoleInputW0x77e8d03c909 (0x38d)
PeekConsoleInputA0x77e8d019908 (0x38c)
OutputDebugStringW0x77e16df2907 (0x38b)
OutputDebugStringA0x77e1f0f0906 (0x38a)
OpenWaitableTimerW0x77e6fca7905 (0x389)
OpenWaitableTimerA0x77e700df904 (0x388)
OpenThreadTokenapi-ms-win-core-processthreads-l
1-1-0.OpenThreadToken
903 (0x387)
OpenThread0x77e35299902 (0x386)
OpenSemaphoreW0x77e184cf901 (0x385)
OpenSemaphoreA0x77e7008d900 (0x384)
OpenProfileUserMapping0x77e66e13899 (0x383)
OpenProcessTokenapi-ms-win-core-processthreads-l
1-1-0.OpenProcessToken
898 (0x382)
OpenProcess0x77e2549f897 (0x381)
OpenPrivateNamespaceW0x77e12e52896 (0x380)
OpenPrivateNamespaceA0x77e6ff91895 (0x37f)
OpenMutexW0x77e38edd894 (0x37e)
OpenMutexA0x77e203ca893 (0x37d)
OpenJobObjectW0x77e77376892 (0x37c)
OpenJobObjectA0x77e77547891 (0x37b)
OpenFileMappingW0x77e350ea890 (0x37a)
OpenFileMappingA0x77e2ed78889 (0x379)
OpenFileById0x77e14ea3888 (0x378)
OpenFile0x77e3d54f887 (0x377)
OpenEventW0x77e24a28886 (0x376)
OpenEventA0x77e25416885 (0x375)
OpenConsoleW0x77e20853884 (0x374)
NotifyUILanguageChange0x77e81b50883 (0x373)
NotifyMountMgr0x77e6fe73882 (0x372)
NormalizeString0x77e7f97a881 (0x371)
NlsWriteEtwEvent0x77e6fdd1880 (0x370)
NlsUpdateSystemLocale0x77e950f5879 (0x36f)
NlsUpdateLocale0x77e950ea878 (0x36e)
NlsGetCacheUpdateCount0x77e1b38b877 (0x36d)
NlsEventDataDescCreate0x77e6fdc1876 (0x36c)
NlsCheckPolicy0x77e950df875 (0x36b)
NeedCurrentDirectoryForExePathW0x77e3c4f5874 (0x36a)
NeedCurrentDirectoryForExePathA0x77e6fc97873 (0x369)
MultiByteToWideChar0x77e2ef07872 (0x368)
MulDiv0x77e2bf70871 (0x367)
MoveFileWithProgressW0x77e28d8c870 (0x366)
MoveFileWithProgressA0x77e43f98869 (0x365)
MoveFileW0x77e46ed6868 (0x364)
MoveFileTransactedW0x77e6bea9867 (0x363)
MoveFileTransactedA0x77e6be06866 (0x362)
MoveFileExW0x77e28db0865 (0x361)
MoveFileExA0x77e43f78864 (0x360)
MoveFileA0x77e6bf49863 (0x35f)
Module32NextW0x77e1c6ec862 (0x35e)
Module32Next0x77e71066861 (0x35d)
Module32FirstW0x77e1ca02860 (0x35c)
Module32First0x77e70f7d859 (0x35b)
MapViewOfFileExNuma0x77e6fc87858 (0x35a)
MapViewOfFileEx0x77e2d7ec857 (0x359)
MapViewOfFile0x77e293db856 (0x358)
MapUserPhysicalPagesScatter0x77e780b9855 (0x357)
MapUserPhysicalPages0x77e7808b854 (0x356)
LZStart0x77e66e13826 (0x33a)
LZSeek0x77e71302825 (0x339)
LZRead0x77e71389824 (0x338)
LZOpenFileW0x77e71a72823 (0x337)
LZOpenFileA0x77e719a5822 (0x336)
LZInit0x77e711b6821 (0x335)
LZDone0x77e88617820 (0x334)
LZCreateFileW0x77e718d0819 (0x333)
LZCopy0x77e66e1c818 (0x332)
LZCloseFile0x77e71597817 (0x331)
LZClose0x77e7160f816 (0x330)
lstrlenW0x77e2bda01362 (0x552)
lstrlenA0x77e2a0321361 (0x551)
lstrlen0x77e2a0321360 (0x550)
lstrcpyW0x77e190c71356 (0x54c)
lstrcpynW0x77e479281359 (0x54f)
lstrcpynA0x77e18ea11358 (0x54e)
lstrcpyn0x77e18ea11357 (0x54d)
lstrcpyA0x77e2a5b71355 (0x54b)
lstrcpy0x77e2a5b71354 (0x54a)
lstrcmpW0x77e353211350 (0x546)
lstrcmpiW0x77e2aad71353 (0x549)
lstrcmpiA0x77e22ad51352 (0x548)
lstrcmpi0x77e22ad51351 (0x547)
lstrcmpA0x77e191211349 (0x545)
lstrcmp0x77e191211348 (0x544)
lstrcatW0x77e466bc1347 (0x543)
lstrcatA0x77e2a6291346 (0x542)
lstrcat0x77e2a6291345 (0x541)
LockResource0x77e202d9853 (0x355)
LockFileEx0x77e480b5852 (0x354)
LockFile0x77e47b43851 (0x353)
LocateXStateFeature0x77e78578850 (0x352)
LocalUnlock0x77e256c5848 (0x350)
LocalSize0x77e205e2847 (0x34f)
LocalShrink0x77e6d55d846 (0x34e)
LocalReAlloc0x77e26e27845 (0x34d)
LocalLock0x77e256ad844 (0x34c)
LocalHandle0x77e62a25843 (0x34b)
LocalFree0x77e2cbfc842 (0x34a)
LocalFlags0x77e628e4841 (0x349)
LocalFileTimeToFileTime0x77e17592840 (0x348)
LocaleNameToLCID0x77e22b4b849 (0x351)
LocalCompact0x77e6d547839 (0x347)
LocalAlloc0x77e2cc66838 (0x346)
LoadStringBaseW0x77e6d60f837 (0x345)
LoadStringBaseExW0x77e244d3836 (0x344)
LoadResource0x77e29c72835 (0x343)
LoadModule0x77e6f29d834 (0x342)
LoadLibraryW0x77e2ef42833 (0x341)
LoadLibraryExW0x77e25079832 (0x340)
LoadLibraryExA0x77e24466831 (0x33f)
LoadLibraryA0x77e2dc65830 (0x33e)
LoadAppInitDlls0x77e2f1a1829 (0x33d)
LeaveCriticalSectionWhenCallbackReturnsNTDLL.TpCallbackLeave
CriticalSectionOnCompletion
828 (0x33c)
LeaveCriticalSectionNTDLL.RtlLeaveCriticalSection827 (0x33b)
LCMapStringW0x77e3528c815 (0x32f)
LCMapStringEx0x77e6fe63814 (0x32e)
LCMapStringA0x77e3f920813 (0x32d)
LCIDToLocaleName0x77e155ff812 (0x32c)
K32QueryWorkingSetEx0x77e1ba07811 (0x32b)
K32QueryWorkingSet0x77e3efaf810 (0x32a)
K32InitializeProcessForWsWatch0x77e8fe91809 (0x329)
K32GetWsChangesEx0x77e8ff2a808 (0x328)
K32GetWsChanges0x77e8ff0a807 (0x327)
K32GetProcessMemoryInfo0x77e45bb1806 (0x326)
K32GetProcessImageFileNameW0x77e8ff4b805 (0x325)
K32GetProcessImageFileNameA0x77e8ffd4804 (0x324)
K32GetPerformanceInfo0x77e16113803 (0x323)
K32GetModuleInformation0x77e15ef2802 (0x322)
K32GetModuleFileNameExW0x77e1c91b801 (0x321)
K32GetModuleFileNameExA0x77e46c0a800 (0x320)
K32GetModuleBaseNameW0x77e18f9f799 (0x31f)
K32GetModuleBaseNameA0x77e1901b798 (0x31e)
K32GetMappedFileNameW0x77e15ff5797 (0x31d)
K32GetMappedFileNameA0x77e15f8c796 (0x31c)
K32GetDeviceDriverFileNameW0x77e8fbec795 (0x31b)
K32GetDeviceDriverFileNameA0x77e8fb71794 (0x31a)
K32GetDeviceDriverBaseNameW0x77e29379793 (0x319)
K32GetDeviceDriverBaseNameA0x77e2b977792 (0x318)
K32EnumProcessModulesEx0x77e8fe0e790 (0x316)
K32EnumProcessModules0x77e1cc52789 (0x315)
K32EnumProcesses0x77e46c74791 (0x317)
K32EnumPageFilesW0x77e8fc4c788 (0x314)
K32EnumPageFilesA0x77e8fdc4787 (0x313)
K32EnumDeviceDrivers0x77e2bae6786 (0x312)
K32EmptyWorkingSet0x77e8fb06785 (0x311)
IsWow64Process0x77e2542e784 (0x310)
IsValidLocaleName0x77e3dcfc783 (0x30f)
IsValidLocale0x77e244eb782 (0x30e)
IsValidLanguageGroup0x77e6fc77781 (0x30d)
IsValidCodePage0x77e3b915780 (0x30c)
IsValidCalDateTime0x77e3e2fe779 (0x30b)
IsTimeZoneRedirectionEnabled0x77e3ece5778 (0x30a)
IsThreadpoolTimerSetNTDLL.TpIsTimerSet777 (0x309)
IsThreadAFiber0x77e29617776 (0x308)
IsSystemResumeAutomatic0x77e6ed7b775 (0x307)
IsProcessorFeaturePresent0x77e36c1e774 (0x306)
IsProcessInJob0x77e4407a773 (0x305)
IsNormalizedString0x77e7f9f2772 (0x304)
IsNLSDefinedString0x77e156a2771 (0x303)
IsDebuggerPresent0x77e27dd2770 (0x302)
IsDBCSLeadByteEx0x77e4683e769 (0x301)
IsDBCSLeadByte0x77e2543e768 (0x300)
IsCalendarLeapYear0x77e7db22767 (0x2ff)
IsCalendarLeapMonth0x77e7dbaa766 (0x2fe)
IsCalendarLeapDay0x77e7dc41765 (0x2fd)
IsBadWritePtr0x77e18df0764 (0x2fc)
IsBadStringPtrW0x77e46f48763 (0x2fb)
IsBadStringPtrA0x77e19223762 (0x2fa)
IsBadReadPtr0x77e1bc63761 (0x2f9)
IsBadHugeWritePtr0x77e6f045760 (0x2f8)
IsBadHugeReadPtr0x77e6f035759 (0x2f7)
IsBadCodePtr0x77e478f9758 (0x2f6)
InvalidateConsoleDIBits0x77e8d8d9757 (0x2f5)
InterlockedPushListSListNTDLL.RtlInterlocked
PushListSList
2 (0x2)
InterlockedPushEntrySListNTDLL.RtlInterlocked
PushEntrySList
756 (0x2f4)
InterlockedPopEntrySListNTDLL.RtlInterlocked
PopEntrySList
755 (0x2f3)
InterlockedIncrement0x77e2c3b0754 (0x2f2)
InterlockedFlushSListNTDLL.RtlInterlocked
FlushSList
753 (0x2f1)
InterlockedExchangeAdd0x77e29aa0752 (0x2f0)
InterlockedExchange0x77e2c452751 (0x2ef)
InterlockedDecrement0x77e2c3e0750 (0x2ee)
InterlockedCompareExchange64NTDLL.RtlInterlocked
CompareExchange64
748 (0x2ec)
InterlockedCompareExchange0x77e2c3fb749 (0x2ed)
InitOnceInitializeNTDLL.RtlRunOnceInitialize739 (0x2e3)
InitOnceExecuteOnce0x77e2bbad738 (0x2e2)
InitOnceComplete0x77e40e55737 (0x2e1)
InitOnceBeginInitialize0x77e40e7d736 (0x2e0)
InitializeSRWLockNTDLL.RtlInitialize
SRWLock
747 (0x2eb)
InitializeSListHeadNTDLL.RtlInitialize
SListHead
746 (0x2ea)
InitializeProcThreadAttributeListapi-ms-win-core-processthreads-l
1-1-0.InitializeProcThreadAttributeList
745 (0x2e9)
InitializeCriticalSectionEx0x77e2dd98744 (0x2e8)
InitializeCriticalSectionAndSpinCount0x77e2ea21743 (0x2e7)
InitializeCriticalSectionNTDLL.RtlInitialize
CriticalSection
742 (0x2e6)
InitializeContext0x77e7847f741 (0x2e5)
InitializeConditionVariableNTDLL.RtlInitialize
ConditionVariable
740 (0x2e4)
InitAtomTable0x77de2493735 (0x2df)
IdnToUnicode0x77e7fa97734 (0x2de)
IdnToNameprepUnicode0x77e7fa44733 (0x2dd)
IdnToAscii0x77e19085732 (0x2dc)
HeapWalk0x77e11ec8731 (0x2db)
HeapValidate0x77e22e65730 (0x2da)
HeapUnlock0x77e11eb0729 (0x2d9)
HeapSummary0x77e6fc67728 (0x2d8)
HeapSizeNTDLL.RtlSizeHeap727 (0x2d7)
HeapSetInformation0x77e2f6b4726 (0x2d6)
HeapReAllocNTDLL.RtlReAllocateHeap725 (0x2d5)
HeapQueryInformation0x77e6fc57724 (0x2d4)
HeapLock0x77e11e98723 (0x2d3)
HeapFree0x77e2c3c0722 (0x2d2)
HeapDestroy0x77e22b8d721 (0x2d1)
HeapCreate0x77e2ef74720 (0x2d0)
HeapCompact0x77e17f6b719 (0x2cf)
HeapAllocNTDLL.RtlAllocateHeap718 (0x2ce)
Heap32Next0x77e70d38717 (0x2cd)
Heap32ListNext0x77e70ab5716 (0x2cc)
Heap32ListFirst0x77e70a0b715 (0x2cb)
Heap32First0x77e70b4d714 (0x2ca)
GlobalWire0x77e6d14a713 (0x2c9)
GlobalUnWire0x77e6d15a710 (0x2c6)
GlobalUnlock0x77e2a183712 (0x2c8)
GlobalUnfix0x77e6d130711 (0x2c7)
GlobalSize0x77e1f132709 (0x2c5)
GlobalReAlloc0x77e1f248708 (0x2c4)
GlobalMemoryStatusEx0x77e191f8707 (0x2c3)
GlobalMemoryStatus0x77e228f8706 (0x2c2)
GlobalLock0x77e2a235705 (0x2c1)
GlobalHandle0x77e2a4f4704 (0x2c0)
GlobalGetAtomNameW0x77e1f4ca703 (0x2bf)
GlobalGetAtomNameA0x77e6880c702 (0x2be)
GlobalFree0x77e2a13d701 (0x2bd)
GlobalFlags0x77e47b5b700 (0x2bc)
GlobalFix0x77e6d116699 (0x2bb)
GlobalFindAtomW0x77e295e5698 (0x2ba)
GlobalFindAtomA0x77e480fd697 (0x2b9)
GlobalDeleteAtom0x77e1f720696 (0x2b8)
GlobalCompact0x77e6d547695 (0x2b7)
GlobalAlloc0x77e2a125694 (0x2b6)
GlobalAddAtomW0x77e26c21693 (0x2b5)
GlobalAddAtomA0x77e188e6692 (0x2b4)
GetXStateFeaturesMask0x77e78640691 (0x2b3)
GetWriteWatch0x77e780e7690 (0x2b2)
GetWindowsDirectoryW0x77e209ba689 (0x2b1)
GetWindowsDirectoryA0x77e477a2688 (0x2b0)
GetVolumePathNameW0x77e369e7685 (0x2ad)
GetVolumePathNamesForVolumeNameW0x77e1bf19687 (0x2af)
GetVolumePathNamesForVolumeNameA0x77e762e5686 (0x2ae)
GetVolumePathNameA0x77e75ec6684 (0x2ac)
GetVolumeNameForVolumeMountPointW0x77e1bd60683 (0x2ab)
GetVolumeNameForVolumeMountPointA0x77e756f5682 (0x2aa)
GetVolumeInformationW0x77e361a1681 (0x2a9)
GetVolumeInformationByHandleW0x77e400c1680 (0x2a8)
GetVolumeInformationA0x77e45cc2679 (0x2a7)
GetVersionExW0x77e299a1678 (0x2a6)
GetVersionExA0x77e2dd80677 (0x2a5)
GetVersion0x77e228f1676 (0x2a4)
GetVDMCurrentDirectories0x77e74025675 (0x2a3)
GetUserPreferredUILanguages0x77e495af674 (0x2a2)
GetUserGeoID0x77e47640673 (0x2a1)
GetUserDefaultUILanguage0x77e22b7b672 (0x2a0)
GetUserDefaultLocaleName0x77e6fe53671 (0x29f)
GetUserDefaultLCID0x77e2f7b7669 (0x29d)
GetUserDefaultLangID0x77e47b0c670 (0x29e)
GetUILanguageInfo0x77e3d0e7668 (0x29c)
GetTimeZoneInformationForYear0x77e48c6b667 (0x29b)
GetTimeZoneInformation0x77e191e0666 (0x29a)
GetTimeFormatW0x77e2afc0665 (0x299)
GetTimeFormatEx0x77e7f5aa664 (0x298)
GetTimeFormatA0x77e47201663 (0x297)
GetTickCount640x77e1f108661 (0x295)
GetTickCount0x77e2c260662 (0x296)
GetThreadUILanguage0x77e1b3b7660 (0x294)
GetThreadTimes0x77e15e8b659 (0x293)
GetThreadSelectorEntry0x77e40411658 (0x292)
GetThreadPriorityBoost0x77e6fc47657 (0x291)
GetThreadPriority0x77e295ff656 (0x290)
GetThreadPreferredUILanguages0x77e22b63655 (0x28f)
GetThreadLocale0x77e21ce3654 (0x28e)
GetThreadIOPendingFlag0x77e7090b651 (0x28b)
GetThreadIdealProcessorEx0x77e709bf653 (0x28d)
GetThreadId0x77e28742652 (0x28c)
GetThreadGroupAffinity0x77e7094a650 (0x28a)
GetThreadErrorMode0x77e69d06649 (0x289)
GetThreadContext0x77e48bd4648 (0x288)
GetTempPathW0x77e19208647 (0x287)
GetTempPathA0x77e48154646 (0x286)
GetTempFileNameW0x77e17039645 (0x285)
GetTempFileNameA0x77e48342644 (0x284)
GetTapeStatus0x77e77355643 (0x283)
GetTapePosition0x77e77182642 (0x282)
GetTapeParameters0x77e772b8641 (0x281)
GetSystemWow64DirectoryW0x77e1b532640 (0x280)
GetSystemWow64DirectoryA0x77e1b532639 (0x27f)
GetSystemWindowsDirectoryW0x77e2ee93638 (0x27e)
GetSystemWindowsDirectoryA0x77e11fa7637 (0x27d)
GetSystemTimes0x77e3f025636 (0x27c)
GetSystemTimeAsFileTime0x77e2d816635 (0x27b)
GetSystemTimeAdjustment0x77e1fb10634 (0x27a)
GetSystemTime0x77e2ea51633 (0x279)
GetSystemRegistryQuota0x77e6f253632 (0x278)
GetSystemPreferredUILanguages0x77e1560c631 (0x277)
GetSystemPowerStatus0x77e1e257630 (0x276)
GetSystemInfo0x77e2dcb2629 (0x275)
GetSystemFirmwareTable0x77e48f68628 (0x274)
GetSystemFileCacheSize0x77e77f2f627 (0x273)
GetSystemDirectoryW0x77e2ee37626 (0x272)
GetSystemDirectoryA0x77e2947f625 (0x271)
GetSystemDEPPolicy0x77e6eedc620 (0x26c)
GetSystemDefaultUILanguage0x77e17573624 (0x270)
GetSystemDefaultLocaleName0x77e12f82623 (0x26f)
GetSystemDefaultLCID0x77e278aa621 (0x26d)
GetSystemDefaultLangID0x77e1dfbe622 (0x26e)
GetStringTypeW0x77e3532e619 (0x26b)
GetStringTypeExW0x77e1c438618 (0x26a)
GetStringTypeExA0x77e16b3d617 (0x269)
GetStringTypeA0x77e16b3d616 (0x268)
GetStringScripts0x77e40be8615 (0x267)
GetStdHandle0x77e38e97614 (0x266)
GetStartupInfoW0x77e2e2dd613 (0x265)
GetStartupInfoA0x77de1e10612 (0x264)
GetShortPathNameW0x77e2134c611 (0x263)
GetShortPathNameA0x77e49cee610 (0x262)
GetQueuedCompletionStatusEx0x77e6fc37609 (0x261)
GetQueuedCompletionStatus0x77e14e40608 (0x260)
GetProfileStringW0x77e4776e607 (0x25f)
GetProfileStringA0x77e17bbc606 (0x25e)
GetProfileSectionW0x77e463b1605 (0x25d)
GetProfileSectionA0x77e6997f604 (0x25c)
GetProfileIntW0x77e17b9e603 (0x25b)
GetProfileIntA0x77e1e04d602 (0x25a)
GetProductInfo0x77e18f5b601 (0x259)
GetProcessWorkingSetSizeEx0x77e160c3599 (0x257)
GetProcessWorkingSetSize0x77e160a3598 (0x256)
GetProcessVersion0x77e17735597 (0x255)
GetProcessUserModeExceptionPolicy0x77e6f23f596 (0x254)
GetProcessTimes0x77e1fbd5595 (0x253)
GetProcessShutdownParameters0x77e6f055594 (0x252)
GetProcessPriorityBoost0x77e6f147593 (0x251)
GetProcessPreferredUILanguages0x77e6fc27592 (0x250)
GetProcessorSystemCycleTime0x77e6ef13600 (0x258)
GetProcessIoCounters0x77e6f181591 (0x24f)
GetProcessIdOfThread0x77e3f153590 (0x24e)
GetProcessId0x77e1b9b8589 (0x24d)
GetProcessHeaps0x77e47744588 (0x24c)
GetProcessHeap0x77e2fcdd587 (0x24b)
GetProcessHandleCount0x77e6f1b2586 (0x24a)
GetProcessGroupAffinity0x77e6f0c8585 (0x249)
GetProcessDEPPolicy0x77e6f1ec584 (0x248)
GetProcessAffinityMask0x77e22bdd583 (0x247)
GetProcAddress0x77e2cc94582 (0x246)
GetPrivateProfileStructW0x77e6954e581 (0x245)
GetPrivateProfileStructA0x77e693d2580 (0x244)
GetPrivateProfileStringW0x77e17f83579 (0x243)
GetPrivateProfileStringA0x77e1de99578 (0x242)
GetPrivateProfileSectionW0x77e16a13577 (0x241)
GetPrivateProfileSectionNamesW0x77e15c8e576 (0x240)
GetPrivateProfileSectionNamesA0x77e693b1575 (0x23f)
GetPrivateProfileSectionA0x77e6929d574 (0x23e)
GetPrivateProfileIntW0x77e17acd573 (0x23d)
GetPrivateProfileIntA0x77e1dfe8572 (0x23c)
GetPriorityClass0x77e3d0ff571 (0x23b)
GetPhysicallyInstalledSystemMemory0x77e48d00570 (0x23a)
GetOverlappedResult0x77e23629569 (0x239)
GetOEMCP0x77e243c2568 (0x238)
GetNumberOfConsoleMouseButtons0x77e8e060567 (0x237)
GetNumberOfConsoleInputEvents0x77e8ddf1566 (0x236)
GetNumberOfConsoleFonts0x77e8dd96565 (0x235)
GetNumberFormatW0x77e1c3d2564 (0x234)
GetNumberFormatEx0x77e3eee2563 (0x233)
GetNumberFormatA0x77e2a7eb562 (0x232)
GetNumaProximityNodeEx0x77e6e62a561 (0x231)
GetNumaProximityNode0x77e6e77e560 (0x230)
GetNumaProcessorNodeEx0x77e6e49e559 (0x22f)
GetNumaProcessorNode0x77e6e6ad558 (0x22e)
GetNumaNodeProcessorMaskEx0x77e6e55a557 (0x22d)
GetNumaNodeProcessorMask0x77e6e6fa556 (0x22c)
GetNumaNodeNumberFromHandle0x77e6e66d555 (0x22b)
GetNumaHighestNodeNumber0x77e6e452554 (0x22a)
GetNumaAvailableMemoryNodeEx0x77e6e5c1553 (0x229)
GetNumaAvailableMemoryNode0x77e6e75f552 (0x228)
GetNLSVersionEx0x77e8429b539 (0x21b)
GetNLSVersion0x77e1477e538 (0x21a)
GetNextVDMCommand0x77e735b3551 (0x227)
GetNativeSystemInfo0x77e1c45b550 (0x226)
GetNamedPipeServerSessionId0x77e6e1dd549 (0x225)
GetNamedPipeServerProcessId0x77e6e1a1548 (0x224)
GetNamedPipeInfo0x77e6de19547 (0x223)
GetNamedPipeHandleStateW0x77e6dd1c546 (0x222)
GetNamedPipeHandleStateA0x77e6e219545 (0x221)
GetNamedPipeClientSessionId0x77e6e165544 (0x220)
GetNamedPipeClientProcessId0x77e6e129543 (0x21f)
GetNamedPipeClientComputerNameW0x77e6fc07542 (0x21e)
GetNamedPipeClientComputerNameA0x77e6e011541 (0x21d)
GetNamedPipeAttribute0x77e6fbf7540 (0x21c)
GetModuleHandleW0x77e2ccac537 (0x219)
GetModuleHandleExW0x77e254b7536 (0x218)
GetModuleHandleExA0x77e1fc06535 (0x217)
GetModuleHandleA0x77e2d8f3534 (0x216)
GetModuleFileNameW0x77e2ef35533 (0x215)
GetModuleFileNameA0x77e2d75a532 (0x214)
GetMaximumProcessorGroupCount0x77e12244531 (0x213)
GetMaximumProcessorCount0x77e6efa3530 (0x212)
GetMailslotInfo0x77e6d573529 (0x211)
GetLongPathNameW0x77e34f41528 (0x210)
GetLongPathNameTransactedW0x77e744d1527 (0x20f)
GetLongPathNameTransactedA0x77e7442d526 (0x20e)
GetLongPathNameA0x77e6fc17525 (0x20d)
GetLogicalProcessorInformationExapi-ms-win-core-sysinfo-l
1-1-0.GetLogical
ProcessorInformationEx
524 (0x20c)
GetLogicalProcessorInformation0x77e1231b523 (0x20b)
GetLogicalDriveStringsW0x77e12f3f521 (0x209)
GetLogicalDriveStringsA0x77e28ad6520 (0x208)
GetLogicalDrives0x77e2544e522 (0x20a)
GetLocalTime0x77e2aaef516 (0x204)
GetLocaleInfoW0x77e2f7c9519 (0x207)
GetLocaleInfoEx0x77e15196518 (0x206)
GetLocaleInfoA0x77e1b373517 (0x205)
GetLastError0x77e2cde0515 (0x203)
GetLargestConsoleWindowSize0x77e8de5e514 (0x202)
GetLargePageMinimum0x77e7814d513 (0x201)
GetHandleInformation0x77e17753512 (0x200)
GetHandleContext0x77e77722511 (0x1ff)
GetGeoInfoW0x77e7ede3510 (0x1fe)
GetGeoInfoA0x77e7e267509 (0x1fd)
GetFullPathNameW0x77e2f6d7508 (0x1fc)
GetFullPathNameTransactedW0x77e66f89507 (0x1fb)
GetFullPathNameTransactedA0x77e66ee2506 (0x1fa)
GetFullPathNameA0x77e2eaba505 (0x1f9)
GetFirmwareEnvironmentVariableW0x77e6ceb9504 (0x1f8)
GetFirmwareEnvironmentVariableA0x77e6cfda503 (0x1f7)
GetFinalPathNameByHandleW0x77e14fcb502 (0x1f6)
GetFinalPathNameByHandleA0x77e6fe43501 (0x1f5)
GetFileType0x77e36ab4500 (0x1f4)
GetFileTime0x77e216fc499 (0x1f3)
GetFileSizeEx0x77e299b1498 (0x1f2)
GetFileSize0x77e20823497 (0x1f1)
GetFileMUIPath0x77e13dab496 (0x1f0)
GetFileMUIInfo0x77e6fe33495 (0x1ef)
GetFileInformationByHandleEx0x77e29a28494 (0x1ee)
GetFileInformationByHandle0x77e2bdad493 (0x1ed)
GetFileBandwidthReservation0x77e6a6b6492 (0x1ec)
GetFileAttributesW0x77e34c14491 (0x1eb)
GetFileAttributesTransactedW0x77e1202d490 (0x1ea)
GetFileAttributesTransactedA0x77e6b342489 (0x1e9)
GetFileAttributesExW0x77e2307e488 (0x1e8)
GetFileAttributesExA0x77e19181487 (0x1e7)
GetFileAttributesA0x77e36c06486 (0x1e6)
GetExpandedNameW0x77e717ab485 (0x1e5)
GetExpandedNameA0x77e716ef484 (0x1e4)
GetExitCodeThread0x77e17021483 (0x1e3)
GetExitCodeProcess0x77e3614d482 (0x1e2)
GetErrorMode0x77e11ee0481 (0x1e1)
GetEraNameCountedString0x77e6fe23480 (0x1e0)
GetEnvironmentVariableW0x77e35271479 (0x1df)
GetEnvironmentVariableA0x77e2d742478 (0x1de)
GetEnvironmentStringsW0x77e36bc4477 (0x1dd)
GetEnvironmentStringsA0x77e3c891476 (0x1dc)
GetEnvironmentStrings0x77e3c88a475 (0x1db)
GetEnabledXStateFeatures0x77e78550474 (0x1da)
GetDynamicTimeZoneInformation0x77e12d8f473 (0x1d9)
GetDurationFormatEx0x77e3ff35472 (0x1d8)
GetDurationFormat0x77e3fefa471 (0x1d7)
GetDriveTypeW0x77e2ed42470 (0x1d6)
GetDriveTypeA0x77e18d50469 (0x1d5)
GetDllDirectoryW0x77e6d8e6468 (0x1d4)
GetDllDirectoryA0x77e6d984467 (0x1d3)
GetDiskFreeSpaceW0x77e13c3c466 (0x1d2)
GetDiskFreeSpaceExW0x77e29949465 (0x1d1)
GetDiskFreeSpaceExA0x77e43ccb464 (0x1d0)
GetDiskFreeSpaceA0x77e3f908463 (0x1cf)
GetDevicePowerState0x77e6ed32462 (0x1ce)
GetDefaultCommConfigW0x77e72fe9461 (0x1cd)
GetDefaultCommConfigA0x77e730f9460 (0x1cc)
GetDateFormatW0x77e2b1a2459 (0x1cb)
GetDateFormatEx0x77e7f62f458 (0x1ca)
GetDateFormatA0x77e470b5457 (0x1c9)
GetCurrentThreadId0x77e2c410456 (0x1c8)
GetCurrentThread0x77e2d799455 (0x1c7)
GetCurrentProcessorNumberExNTDLL.RtlGetCurrent
ProcessorNumberEx
454 (0x1c6)
GetCurrentProcessorNumberNTDLL.RtlGetCurrent
ProcessorNumber
453 (0x1c5)
GetCurrentProcessId0x77e2d7b5452 (0x1c4)
GetCurrentProcess0x77e2d7a0451 (0x1c3)
GetCurrentDirectoryW0x77e3b88f450 (0x1c2)
GetCurrentDirectoryA0x77e175aa449 (0x1c1)
GetCurrentConsoleFontEx0x77e8e84b448 (0x1c0)
GetCurrentConsoleFont0x77e8ea3b447 (0x1bf)
GetCurrentActCtx0x77e1c569446 (0x1be)
GetCurrencyFormatW0x77e6fbe7445 (0x1bd)
GetCurrencyFormatEx0x77e6fe13444 (0x1bc)
GetCurrencyFormatA0x77e7e471443 (0x1bb)
GetCPInfoExW0x77e18f87375 (0x177)
GetCPInfoExA0x77e7ea14374 (0x176)
GetCPInfo0x77e38e7f373 (0x175)
GetConsoleWindow0x77e44032442 (0x1ba)
GetConsoleTitleW0x77e3c380441 (0x1b9)
GetConsoleTitleA0x77e8c2f1440 (0x1b8)
GetConsoleSelectionInfo0x77e8dff5439 (0x1b7)
GetConsoleScreenBufferInfoEx0x77e29ade438 (0x1b6)
GetConsoleScreenBufferInfo0x77e29ab0437 (0x1b5)
GetConsoleProcessList0x77e8e59b436 (0x1b4)
GetConsoleOutputCP0x77e3509b435 (0x1b3)
GetConsoleOriginalTitleW0x77e8c2d1434 (0x1b2)
GetConsoleOriginalTitleA0x77e8c2b4433 (0x1b1)
GetConsoleNlsMode0x77e8ea92432 (0x1b0)
GetConsoleMode0x77e3c110431 (0x1af)
GetConsoleKeyboardLayoutNameW0x77e8ea21430 (0x1ae)
GetConsoleKeyboardLayoutNameA0x77e8ea07429 (0x1ad)
GetConsoleInputWaitHandle0x77e8c814428 (0x1ac)
GetConsoleInputExeNameW0x77e8bdc1427 (0x1ab)
GetConsoleInputExeNameA0x77e8c19d426 (0x1aa)
GetConsoleHistoryInfo0x77e8e668425 (0x1a9)
GetConsoleHardwareState0x77e8cc35424 (0x1a8)
GetConsoleFontSize0x77e8e0c7423 (0x1a7)
GetConsoleFontInfo0x77e8e760422 (0x1a6)
GetConsoleDisplayMode0x77e8cd1b421 (0x1a5)
GetConsoleCursorMode0x77e8ec4e420 (0x1a4)
GetConsoleCursorInfo0x77e8df7f419 (0x1a3)
GetConsoleCP0x77e2bed1413 (0x19d)
GetConsoleCommandHistoryW0x77e8c161418 (0x1a2)
GetConsoleCommandHistoryLengthW0x77e8bd17417 (0x1a1)
GetConsoleCommandHistoryLengthA0x77e8bd2f416 (0x1a0)
GetConsoleCommandHistoryA0x77e8c17f415 (0x19f)
GetConsoleCharType0x77e8eb6c414 (0x19e)
GetConsoleAliasW0x77e8b79e408 (0x198)
GetConsoleAliasExesW0x77e8ba81407 (0x197)
GetConsoleAliasExesLengthW0x77e8b962406 (0x196)
GetConsoleAliasExesLengthA0x77e8b96f405 (0x195)
GetConsoleAliasExesA0x77e8ba9c404 (0x194)
GetConsoleAliasesW0x77e8bfc1412 (0x19c)
GetConsoleAliasesLengthW0x77e8b8cf411 (0x19b)
GetConsoleAliasesLengthA0x77e8b8e7410 (0x19a)
GetConsoleAliasesA0x77e8bfdf409 (0x199)
GetConsoleAliasA0x77e8b7e0403 (0x193)
GetComputerNameW0x77e209c7402 (0x192)
GetComputerNameExW0x77e21691401 (0x191)
GetComputerNameExA0x77e6fbd7400 (0x190)
GetComputerNameA0x77e16e0a399 (0x18f)
GetCompressedFileSizeW0x77e6b149398 (0x18e)
GetCompressedFileSizeTransactedW0x77e6b3be397 (0x18d)
GetCompressedFileSizeTransactedA0x77e6bc1b396 (0x18c)
GetCompressedFileSizeA0x77e6b459395 (0x18b)
GetComPlusPackageInstallStatus0x77e779f2386 (0x182)
GetCommTimeouts0x77e722f7392 (0x188)
GetCommState0x77e72030391 (0x187)
GetCommProperties0x77e71f83390 (0x186)
GetCommModemStatus0x77e71efa389 (0x185)
GetCommMask0x77e71e71388 (0x184)
GetCommConfig0x77e73361387 (0x183)
GetCommandLineW0x77e35304394 (0x18a)
GetCommandLineA0x77e38eaf393 (0x189)
GetCalendarWeekNumber0x77e7e05f385 (0x181)
GetCalendarSupportedDateRange0x77e3deca384 (0x180)
GetCalendarMonthsInYear0x77e3e21d383 (0x17f)
GetCalendarInfoW0x77e16de7382 (0x17e)
GetCalendarInfoEx0x77e3dcc1381 (0x17d)
GetCalendarInfoA0x77e4688d380 (0x17c)
GetCalendarDifferenceInDays0x77e3ea9c379 (0x17b)
GetCalendarDaysInMonth0x77e3e9e8378 (0x17a)
GetCalendarDateFormatEx0x77e3e52c377 (0x179)
GetCalendarDateFormat0x77e3e7d5376 (0x178)
GetBinaryTypeW0x77e46984372 (0x174)
GetBinaryTypeA0x77e74a99371 (0x173)
GetBinaryType0x77e74a99370 (0x172)
GetAtomNameW0x77e1e0cf369 (0x171)
GetAtomNameA0x77e6882c368 (0x170)
GetApplicationRestartSettings0x77e44ad1367 (0x16f)
GetApplicationRecoveryCallback0x77e4014c366 (0x16e)
GetActiveProcessorGroupCount0x77e6ef61365 (0x16d)
GetActiveProcessorCount0x77e14886364 (0x16c)
GetACP0x77e2d90b363 (0x16b)
GenerateConsoleCtrlEvent0x77e8e136362 (0x16a)
FreeUserPhysicalPages0x77e7805d361 (0x169)
FreeResource0x77e1f771360 (0x168)
FreeLibraryWhenCallbackReturnsNTDLL.TpCallbackUnload
DllOnCompletion
359 (0x167)
FreeLibraryAndExitThread0x77e20368358 (0x166)
FreeLibrary0x77e2ef67357 (0x165)
FreeEnvironmentStringsW0x77e36bac356 (0x164)
FreeEnvironmentStringsA0x77e3c872355 (0x163)
FreeConsole0x77e8c49b354 (0x162)
FormatMessageW0x77e28dd0353 (0x161)
FormatMessageA0x77e4a020352 (0x160)
FoldStringW0x77e4709d351 (0x15f)
FoldStringA0x77e7e820350 (0x15e)
FlushViewOfFile0x77e18893349 (0x15d)
FlushProcessWriteBuffersNTDLL.NtFlushProcess
WriteBuffers
348 (0x15c)
FlushInstructionCache0x77e22c52347 (0x15b)
FlushFileBuffers0x77e184e7346 (0x15a)
FlushConsoleInputBuffer0x77e8e20f345 (0x159)
FlsSetValue0x77e36c67344 (0x158)
FlsGetValue0x77e36c4f343 (0x157)
FlsFree0x77e3b7c5342 (0x156)
FlsAlloc0x77e2f189341 (0x155)
FindVolumeMountPointClose0x77e74cff340 (0x154)
FindVolumeClose0x77e12c1e339 (0x153)
FindStringOrdinal0x77e6fbc7338 (0x152)
FindResourceW0x77e254cf337 (0x151)
FindResourceExW0x77e243b2336 (0x150)
FindResourceExA0x77e2a3ad335 (0x14f)
FindResourceA0x77e2a475334 (0x14e)
FindNLSStringEx0x77e3dd60324 (0x144)
FindNLSString0x77e455de323 (0x143)
FindNextVolumeW0x77e12831333 (0x14d)
FindNextVolumeMountPointW0x77e756d7332 (0x14c)
FindNextVolumeMountPointA0x77e76161331 (0x14b)
FindNextVolumeA0x77e74eb1330 (0x14a)
FindNextStreamW0x77e40966329 (0x149)
FindNextFileW0x77e29b4e328 (0x148)
FindNextFileNameW0x77e6a3b1327 (0x147)
FindNextFileA0x77e2a611326 (0x146)
FindNextChangeNotification0x77e16f21325 (0x145)
FindFirstVolumeW0x77e12add322 (0x142)
FindFirstVolumeMountPointW0x77e75390321 (0x141)
FindFirstVolumeMountPointA0x77e76011320 (0x140)
FindFirstVolumeA0x77e74d85319 (0x13f)
FindFirstStreamW0x77e40a28318 (0x13e)
FindFirstStreamTransactedW0x77e6a445317 (0x13d)
FindFirstFileW0x77e3404c316 (0x13c)
FindFirstFileTransactedW0x77e69ed1315 (0x13b)
FindFirstFileTransactedA0x77e69e29314 (0x13a)
FindFirstFileNameW0x77e6a161313 (0x139)
FindFirstFileNameTransactedW0x77e6a4e9312 (0x138)
FindFirstFileExW0x77e36bd6311 (0x137)
FindFirstFileExA0x77e6fba7310 (0x136)
FindFirstFileA0x77e2bf53309 (0x135)
FindFirstChangeNotificationW0x77e16f09308 (0x134)
FindFirstChangeNotificationA0x77e6fbb7307 (0x133)
FindCloseChangeNotification0x77e18c53306 (0x132)
FindClose0x77e34c24305 (0x131)
FindAtomW0x77e2867f304 (0x130)
FindAtomA0x77e1dfa4303 (0x12f)
FindActCtxSectionStringW0x77e3b7d2302 (0x12e)
FindActCtxSectionStringA0x77e778e5301 (0x12d)
FindActCtxSectionGuid0x77e299c1300 (0x12c)
FillConsoleOutputCharacterW0x77e8d755299 (0x12b)
FillConsoleOutputCharacterA0x77e8d72b298 (0x12a)
FillConsoleOutputAttribute0x77e425c0297 (0x129)
FileTimeToSystemTime0x77e2bdc5296 (0x128)
FileTimeToLocalFileTime0x77e2bddd295 (0x127)
FileTimeToDosDateTime0x77e23581294 (0x126)
FatalExit0x77e6eec8293 (0x125)
FatalAppExitW0x77e6fe03292 (0x124)
FatalAppExitA0x77e6fdf3291 (0x123)
ExpungeConsoleCommandHistoryW0x77e8bb4c290 (0x122)
ExpungeConsoleCommandHistoryA0x77e8bb64289 (0x121)
ExpandEnvironmentStringsW0x77e243d7288 (0x120)
ExpandEnvironmentStringsA0x77e18f3b287 (0x11f)
ExitVDM0x77e73e21286 (0x11e)
ExitThreadNTDLL.RtlExitUserThread285 (0x11d)
ExitProcess0x77e3bbe2284 (0x11c)
EscapeCommFunction0x77e71d74283 (0x11b)
EraseTape0x77e77211282 (0x11a)
EnumUILanguagesW0x77e12dc2279 (0x117)
EnumUILanguagesA0x77e7e22e278 (0x116)
EnumTimeFormatsW0x77e47a62277 (0x115)
EnumTimeFormatsEx0x77e3dce4276 (0x114)
EnumTimeFormatsA0x77e7e156275 (0x113)
EnumSystemLocalesW0x77e6fb97274 (0x112)
EnumSystemLocalesEx0x77e6fb87273 (0x111)
EnumSystemLocalesA0x77e478da272 (0x110)
EnumSystemLanguageGroupsW0x77e11925271 (0x10f)
EnumSystemLanguageGroupsA0x77e7e1ef270 (0x10e)
EnumSystemGeoID0x77e7eb12269 (0x10d)
EnumSystemFirmwareTables0x77e6d1ac268 (0x10c)
EnumSystemCodePagesW0x77e6fb77267 (0x10b)
EnumSystemCodePagesA0x77e7e24c266 (0x10a)
EnumResourceTypesW0x77e4442f265 (0x109)
EnumResourceTypesExW0x77e4444f264 (0x108)
EnumResourceTypesExA0x77e6dac2263 (0x107)
EnumResourceTypesA0x77e6dae6262 (0x106)
EnumResourceNamesW0x77e495e0261 (0x105)
EnumResourceNamesExW0x77e281dd260 (0x104)
EnumResourceNamesExA0x77e474e7259 (0x103)
EnumResourceNamesA0x77e474c4258 (0x102)
EnumResourceLanguagesW0x77e3f89e257 (0x101)
EnumResourceLanguagesExW0x77e3f8c4256 (0x100)
EnumResourceLanguagesExA0x77e6db06255 (0xff)
EnumResourceLanguagesA0x77e6db82254 (0xfe)
EnumLanguageGroupLocalesW0x77e6fb67253 (0xfd)
EnumLanguageGroupLocalesA0x77e7e20d252 (0xfc)
EnumerateLocalComputerNamesW0x77e66bbd281 (0x119)
EnumerateLocalComputerNamesA0x77e66d5f280 (0x118)
EnumDateFormatsW0x77e47a4a251 (0xfb)
EnumDateFormatsExW0x77e6fb57250 (0xfa)
EnumDateFormatsExEx0x77e3dccc249 (0xf9)
EnumDateFormatsExA0x77e7e1c2248 (0xf8)
EnumDateFormatsA0x77e7e196247 (0xf7)
EnumCalendarInfoW0x77e6fb47246 (0xf6)
EnumCalendarInfoExW0x77e6fb37245 (0xf5)
EnumCalendarInfoExEx0x77e3deb2244 (0xf4)
EnumCalendarInfoExA0x77e7e100243 (0xf3)
EnumCalendarInfoA0x77e47a7a242 (0xf2)
EnterCriticalSectionNTDLL.RtlEnterCriticalSection241 (0xf1)
EndUpdateResourceW0x77e7d54e240 (0xf0)
EndUpdateResourceA0x77e7d7b4239 (0xef)
EncodeSystemPointerNTDLL.RtlEncodeSystemPointer238 (0xee)
EncodePointerNTDLL.RtlEncodePointer237 (0xed)
EnableThreadProfiling0x77e78796236 (0xec)
DuplicateHandle0x77e2d888235 (0xeb)
DuplicateConsoleHandle0x77e3c66b234 (0xea)
DosPathToSessionPathW0x77e6f75e233 (0xe9)
DosPathToSessionPathA0x77e6f951232 (0xe8)
DosDateTimeToFileTime0x77e1c891231 (0xe7)
DnsHostnameToComputerNameW0x77e15cf4230 (0xe6)
DnsHostnameToComputerNameA0x77e6531b229 (0xe5)
DisconnectNamedPipe0x77e3dc25228 (0xe4)
DisassociateCurrentThreadFromCallbackNTDLL.TpDisassociate
Callback
227 (0xe3)
DisableThreadProfiling0x77e787c8226 (0xe2)
DisableThreadLibraryCalls0x77e2da8c225 (0xe1)
DeviceIoControl0x77e2b925224 (0xe0)
DeleteVolumeMountPointW0x77e6fb27223 (0xdf)
DeleteVolumeMountPointA0x77e74d4d222 (0xde)
DeleteTimerQueueTimer0x77e1bc2d221 (0xdd)
DeleteTimerQueueEx0x77e41455220 (0xdc)
DeleteTimerQueue0x77e781b5219 (0xdb)
DeleteProcThreadAttributeListapi-ms-win-core-processthreads-l
1-1-0.DeleteProc
ThreadAttributeList
218 (0xda)
DeleteFileW0x77e216ef217 (0xd9)
DeleteFileTransactedW0x77e12182216 (0xd8)
DeleteFileTransactedA0x77e6b383215 (0xd7)
DeleteFileA0x77e24382214 (0xd6)
DeleteFiber0x77e15510213 (0xd5)
DeleteCriticalSectionNTDLL.RtlDelete
CriticalSection
212 (0xd4)
DeleteBoundaryDescriptorNTDLL.RtlDelete
BoundaryDescriptor
211 (0xd3)
DeleteAtom0x77e22ef9210 (0xd2)
DelayLoadFailureHook0x77e001fc209 (0xd1)
DefineDosDeviceW0x77e4128e208 (0xd0)
DefineDosDeviceA0x77e699d3207 (0xcf)
DecodeSystemPointerNTDLL.RtlDecode
SystemPointer
206 (0xce)
DecodePointerNTDLL.RtlDecode
Pointer
205 (0xcd)
DebugSetProcessKillOnExit0x77e67406204 (0xcc)
DebugBreakProcess0x77e673df203 (0xcb)
DebugBreak0x77e6fb1d202 (0xca)
DebugActiveProcessStop0x77e6778d201 (0xc9)
DebugActiveProcess0x77e6738c200 (0xc8)
DeactivateActCtx0x77e253e2199 (0xc7)
CtrlRoutine0x77e44a03198 (0xc6)
CreateWaitableTimerW0x77e16d86197 (0xc5)
CreateWaitableTimerExW0x77e1220e196 (0xc4)
CreateWaitableTimerExA0x77e14202195 (0xc3)
CreateWaitableTimerA0x77e141d8194 (0xc2)
CreateToolhelp32Snapshot0x77e1fce1193 (0xc1)
CreateTimerQueueTimer0x77e1bc15192 (0xc0)
CreateTimerQueue0x77e1344e191 (0xbf)
CreateThreadpoolWork0x77e18f02190 (0xbe)
CreateThreadpoolWait0x77e1412d189 (0xbd)
CreateThreadpoolTimer0x77e1b5ee188 (0xbc)
CreateThreadpoolIo0x77e13460187 (0xbb)
CreateThreadpoolCleanupGroup0x77e18ed1186 (0xba)
CreateThreadpool0x77e133e9185 (0xb9)
CreateThread0x77e2dcc2184 (0xb8)
CreateTapePartition0x77e77244183 (0xb7)
CreateSymbolicLinkW0x77e6b499182 (0xb6)
CreateSymbolicLinkTransactedW0x77e6bc5e181 (0xb5)
CreateSymbolicLinkTransactedA0x77e6bd86180 (0xb4)
CreateSymbolicLinkA0x77e6bd09179 (0xb3)
CreateSocketHandle0x77e77734178 (0xb2)
CreateSemaphoreW0x77e1e2f4177 (0xb1)
CreateSemaphoreExW0x77e12524176 (0xb0)
CreateSemaphoreExA0x77e18456175 (0xaf)
CreateSemaphoreA0x77e1849b174 (0xae)
CreateRemoteThreadExapi-ms-win-core-processthreads-l
1-1-0.CreateRemoteThreadEx
173 (0xad)
CreateRemoteThread0x77e6faf3172 (0xac)
CreateProcessW0x77de204d171 (0xab)
CreateProcessInternalW0x77e307a2170 (0xaa)
CreateProcessInternalA0x77e3c89c169 (0xa9)
CreateProcessAsUserW0x77e159af168 (0xa8)
CreateProcessA0x77de2082167 (0xa7)
CreatePrivateNamespaceW0x77e13f65166 (0xa6)
CreatePrivateNamespaceA0x77e6ff3f165 (0xa5)
CreatePipe0x77e412a6164 (0xa4)
CreateNamedPipeW0x77e12d47163 (0xa3)
CreateNamedPipeA0x77e6dba8162 (0xa2)
CreateMutexW0x77e2338e161 (0xa1)
CreateMutexExW0x77e410d6160 (0xa0)
CreateMutexExA0x77e6fae3159 (0x9f)
CreateMutexA0x77e2d7d4158 (0x9e)
CreateMemoryResourceNotification0x77e22db4157 (0x9d)
CreateMailslotW0x77e15b77156 (0x9c)
CreateMailslotA0x77e15b32155 (0x9b)
CreateJobSet0x77e774cc154 (0x9a)
CreateJobObjectW0x77e15815153 (0x99)
CreateJobObjectA0x77e774fa152 (0x98)
CreateIoCompletionPort0x77e18e89151 (0x97)
CreateHardLinkW0x77e3d117150 (0x96)
CreateHardLinkTransactedW0x77e77597149 (0x95)
CreateHardLinkTransactedA0x77e776b0148 (0x94)
CreateHardLinkA0x77e77641147 (0x93)
CreateFileW0x77e2e8a5146 (0x92)
CreateFileTransactedW0x77e120be145 (0x91)
CreateFileTransactedA0x77e6cbd9144 (0x90)
CreateFileMappingW0x77e2120c143 (0x8f)
CreateFileMappingNumaW0x77e6fad3142 (0x8e)
CreateFileMappingNumaA0x77e6a85d141 (0x8d)
CreateFileMappingA0x77e29c0e140 (0x8c)
CreateFileA0x77e2ea61139 (0x8b)
CreateFiberEx0x77e151ce138 (0x8a)
CreateFiber0x77e151ae137 (0x89)
CreateEventW0x77e2d7bc136 (0x88)
CreateEventExW0x77de24f0135 (0x87)
CreateEventExA0x77e1435e134 (0x86)
CreateEventA0x77e21662133 (0x85)
CreateDirectoryW0x77e29989132 (0x84)
CreateDirectoryTransactedW0x77e6867c131 (0x83)
CreateDirectoryTransactedA0x77e6879a130 (0x82)
CreateDirectoryExW0x77e67879129 (0x81)
CreateDirectoryExA0x77e68731128 (0x80)
CreateDirectoryA0x77e480e5127 (0x7f)
CreateConsoleScreenBuffer0x77e8d779126 (0x7e)
CreateBoundaryDescriptorW0x77e1663b125 (0x7d)
CreateBoundaryDescriptorA0x77e6fec3124 (0x7c)
CreateActCtxW0x77e256dd123 (0x7b)
CreateActCtxA0x77e13685122 (0x7a)
CopyLZFile0x77e66ed2121 (0x79)
CopyFileW0x77e16af7120 (0x78)
CopyFileTransactedW0x77e6ccef119 (0x77)
CopyFileTransactedA0x77e6ce09118 (0x76)
CopyFileExW0x77e1b238117 (0x75)
CopyFileExA0x77e6cda1116 (0x74)
CopyFileA0x77e46d5a115 (0x73)
CopyContext0x77e78521114 (0x72)
ConvertThreadToFiberEx0x77e15434113 (0x71)
ConvertThreadToFiber0x77e1541c112 (0x70)
ConvertSystemTimeToCalDateTime0x77e3dfa1111 (0x6f)
ConvertNLSDayOfWeekToWin32DayOfWeek0x77e3e095110 (0x6e)
ConvertFiberToThread0x77e155a9109 (0x6d)
ConvertDefaultLocale0x77e24503108 (0x6c)
ConvertCalDateTimeToSystemTime0x77e7dce7107 (0x6b)
ContinueDebugEvent0x77e67749106 (0x6a)
ConsoleMenuControl0x77e8ca63105 (0x69)
ConnectNamedPipe0x77e12d5f104 (0x68)
CompareStringW0x77e2a01a103 (0x67)
CompareStringOrdinal0x77e253ca102 (0x66)
CompareStringEx0x77e41110101 (0x65)
CompareStringA0x77e216b4100 (0x64)
CompareFileTime0x77e3617e99 (0x63)
CompareCalendarDates0x77e7dd8198 (0x62)
CommConfigDialogW0x77e72e3d97 (0x61)
CommConfigDialogA0x77e72f5196 (0x60)
CmdBatNotification0x77e2856a95 (0x5f)
CloseThreadpoolWorkNTDLL.TpReleaseWork94 (0x5e)
CloseThreadpoolWaitNTDLL.TpReleaseWait93 (0x5d)
CloseThreadpoolTimerNTDLL.TpReleaseTimer92 (0x5c)
CloseThreadpoolIoNTDLL.TpRelease
IoCompletion
91 (0x5b)
CloseThreadpoolCleanupGroupMembersNTDLL.TpReleaseCleanup
GroupMembers
90 (0x5a)
CloseThreadpoolCleanupGroupNTDLL.TpRelease
CleanupGroup
89 (0x59)
CloseThreadpoolNTDLL.TpReleasePool88 (0x58)
CloseProfileUserMapping0x77e66e1387 (0x57)
ClosePrivateNamespace0x77e13fea86 (0x56)
CloseHandle0x77e2e86885 (0x55)
CloseConsoleHandle0x77e3c5c984 (0x54)
ClearCommError0x77e71b6383 (0x53)
ClearCommBreak0x77e7334982 (0x52)
CheckRemoteDebuggerPresent0x77e14ffb81 (0x51)
CheckNameLegalDOS8Dot3W0x77e6e7a480 (0x50)
CheckNameLegalDOS8Dot3A0x77e6ec0179 (0x4f)
CheckForReadOnlyResource0x77e403b678 (0x4e)
CheckElevationEnabled0x77e3018b77 (0x4d)
CheckElevation0x77e492bf76 (0x4c)
ChangeTimerQueueTimer0x77e15b1a75 (0x4b)
CancelWaitableTimer0x77e26a2274 (0x4a)
CancelTimerQueueTimer0x77e781dd73 (0x49)
CancelThreadpoolIoNTDLL.TpCancel
AsyncIoOperation
72 (0x48)
CancelSynchronousIo0x77e6a58971 (0x47)
CancelIoEx0x77e2403370 (0x46)
CancelIo0x77e412be69 (0x45)
CancelDeviceWakeupRequest0x77e6ed8a68 (0x44)
CallNamedPipeW0x77e6dec866 (0x42)
CallNamedPipeA0x77e6e31465 (0x41)
CallbackMayRunLong0x77e191b167 (0x43)
BuildCommDCBW0x77e7706f64 (0x40)
BuildCommDCBAndTimeoutsW0x77e7701563 (0x3f)
BuildCommDCBAndTimeoutsA0x77e76faf62 (0x3e)
BuildCommDCBA0x77e76fe261 (0x3d)
BindIoCompletionCallback0x77e4166a60 (0x3c)
BeginUpdateResourceW0x77e7d7ec59 (0x3b)
BeginUpdateResourceA0x77e7d9b958 (0x3a)
Beep0x77e64a7157 (0x39)
BaseVerifyUnicodeString0x77e8a3e947 (0x2f)
BaseUpdateAppcompatCache0x77e49e8746 (0x2e)
BaseThreadInitThunk0x77e2ed5a1 (0x1)
BaseSetLastNTError0x77e2f79045 (0x2d)
BaseQueryModuleData0x77e49ea144 (0x2c)
BasepMapModuleHandle0x77e2a31a56 (0x38)
BasepFreeAppCompatData0x77e3271755 (0x37)
BasepFreeActivationContextActivationBlock0x77e8a5c354 (0x36)
BasepCheckWinSaferRestrictions0x77e31a8b53 (0x35)
BasepCheckBadapp0x77e3282b52 (0x34)
BasepCheckAppCompat0x77e4912651 (0x33)
BasepAnsiStringToDynamicUnicodeString0x77e8a39450 (0x32)
BasepAllocateActivationContextActivationBlock0x77e8a44d49 (0x31)
Basep8BitStringToDynamicUnicodeString0x77e2c4a548 (0x30)
BaseIsAppcompatInfrastructureDisabled0x77e3215643 (0x2b)
BaseInitAppcompatCacheSupport0x77e11c0a42 (0x2a)
BaseGetNamedObjectDirectory0x77e1594141 (0x29)
BaseGenerateAppCompatData0x77e334bb40 (0x28)
BaseFormatTimeOut0x77e1856839 (0x27)
BaseFormatObjectAttributes0x77e3077138 (0x26)
BaseFlushAppcompatCache0x77e77a5a37 (0x25)
BaseDumpAppcompatCache0x77e77a4a36 (0x24)
BaseDllReadWriteIniFile0x77e1cdab35 (0x23)
BaseCleanupAppcompatCacheSupport0x77e77a2734 (0x22)
BaseCheckRunApp0x77e1ec9033 (0x21)
BaseCheckAppcompatCacheEx0x77e3218b32 (0x20)
BaseCheckAppcompatCache0x77e77a7d31 (0x1f)
BackupWrite0x77e647a830 (0x1e)
BackupSeek0x77e6307629 (0x1d)
BackupRead0x77e640ee28 (0x1c)
AttachConsole0x77e8c74b27 (0x1b)
AssignProcessToJobObject0x77e15ace26 (0x1a)
AreFileApisANSI0x77e6fac925 (0x19)
ApplicationRecoveryInProgress0x77e77c0824 (0x18)
ApplicationRecoveryFinished0x77e77bf823 (0x17)
AllocConsole0x77e8c67d20 (0x14)
AllocateUserPhysicalPagesNuma0x77e77fd122 (0x16)
AllocateUserPhysicalPages0x77e77fa321 (0x15)
AdjustCalendarDate0x77e3e83819 (0x13)
AddVectoredExceptionHandlerNTDLL.RtlAddVectored
ExceptionHandler
18 (0x12)
AddVectoredContinueHandlerNTDLL.RtlAddVectored
ContinueHandler
17 (0x11)
AddSIDToBoundaryDescriptor0x77e1666d15 (0xf)
AddSecureMemoryCacheCallback0x77e6d16a16 (0x10)
AddRefActCtx0x77e1c5c714 (0xe)
AddLocalAlternateComputerNameW0x77e6668013 (0xd)
AddLocalAlternateComputerNameA0x77e6676b12 (0xc)
AddIntegrityLabelToBoundaryDescriptor0x77e6ff1411 (0xb)
AddDllDirectoryapi-ms-win-core-libraryloader-l
1-1-0.AddDllDirectory
10 (0xa)
AddConsoleAliasW0x77e8b5a29 (0x9)
AddConsoleAliasA0x77e8b60c8 (0x8)
AddAtomW0x77e22e957 (0x7)
AddAtomA0x77e173356 (0x6)
ActivateActCtx0x77e253655 (0x5)
AcquireSRWLockSharedNTDLL.RtlAcquireSRW
LockShared
4 (0x4)
AcquireSRWLockExclusiveNTDLL.RtlAcquireSRW
LockExclusive
3 (0x3)
_lwrite0x77e6d5051344 (0x540)
_lread0x77e1fab01343 (0x53f)
_lopen0x77e6d47e1342 (0x53e)
_llseek0x77e1fade1341 (0x53d)
_lcreat0x77e6d4d11340 (0x53c)
_lclose0x77e203891339 (0x53b)
_hwrite0x77e6d5051338 (0x53a)
_hread0x77e1fab01337 (0x539)

【NT.DLL 1982個】
NT.DLL(Function Name)Address Ordinal
RtlActivateActivationContextUnsafeFast0x77f12fed9 (0x9)
RtlDeactivateActivationContextUnsafeFast0x77f1306310 (0xa)
RtlInterlockedPushListSList0x77ef5acc11 (0xb)
RtlUlongByteSwap0x77ef5b5012 (0xc)
RtlUlonglongByteSwap0x77ef5b6013 (0xd)
RtlUshortByteSwap0x77ef5b4014 (0xe)
ExpInterlockedPopEntrySListEnd0x77ef5a8f15 (0xf)
ExpInterlockedPopEntrySListFault0x77ef5a8d16 (0x10)
ExpInterlockedPopEntrySListResume0x77ef5a6417 (0x11)
A_SHAFinal0x77ed50fe18 (0x12)
A_SHAInit0x77ed4ff819 (0x13)
A_SHAUpdate0x77ed504e20 (0x14)
AlpcAdjustCompletionListConcurrencyCount0x77f3b0cd21 (0x15)
AlpcFreeCompletionListMessage0x77f3b65d22 (0x16)
AlpcGetCompletionListLastMessageInformation0x77f68c0523 (0x17)
AlpcGetCompletionListMessageAttributes0x77f68bd124 (0x18)
AlpcGetHeaderSize0x77f1c6ab25 (0x19)
AlpcGetMessageAttribute0x77f1c67426 (0x1a)
AlpcGetMessageFromCompletionList0x77f3b4e627 (0x1b)
AlpcGetOutstandingCompletionListMessageCount0x77f3b7e328 (0x1c)
AlpcInitializeMessageAttribute0x77ed170429 (0x1d)
AlpcMaxAllowedMessageLength0x77ecb2fb30 (0x1e)
AlpcRegisterCompletionList0x77f3b0f131 (0x1f)
AlpcRegisterCompletionListWorkerThread0x77f3b70732 (0x20)
AlpcRundownCompletionList0x77f3b81e33 (0x21)
AlpcUnregisterCompletionList0x77f3b80234 (0x22)
AlpcUnregisterCompletionListWorkerThread0x77f3b41f35 (0x23)
CsrAllocateCaptureBuffer0x77f2e39836 (0x24)
CsrAllocateMessagePointer0x77f2e35237 (0x25)
CsrCaptureMessageBuffer0x77f3540838 (0x26)
CsrCaptureMessageMultiUnicodeStringsInPlace0x77f30f5239 (0x27)
CsrCaptureMessageString0x77f3101440 (0x28)
CsrCaptureTimeout0x77f5ea1d41 (0x29)
CsrClientCallServer0x77f1c77542 (0x2a)
CsrClientConnectToServer0x77f28b1b43 (0x2b)
CsrFreeCaptureBuffer0x77f2e42b44 (0x2c)
CsrGetProcessId0x77f5ea1245 (0x2d)
CsrIdentifyAlertableThread0x77f5ea0a46 (0x2e)
CsrSetPriorityClass0x77f60dbc47 (0x2f)
CsrVerifyRegion0x77f5ea5048 (0x30)
DbgBreakPoint0x77ef40f049 (0x31)
DbgPrint0x77edf59350 (0x32)
DbgPrintEx0x77ee1a3651 (0x33)
DbgPrintReturnControlC0x77f68cf152 (0x34)
DbgPrompt0x77f68c2c53 (0x35)
DbgQueryDebugFilterState0x77f68c7254 (0x36)
DbgSetDebugFilterState0x77f68c8255 (0x37)
DbgUiConnectToDbg0x77f5f03656 (0x38)
DbgUiContinue0x77f5f0de57 (0x39)
DbgUiConvertStateChangeStructure0x77f5f20758 (0x3a)
DbgUiDebugActiveProcess0x77f5f1c559 (0x3b)
DbgUiGetThreadDebugObject0x77f5f08860 (0x3c)
DbgUiIssueRemoteBreakin0x77f5f17e61 (0x3d)
DbgUiRemoteBreakin0x77f5f12562 (0x3e)
DbgUiSetThreadDebugObject0x77f5f09a63 (0x3f)
DbgUiStopDebugging0x77f5f10364 (0x40)
DbgUiWaitStateChange0x77f5f0b765 (0x41)
DbgUserBreakPoint0x77ef40ec66 (0x42)
EtwCreateTraceInstanceId0x77f8eac667 (0x43)
EtwDeliverDataBlock0x77edb8f068 (0x44)
EtwEnumerateProcessRegGuids0x77f8ee0569 (0x45)
EtwEventActivityIdControl0x77ed27d770 (0x46)
EtwEventEnabled0x77ef206f71 (0x47)
EtwEventProviderEnabled0x77ecdd2272 (0x48)
EtwEventRegister0x77f25b0c73 (0x49)
EtwEventUnregister0x77f1d9dd74 (0x4a)
EtwEventWrite0x77eed59a75 (0x4b)
EtwEventWriteEndScenario0x77ec3a9376 (0x4c)
EtwEventWriteEx0x77f8ef0277 (0x4d)
EtwEventWriteFull0x77ecbce778 (0x4e)
EtwEventWriteNoRegistration0x77f382ad79 (0x4f)
EtwEventWriteStartScenario0x77ec3a3680 (0x50)
EtwEventWriteString0x77f8eb8881 (0x51)
EtwEventWriteTransfer0x77f39d5b82 (0x52)
EtwGetTraceEnableFlags0x77ee8b3583 (0x53)
EtwGetTraceEnableLevel0x77ee8aff84 (0x54)
EtwGetTraceLoggerHandle0x77ee8a9685 (0x55)
EtwLogTraceEvent0x77f39d9c86 (0x56)
EtwNotificationRegister0x77f259bb87 (0x57)
EtwNotificationUnregister0x77f1d94788 (0x58)
EtwProcessPrivateLoggerRequest0x77ec638c89 (0x59)
EtwRegisterSecurityProvider0x77ec1fe090 (0x5a)
EtwRegisterTraceGuidsA0x77ecfb7d91 (0x5b)
EtwRegisterTraceGuidsW0x77ee865a92 (0x5c)
EtwReplyNotification0x77f37bb493 (0x5d)
EtwSendNotification0x77edb86694 (0x5e)
EtwSetMark0x77f3b96795 (0x5f)
EtwTraceEventInstance0x77f8ef3596 (0x60)
EtwTraceMessage0x77eee3ff97 (0x61)
EtwTraceMessageVa0x77eee42398 (0x62)
EtwUnregisterTraceGuids0x77eeb06599 (0x63)
EtwWriteUMSecurityEvent0x77ecd57b100 (0x64)
EtwpCreateEtwThread0x77f91559101 (0x65)
EtwpGetCpuSpeed0x77ed8d8d102 (0x66)
EtwpNotificationThread0x77edf4c0103 (0x67)
EvtIntReportAuthzEventAndSourceAsync0x77f91c10104 (0x68)
EvtIntReportEventAndSourceAsync0x77ecbd17105 (0x69)
KiFastSystemCall0x77f070b0106 (0x6a)
KiFastSystemCallRet0x77f070b4107 (0x6b)
KiIntSystemCall0x77f070c0108 (0x6c)
KiRaiseUserExceptionDispatcher0x77f07058109 (0x6d)
KiUserApcDispatcher0x77f06f58110 (0x6e)
KiUserCallbackDispatcher0x77f06fc0111 (0x6f)
KiUserExceptionDispatcher0x77f07008112 (0x70)
LdrAccessResource0x77f23d84113 (0x71)
LdrAddLoadAsDataTable0x77f31b91114 (0x72)
LdrAddRefDll0x77f307ca115 (0x73)
LdrDisableThreadCalloutsForDll0x77f1a205116 (0x74)
LdrEnumResources0x77f692ca117 (0x75)
LdrEnumerateLoadedModules0x77f28c80118 (0x76)
LdrFindEntryForAddress0x77f2a27f119 (0x77)
LdrFindResourceDirectory_U0x77f6958f120 (0x78)
LdrFindResourceEx_U0x77f2c2d9121 (0x79)
LdrFindResource_U0x77f2e201122 (0x7a)
LdrFlushAlternateResourceModules0x77ec3ed6123 (0x7b)
LdrGetDllHandle0x77f18af8124 (0x7c)
LdrGetDllHandleByMapping0x77f31d04125 (0x7d)
LdrGetDllHandleByName0x77f30abd126 (0x7e)
LdrGetDllHandleEx0x77f18b19127 (0x7f)
LdrGetFailureData0x77f5feb8128 (0x80)
LdrGetFileNameFromLoadAsDataTable0x77f68e3a129 (0x81)
LdrGetProcedureAddress0x77f2228d130 (0x82)
LdrGetProcedureAddressEx0x77f1f881131 (0x83)
LdrHotPatchRoutine0x77f5f4f0132 (0x84)
LdrInitShimEngineDynamic0x77f37119133 (0x85)
LdrInitializeThunk0x77f23653134 (0x86)
LdrLoadAlternateResourceModule0x77eeba9c135 (0x87)
LdrLoadAlternateResourceModuleEx0x77f291a1136 (0x88)
LdrLoadDll0x77f222b8137 (0x89)
LdrLockLoaderLock0x77f20076138 (0x8a)
LdrOpenImageFileOptionsKey0x77ee7b82139 (0x8b)
LdrProcessRelocationBlock0x77ec2f1d140 (0x8c)
LdrQueryImageFileExecutionOptions0x77f2ce51141 (0x8d)
LdrQueryImageFileExecutionOptionsEx0x77f2ce78142 (0x8e)
LdrQueryImageFileKeyOption0x77f25fa2143 (0x8f)
LdrQueryModuleServiceTags0x77f5fdf2144 (0x90)
LdrQueryProcessModuleInformation0x77f5fdd2145 (0x91)
LdrRegisterDllNotification0x77f39c6e146 (0x92)
LdrRemoveLoadAsDataTable0x77f31e76147 (0x93)
LdrResFindResource0x77ee1651148 (0x94)
LdrResFindResourceDirectory0x77f2d6b1149 (0x95)
LdrResGetRCConfig0x77ee98a4150 (0x96)
LdrResRelease0x77f69fff151 (0x97)
LdrResSearchResource0x77f2d3d7152 (0x98)
LdrRscIsTypeExist0x77f21d51153 (0x99)
LdrSetAppCompatDllRedirectionCallback0x77f5e7ea154 (0x9a)
LdrSetDllManifestProber0x77f28f38155 (0x9b)
LdrSetMUICacheType0x77f6953b156 (0x9c)
LdrShutdownProcess0x77f1e3b2157 (0x9d)
LdrShutdownThread0x77eef658158 (0x9e)
LdrUnloadAlternateResourceModule0x77f2eb28159 (0x9f)
LdrUnloadAlternateResourceModuleEx0x77f2eb40160 (0xa0)
LdrUnloadDll0x77f1c8de161 (0xa1)
LdrUnlockLoaderLock0x77f2011d162 (0xa2)
LdrUnregisterDllNotification0x77f39ea2163 (0xa3)
LdrVerifyImageMatchesChecksum0x77f5fec3164 (0xa4)
LdrVerifyImageMatchesChecksumEx0x77f5f986165 (0xa5)
LdrpResGetMappingSize0x77f2d59e166 (0xa6)
LdrpResGetResourceDirectory0x77f2d233167 (0xa7)
MD4Final0x77f8ea23168 (0xa8)
MD4Init0x77f8e8d6169 (0xa9)
MD4Update0x77f8e90a170 (0xaa)
MD5Final0x77ec9e10171 (0xab)
MD5Init0x77ec9dd6172 (0xac)
MD5Update0x77ec9e9e173 (0xad)
NlsAnsiCodePage0x77f97150174 (0xae)
NlsMbCodePageTag0x77f9cc41175 (0xaf)
NlsMbOemCodePageTag0x77f9cc42176 (0xb0)
NtAcceptConnectPort0x77f051a8177 (0xb1)
NtAccessCheck0x77f051b8178 (0xb2)
NtAccessCheckAndAuditAlarm0x77f051c8179 (0xb3)
NtAccessCheckByType0x77f051d8180 (0xb4)
NtAccessCheckByTypeAndAuditAlarm0x77f051e8181 (0xb5)
NtAccessCheckByTypeResultList0x77f051f8182 (0xb6)
NtAccessCheckByTypeResultListAndAuditAlarm0x77f05208183 (0xb7)
NtAccessCheckByTypeResultListAndAuditAlarmByHandle0x77f05218184 (0xb8)
NtAddAtom0x77f05228185 (0xb9)
NtAddBootEntry0x77f05238186 (0xba)
NtAddDriverEntry0x77f05248187 (0xbb)
NtAdjustGroupsToken0x77f05258188 (0xbc)
NtAdjustPrivilegesToken0x77f05268189 (0xbd)
NtAlertResumeThread0x77f05278190 (0xbe)
NtAlertThread0x77f05288191 (0xbf)
NtAllocateLocallyUniqueId0x77f05298192 (0xc0)
NtAllocateReserveObject0x77f052a8193 (0xc1)
NtAllocateUserPhysicalPages0x77f052b8194 (0xc2)
NtAllocateUuids0x77f052c8195 (0xc3)
NtAllocateVirtualMemory0x77f052d8196 (0xc4)
NtAlpcAcceptConnectPort0x77f052e8197 (0xc5)
NtAlpcCancelMessage0x77f052f8198 (0xc6)
NtAlpcConnectPort0x77f05308199 (0xc7)
NtAlpcCreatePort0x77f05318200 (0xc8)
NtAlpcCreatePortSection0x77f05328201 (0xc9)
NtAlpcCreateResourceReserve0x77f05338202 (0xca)
NtAlpcCreateSectionView0x77f05348203 (0xcb)
NtAlpcCreateSecurityContext0x77f05358204 (0xcc)
NtAlpcDeletePortSection0x77f05368205 (0xcd)
NtAlpcDeleteResourceReserve0x77f05378206 (0xce)
NtAlpcDeleteSectionView0x77f05388207 (0xcf)
NtAlpcDeleteSecurityContext0x77f05398208 (0xd0)
NtAlpcDisconnectPort0x77f053a8209 (0xd1)
NtAlpcImpersonateClientOfPort0x77f053b8210 (0xd2)
NtAlpcOpenSenderProcess0x77f053c8211 (0xd3)
NtAlpcOpenSenderThread0x77f053d8212 (0xd4)
NtAlpcQueryInformation0x77f053e8213 (0xd5)
NtAlpcQueryInformationMessage0x77f053f8214 (0xd6)
NtAlpcRevokeSecurityContext0x77f05408215 (0xd7)
NtAlpcSendWaitReceivePort0x77f05418216 (0xd8)
NtAlpcSetInformation0x77f05428217 (0xd9)
NtApphelpCacheControl0x77f05438218 (0xda)
NtAreMappedFilesTheSame0x77f05448219 (0xdb)
NtAssignProcessToJobObject0x77f05458220 (0xdc)
NtCallbackReturn0x77f05468221 (0xdd)
NtCancelIoFile0x77f05478222 (0xde)
NtCancelIoFileEx0x77f05488223 (0xdf)
NtCancelSynchronousIoFile0x77f05498224 (0xe0)
NtCancelTimer0x77f054a8225 (0xe1)
NtClearEvent0x77f054b8226 (0xe2)
NtClose0x77f054c8227 (0xe3)
NtCloseObjectAuditAlarm0x77f054d8228 (0xe4)
NtCommitComplete0x77f054e8229 (0xe5)
NtCommitEnlistment0x77f054f8230 (0xe6)
NtCommitTransaction0x77f05508231 (0xe7)
NtCompactKeys0x77f05518232 (0xe8)
NtCompareTokens0x77f05528233 (0xe9)
NtCompleteConnectPort0x77f05538234 (0xea)
NtCompressKey0x77f05548235 (0xeb)
NtConnectPort0x77f05558236 (0xec)
NtContinue0x77f05568237 (0xed)
NtCreateDebugObject0x77f05578238 (0xee)
NtCreateDirectoryObject0x77f05588239 (0xef)
NtCreateEnlistment0x77f05598240 (0xf0)
NtCreateEvent0x77f055a8241 (0xf1)
NtCreateEventPair0x77f055b8242 (0xf2)
NtCreateFile0x77f055c8243 (0xf3)
NtCreateIoCompletion0x77f055d8244 (0xf4)
NtCreateJobObject0x77f055e8245 (0xf5)
NtCreateJobSet0x77f055f8246 (0xf6)
NtCreateKey0x77f05608247 (0xf7)
NtCreateKeyTransacted0x77f05628248 (0xf8)
NtCreateKeyedEvent0x77f05618249 (0xf9)
NtCreateMailslotFile0x77f05638250 (0xfa)
NtCreateMutant0x77f05648251 (0xfb)
NtCreateNamedPipeFile0x77f05658252 (0xfc)
NtCreatePagingFile0x77f05668253 (0xfd)
NtCreatePort0x77f05678254 (0xfe)
NtCreatePrivateNamespace0x77f05688255 (0xff)
NtCreateProcess0x77f05698256 (0x100)
NtCreateProcessEx0x77f056a8257 (0x101)
NtCreateProfile0x77f056b8258 (0x102)
NtCreateProfileEx0x77f056c8259 (0x103)
NtCreateResourceManager0x77f056d8260 (0x104)
NtCreateSection0x77f056e8261 (0x105)
NtCreateSemaphore0x77f056f8262 (0x106)
NtCreateSymbolicLinkObject0x77f05708263 (0x107)
NtCreateThread0x77f05718264 (0x108)
NtCreateThreadEx0x77f05728265 (0x109)
NtCreateTimer0x77f05738266 (0x10a)
NtCreateToken0x77f05748267 (0x10b)
NtCreateTransaction0x77f05758268 (0x10c)
NtCreateTransactionManager0x77f05768269 (0x10d)
NtCreateUserProcess0x77f05778270 (0x10e)
NtCreateWaitablePort0x77f05788271 (0x10f)
NtCreateWorkerFactory0x77f05798272 (0x110)
NtCurrentTeb0x77f5e785273 (0x111)
NtDebugActiveProcess0x77f057a8274 (0x112)
NtDebugContinue0x77f057b8275 (0x113)
NtDelayExecution0x77f057c8276 (0x114)
NtDeleteAtom0x77f057d8277 (0x115)
NtDeleteBootEntry0x77f057e8278 (0x116)
NtDeleteDriverEntry0x77f057f8279 (0x117)
NtDeleteFile0x77f05808280 (0x118)
NtDeleteKey0x77f05818281 (0x119)
NtDeleteObjectAuditAlarm0x77f05828282 (0x11a)
NtDeletePrivateNamespace0x77f05838283 (0x11b)
NtDeleteValueKey0x77f05848284 (0x11c)
NtDeviceIoControlFile0x77f05858285 (0x11d)
NtDisableLastKnownGood0x77f05868286 (0x11e)
NtDisplayString0x77f05878287 (0x11f)
NtDrawText0x77f05888288 (0x120)
NtDuplicateObject0x77f05898289 (0x121)
NtDuplicateToken0x77f058a8290 (0x122)
NtEnableLastKnownGood0x77f058b8291 (0x123)
NtEnumerateBootEntries0x77f058c8292 (0x124)
NtEnumerateDriverEntries0x77f058d8293 (0x125)
NtEnumerateKey0x77f058e8294 (0x126)
NtEnumerateSystemEnvironmentValuesEx0x77f058f8295 (0x127)
NtEnumerateTransactionObject0x77f05908296 (0x128)
NtEnumerateValueKey0x77f05918297 (0x129)
NtExtendSection0x77f05928298 (0x12a)
NtFilterToken0x77f05938299 (0x12b)
NtFindAtom0x77f05948300 (0x12c)
NtFlushBuffersFile0x77f05958301 (0x12d)
NtFlushInstallUILanguage0x77f05968302 (0x12e)
NtFlushInstructionCache0x77f05978303 (0x12f)
NtFlushKey0x77f05988304 (0x130)
NtFlushProcessWriteBuffers0x77f05998305 (0x131)
NtFlushVirtualMemory0x77f059a8306 (0x132)
NtFlushWriteBuffer0x77f059b8307 (0x133)
NtFreeUserPhysicalPages0x77f059c8308 (0x134)
NtFreeVirtualMemory0x77f059d8309 (0x135)
NtFreezeRegistry0x77f059e8310 (0x136)
NtFreezeTransactions0x77f059f8311 (0x137)
NtFsControlFile0x77f05a08312 (0x138)
NtGetContextThread0x77f05a18313 (0x139)
NtGetCurrentProcessorNumber0x77f05a28314 (0x13a)
NtGetDevicePowerState0x77f05a38315 (0x13b)
NtGetMUIRegistryInfo0x77f05a48316 (0x13c)
NtGetNextProcess0x77f05a58317 (0x13d)
NtGetNextThread0x77f05a68318 (0x13e)
NtGetNlsSectionPtr0x77f05a78319 (0x13f)
NtGetNotificationResourceManager0x77f05a88320 (0x140)
NtGetPlugPlayEvent0x77f05a98321 (0x141)
NtGetTickCount0x77f6b3de322 (0x142)
NtGetWriteWatch0x77f05aa8323 (0x143)
NtImpersonateAnonymousToken0x77f05ab8324 (0x144)
NtImpersonateClientOfPort0x77f05ac8325 (0x145)
NtImpersonateThread0x77f05ad8326 (0x146)
NtInitializeNlsFiles0x77f05ae8327 (0x147)
NtInitializeRegistry0x77f05af8328 (0x148)
NtInitiatePowerAction0x77f05b08329 (0x149)
NtIsProcessInJob0x77f05b18330 (0x14a)
NtIsSystemResumeAutomatic0x77f05b28331 (0x14b)
NtIsUILanguageComitted0x77f05b38332 (0x14c)
NtListenPort0x77f05b48333 (0x14d)
NtLoadDriver0x77f05b58334 (0x14e)
NtLoadKey20x77f05b78335 (0x14f)
NtLoadKey0x77f05b68336 (0x150)
NtLoadKeyEx0x77f05b88337 (0x151)
NtLockFile0x77f05b98338 (0x152)
NtLockProductActivationKeys0x77f05ba8339 (0x153)
NtLockRegistryKey0x77f05bb8340 (0x154)
NtLockVirtualMemory0x77f05bc8341 (0x155)
NtMakePermanentObject0x77f05bd8342 (0x156)
NtMakeTemporaryObject0x77f05be8343 (0x157)
NtMapCMFModule0x77f05bf8344 (0x158)
NtMapUserPhysicalPages0x77f05c08345 (0x159)
NtMapUserPhysicalPagesScatter0x77f05c18346 (0x15a)
NtMapViewOfSection0x77f05c28347 (0x15b)
NtModifyBootEntry0x77f05c38348 (0x15c)
NtModifyDriverEntry0x77f05c48349 (0x15d)
NtNotifyChangeDirectoryFile0x77f05c58350 (0x15e)
NtNotifyChangeKey0x77f05c68351 (0x15f)
NtNotifyChangeMultipleKeys0x77f05c78352 (0x160)
NtNotifyChangeSession0x77f05c88353 (0x161)
NtOpenDirectoryObject0x77f05c98354 (0x162)
NtOpenEnlistment0x77f05ca8355 (0x163)
NtOpenEvent0x77f05cb8356 (0x164)
NtOpenEventPair0x77f05cc8357 (0x165)
NtOpenFile0x77f05cd8358 (0x166)
NtOpenIoCompletion0x77f05ce8359 (0x167)
NtOpenJobObject0x77f05cf8360 (0x168)
NtOpenKey0x77f05d08361 (0x169)
NtOpenKeyEx0x77f05d18362 (0x16a)
NtOpenKeyTransacted0x77f05d38363 (0x16b)
NtOpenKeyTransactedEx0x77f05d48364 (0x16c)
NtOpenKeyedEvent0x77f05d28365 (0x16d)
NtOpenMutant0x77f05d58366 (0x16e)
NtOpenObjectAuditAlarm0x77f05d68367 (0x16f)
NtOpenPrivateNamespace0x77f05d78368 (0x170)
NtOpenProcess0x77f05d88369 (0x171)
NtOpenProcessToken0x77f05d98370 (0x172)
NtOpenProcessTokenEx0x77f05da8371 (0x173)
NtOpenResourceManager0x77f05db8372 (0x174)
NtOpenSection0x77f05dc8373 (0x175)
NtOpenSemaphore0x77f05dd8374 (0x176)
NtOpenSession0x77f05de8375 (0x177)
NtOpenSymbolicLinkObject0x77f05df8376 (0x178)
NtOpenThread0x77f05e08377 (0x179)
NtOpenThreadToken0x77f05e18378 (0x17a)
NtOpenThreadTokenEx0x77f05e28379 (0x17b)
NtOpenTimer0x77f05e38380 (0x17c)
NtOpenTransaction0x77f05e48381 (0x17d)
NtOpenTransactionManager0x77f05e58382 (0x17e)
NtPlugPlayControl0x77f05e68383 (0x17f)
NtPowerInformation0x77f05e78384 (0x180)
NtPrePrepareComplete0x77f05ea8385 (0x181)
NtPrePrepareEnlistment0x77f05eb8386 (0x182)
NtPrepareComplete0x77f05e88387 (0x183)
NtPrepareEnlistment0x77f05e98388 (0x184)
NtPrivilegeCheck0x77f05ec8389 (0x185)
NtPrivilegeObjectAuditAlarm0x77f05ee8390 (0x186)
NtPrivilegedServiceAuditAlarm0x77f05ed8391 (0x187)
NtPropagationComplete0x77f05ef8392 (0x188)
NtPropagationFailed0x77f05f08393 (0x189)
NtProtectVirtualMemory0x77f05f18394 (0x18a)
NtPulseEvent0x77f05f28395 (0x18b)
NtQueryAttributesFile0x77f05f38396 (0x18c)
NtQueryBootEntryOrder0x77f05f48397 (0x18d)
NtQueryBootOptions0x77f05f58398 (0x18e)
NtQueryDebugFilterState0x77f05f68399 (0x18f)
NtQueryDefaultLocale0x77f05f78400 (0x190)
NtQueryDefaultUILanguage0x77f05f88401 (0x191)
NtQueryDirectoryFile0x77f05f98402 (0x192)
NtQueryDirectoryObject0x77f05fa8403 (0x193)
NtQueryDriverEntryOrder0x77f05fb8404 (0x194)
NtQueryEaFile0x77f05fc8405 (0x195)
NtQueryEvent0x77f05fd8406 (0x196)
NtQueryFullAttributesFile0x77f05fe8407 (0x197)
NtQueryInformationAtom0x77f05ff8408 (0x198)
NtQueryInformationEnlistment0x77f06008409 (0x199)
NtQueryInformationFile0x77f06018410 (0x19a)
NtQueryInformationJobObject0x77f06028411 (0x19b)
NtQueryInformationPort0x77f06038412 (0x19c)
NtQueryInformationProcess0x77f06048413 (0x19d)
NtQueryInformationResourceManager0x77f06058414 (0x19e)
NtQueryInformationThread0x77f06068415 (0x19f)
NtQueryInformationToken0x77f06078416 (0x1a0)
NtQueryInformationTransaction0x77f06088417 (0x1a1)
NtQueryInformationTransactionManager0x77f06098418 (0x1a2)
NtQueryInformationWorkerFactory0x77f060a8419 (0x1a3)
NtQueryInstallUILanguage0x77f060b8420 (0x1a4)
NtQueryIntervalProfile0x77f060c8421 (0x1a5)
NtQueryIoCompletion0x77f060d8422 (0x1a6)
NtQueryKey0x77f060e8423 (0x1a7)
NtQueryLicenseValue0x77f060f8424 (0x1a8)
NtQueryMultipleValueKey0x77f06108425 (0x1a9)
NtQueryMutant0x77f06118426 (0x1aa)
NtQueryObject0x77f06128427 (0x1ab)
NtQueryOpenSubKeys0x77f06138428 (0x1ac)
NtQueryOpenSubKeysEx0x77f06148429 (0x1ad)
NtQueryPerformanceCounter0x77f06158430 (0x1ae)
NtQueryPortInformationProcess0x77f06168431 (0x1af)
NtQueryQuotaInformationFile0x77f06178432 (0x1b0)
NtQuerySection0x77f06188433 (0x1b1)
NtQuerySecurityAttributesToken0x77f06198434 (0x1b2)
NtQuerySecurityObject0x77f061a8435 (0x1b3)
NtQuerySemaphore0x77f061b8436 (0x1b4)
NtQuerySymbolicLinkObject0x77f061c8437 (0x1b5)
NtQuerySystemEnvironmentValue0x77f061d8438 (0x1b6)
NtQuerySystemEnvironmentValueEx0x77f061e8439 (0x1b7)
NtQuerySystemInformation0x77f061f8440 (0x1b8)
NtQuerySystemInformationEx0x77f06208441 (0x1b9)
NtQuerySystemTime0x77f06218442 (0x1ba)
NtQueryTimer0x77f06228443 (0x1bb)
NtQueryTimerResolution0x77f06238444 (0x1bc)
NtQueryValueKey0x77f06248445 (0x1bd)
NtQueryVirtualMemory0x77f06258446 (0x1be)
NtQueryVolumeInformationFile0x77f06268447 (0x1bf)
NtQueueApcThread0x77f06278448 (0x1c0)
NtQueueApcThreadEx0x77f06288449 (0x1c1)
NtRaiseException0x77f06298450 (0x1c2)
NtRaiseHardError0x77f062a8451 (0x1c3)
NtReadFile0x77f062b8452 (0x1c4)
NtReadFileScatter0x77f062c8453 (0x1c5)
NtReadOnlyEnlistment0x77f062d8454 (0x1c6)
NtReadRequestData0x77f062e8455 (0x1c7)
NtReadVirtualMemory0x77f062f8456 (0x1c8)
NtRecoverEnlistment0x77f06308457 (0x1c9)
NtRecoverResourceManager0x77f06318458 (0x1ca)
NtRecoverTransactionManager0x77f06328459 (0x1cb)
NtRegisterProtocolAddressInformation0x77f06338460 (0x1cc)
NtRegisterThreadTerminatePort0x77f06348461 (0x1cd)
NtReleaseKeyedEvent0x77f06358462 (0x1ce)
NtReleaseMutant0x77f06368463 (0x1cf)
NtReleaseSemaphore0x77f06378464 (0x1d0)
NtReleaseWorkerFactoryWorker0x77f06388465 (0x1d1)
NtRemoveIoCompletion0x77f06398466 (0x1d2)
NtRemoveIoCompletionEx0x77f063a8467 (0x1d3)
NtRemoveProcessDebug0x77f063b8468 (0x1d4)
NtRenameKey0x77f063c8469 (0x1d5)
NtRenameTransactionManager0x77f063d8470 (0x1d6)
NtReplaceKey0x77f063e8471 (0x1d7)
NtReplacePartitionUnit0x77f063f8472 (0x1d8)
NtReplyPort0x77f06408473 (0x1d9)
NtReplyWaitReceivePort0x77f06418474 (0x1da)
NtReplyWaitReceivePortEx0x77f06428475 (0x1db)
NtReplyWaitReplyPort0x77f06438476 (0x1dc)
NtRequestPort0x77f06448477 (0x1dd)
NtRequestWaitReplyPort0x77f06458478 (0x1de)
NtResetEvent0x77f06468479 (0x1df)
NtResetWriteWatch0x77f06478480 (0x1e0)
NtRestoreKey0x77f06488481 (0x1e1)
NtResumeProcess0x77f06498482 (0x1e2)
NtResumeThread0x77f064a8483 (0x1e3)
NtRollbackComplete0x77f064b8484 (0x1e4)
NtRollbackEnlistment0x77f064c8485 (0x1e5)
NtRollbackTransaction0x77f064d8486 (0x1e6)
NtRollforwardTransactionManager0x77f064e8487 (0x1e7)
NtSaveKey0x77f064f8488 (0x1e8)
NtSaveKeyEx0x77f06508489 (0x1e9)
NtSaveMergedKeys0x77f06518490 (0x1ea)
NtSecureConnectPort0x77f06528491 (0x1eb)
NtSerializeBoot0x77f06538492 (0x1ec)
NtSetBootEntryOrder0x77f06548493 (0x1ed)
NtSetBootOptions0x77f06558494 (0x1ee)
NtSetContextThread0x77f06568495 (0x1ef)
NtSetDebugFilterState0x77f06578496 (0x1f0)
NtSetDefaultHardErrorPort0x77f06588497 (0x1f1)
NtSetDefaultLocale0x77f06598498 (0x1f2)
NtSetDefaultUILanguage0x77f065a8499 (0x1f3)
NtSetDriverEntryOrder0x77f065b8500 (0x1f4)
NtSetEaFile0x77f065c8501 (0x1f5)
NtSetEvent0x77f065d8502 (0x1f6)
NtSetEventBoostPriority0x77f065e8503 (0x1f7)
NtSetHighEventPair0x77f065f8504 (0x1f8)
NtSetHighWaitLowEventPair0x77f06608505 (0x1f9)
NtSetInformationDebugObject0x77f06618506 (0x1fa)
NtSetInformationEnlistment0x77f06628507 (0x1fb)
NtSetInformationFile0x77f06638508 (0x1fc)
NtSetInformationJobObject0x77f06648509 (0x1fd)
NtSetInformationKey0x77f06658510 (0x1fe)
NtSetInformationObject0x77f06668511 (0x1ff)
NtSetInformationProcess0x77f06678512 (0x200)
NtSetInformationResourceManager0x77f06688513 (0x201)
NtSetInformationThread0x77f06698514 (0x202)
NtSetInformationToken0x77f066a8515 (0x203)
NtSetInformationTransaction0x77f066b8516 (0x204)
NtSetInformationTransactionManager0x77f066c8517 (0x205)
NtSetInformationWorkerFactory0x77f066d8518 (0x206)
NtSetIntervalProfile0x77f066e8519 (0x207)
NtSetIoCompletion0x77f066f8520 (0x208)
NtSetIoCompletionEx0x77f06708521 (0x209)
NtSetLdtEntries0x77f06718522 (0x20a)
NtSetLowEventPair0x77f06728523 (0x20b)
NtSetLowWaitHighEventPair0x77f06738524 (0x20c)
NtSetQuotaInformationFile0x77f06748525 (0x20d)
NtSetSecurityObject0x77f06758526 (0x20e)
NtSetSystemEnvironmentValue0x77f06768527 (0x20f)
NtSetSystemEnvironmentValueEx0x77f06778528 (0x210)
NtSetSystemInformation0x77f06788529 (0x211)
NtSetSystemPowerState0x77f06798530 (0x212)
NtSetSystemTime0x77f067a8531 (0x213)
NtSetThreadExecutionState0x77f067b8532 (0x214)
NtSetTimer0x77f067c8533 (0x215)
NtSetTimerEx0x77f067d8534 (0x216)
NtSetTimerResolution0x77f067e8535 (0x217)
NtSetUuidSeed0x77f067f8536 (0x218)
NtSetValueKey0x77f06808537 (0x219)
NtSetVolumeInformationFile0x77f06818538 (0x21a)
NtShutdownSystem0x77f06828539 (0x21b)
NtShutdownWorkerFactory0x77f06838540 (0x21c)
NtSignalAndWaitForSingleObject0x77f06848541 (0x21d)
NtSinglePhaseReject0x77f06858542 (0x21e)
NtStartProfile0x77f06868543 (0x21f)
NtStopProfile0x77f06878544 (0x220)
NtSuspendProcess0x77f06888545 (0x221)
NtSuspendThread0x77f06898546 (0x222)
NtSystemDebugControl0x77f068a8547 (0x223)
NtTerminateJobObject0x77f068b8548 (0x224)
NtTerminateProcess0x77f068c8549 (0x225)
NtTerminateThread0x77f068d8550 (0x226)
NtTestAlert0x77f068e8551 (0x227)
NtThawRegistry0x77f068f8552 (0x228)
NtThawTransactions0x77f06908553 (0x229)
NtTraceControl0x77f06918554 (0x22a)
NtTraceEvent0x77f06928555 (0x22b)
NtTranslateFilePath0x77f06938556 (0x22c)
NtUmsThreadYield0x77f06948557 (0x22d)
NtUnloadDriver0x77f06958558 (0x22e)
NtUnloadKey20x77f06978559 (0x22f)
NtUnloadKey0x77f06968560 (0x230)
NtUnloadKeyEx0x77f06988561 (0x231)
NtUnlockFile0x77f06998562 (0x232)
NtUnlockVirtualMemory0x77f069a8563 (0x233)
NtUnmapViewOfSection0x77f069b8564 (0x234)
NtVdmControl0x77f069c8565 (0x235)
NtWaitForDebugEvent0x77f069d8566 (0x236)
NtWaitForKeyedEvent0x77f069e8567 (0x237)
NtWaitForMultipleObjects320x77f06a08568 (0x238)
NtWaitForMultipleObjects0x77f069f8569 (0x239)
NtWaitForSingleObject0x77f06a18570 (0x23a)
NtWaitForWorkViaWorkerFactory0x77f06a28571 (0x23b)
NtWaitHighEventPair0x77f06a38572 (0x23c)
NtWaitLowEventPair0x77f06a48573 (0x23d)
NtWorkerFactoryWorkerReady0x77f06a58574 (0x23e)
NtWriteFile0x77f06a68575 (0x23f)
NtWriteFileGather0x77f06a78576 (0x240)
NtWriteRequestData0x77f06a88577 (0x241)
NtWriteVirtualMemory0x77f06a98578 (0x242)
NtYieldExecution0x77f06aa8579 (0x243)
NtdllDefWindowProc_A0x77f6389f580 (0x244)
NtdllDefWindowProc_W0x77f638aa581 (0x245)
NtdllDialogWndProc_A0x77f6390d582 (0x246)
NtdllDialogWndProc_W0x77f63918583 (0x247)
PfxFindPrefix0x77f6b764584 (0x248)
PfxInitialize0x77f6b417585 (0x249)
PfxInsertPrefix0x77f6b671586 (0x24a)
PfxRemovePrefix0x77f6b439587 (0x24b)
RtlAbortRXact0x77ecc328588 (0x24c)
RtlAbsoluteToSelfRelativeSD0x77ee3c92589 (0x24d)
RtlAcquirePebLock0x77f18ae1590 (0x24e)
RtlAcquirePrivilege0x77ed07da591 (0x24f)
RtlAcquireReleaseSRWLockExclusive0x77f65cf3592 (0x250)
RtlAcquireResourceExclusive0x77ee94d1593 (0x251)
RtlAcquireResourceShared0x77eea12c594 (0x252)
RtlAcquireSRWLockExclusive0x77f1334e595 (0x253)
RtlAcquireSRWLockShared0x77f1338e596 (0x254)
RtlActivateActivationContext0x77eeaabf597 (0x255)
RtlActivateActivationContextEx0x77eea940598 (0x256)
RtlAddAccessAllowedAce0x77f25f43599 (0x257)
RtlAddAccessAllowedAceEx0x77ee6f97600 (0x258)
RtlAddAccessAllowedObjectAce0x77f6d39d601 (0x259)
RtlAddAccessDeniedAce0x77ec622c602 (0x25a)
RtlAddAccessDeniedAceEx0x77ec8afb603 (0x25b)
RtlAddAccessDeniedObjectAce0x77f6d3ea604 (0x25c)
RtlAddAce0x77ecb427605 (0x25d)
RtlAddActionToRXact0x77ecad71606 (0x25e)
RtlAddAtomToAtomTable0x77ee4360607 (0x25f)
RtlAddAttributeActionToRXact0x77ecac45608 (0x260)
RtlAddAuditAccessAce0x77ec219e609 (0x261)
RtlAddAuditAccessAceEx0x77ec568e610 (0x262)
RtlAddAuditAccessObjectAce0x77f6d438611 (0x263)
RtlAddCompoundAce0x77f6d158612 (0x264)
RtlAddIntegrityLabelToBoundaryDescriptor0x77f6d6d4613 (0x265)
RtlAddMandatoryAce0x77edddbd614 (0x266)
RtlAddRefActivationContext0x77f19968615 (0x267)
RtlAddRefMemoryStream0x77f2847c616 (0x268)
RtlAddSIDToBoundaryDescriptor0x77ed53d8617 (0x269)
RtlAddVectoredContinueHandler0x77ee54f5618 (0x26a)
RtlAddVectoredExceptionHandler0x77ecf774619 (0x26b)
RtlAddressInSectionTable0x77f29063620 (0x26c)
RtlAdjustPrivilege0x77ecbc3a621 (0x26d)
RtlAllocateActivationContextStack0x77f23521622 (0x26e)
RtlAllocateAndInitializeSid0x77f22370623 (0x26f)
RtlAllocateHandle0x77f3301f624 (0x270)
RtlAllocateHeap0x77f12dd6625 (0x271)
RtlAllocateMemoryBlockLookaside0x77f96050626 (0x272)
RtlAllocateMemoryZone0x77f960d6627 (0x273)
RtlAnsiCharToUnicodeChar0x77f2c31b628 (0x274)
RtlAnsiStringToUnicodeSize0x77f6e45d629 (0x275)
RtlAnsiStringToUnicodeString0x77f1572f630 (0x276)
RtlAppendAsciizToString0x77f6e7d1631 (0x277)
RtlAppendPathElement0x77ec5508632 (0x278)
RtlAppendStringToString0x77f6e831633 (0x279)
RtlAppendUnicodeStringToString0x77f172be634 (0x27a)
RtlAppendUnicodeToString0x77f1eed2635 (0x27b)
RtlApplicationVerifierStop0x77f654f8636 (0x27c)
RtlApplyRXact0x77ecaebd637 (0x27d)
RtlApplyRXactNoFlush0x77f3577e638 (0x27e)
RtlAreAllAccessesGranted0x77ecedc6639 (0x27f)
RtlAreAnyAccessesGranted0x77f6b8f5640 (0x280)
RtlAreBitsClear0x77f6efe6641 (0x281)
RtlAreBitsSet0x77f1d7fd642 (0x282)
RtlAssert0x77f6f31b643 (0x283)
RtlBarrier0x77f6f41e644 (0x284)
RtlBarrierForDelete0x77f6f530645 (0x285)
RtlCancelTimer0x77f92b9d646 (0x286)
RtlCaptureContext0x77f0722b647 (0x287)
RtlCaptureStackBackTrace0x77ee4f88648 (0x288)
RtlCaptureStackContext0x77f6f7f2649 (0x289)
RtlCharToInteger0x77edc4b8650 (0x28a)
RtlCheckForOrphanedCriticalSections0x77edffff651 (0x28b)
RtlCheckRegistryKey0x77ec37f8652 (0x28c)
RtlCleanUpTEBLangLists0x77eef787653 (0x28d)
RtlClearAllBits0x77ecede2654 (0x28e)
RtlClearBits0x77f1d428655 (0x28f)
RtlCloneMemoryStream0x77f60df8656 (0x290)
RtlCloneUserProcess0x77f696ea657 (0x291)
RtlCmDecodeMemIoResource0x77f72fd1658 (0x292)
RtlCmEncodeMemIoResource0x77f72ddd659 (0x293)
RtlCommitDebugInfo0x77f6229d660 (0x294)
RtlCommitMemoryStream0x77f60df8661 (0x295)
RtlCompactHeap0x77ed0eb2662 (0x296)
RtlCompareAltitudes0x77f750ba663 (0x297)
RtlCompareMemory0x77ef5b80664 (0x298)
RtlCompareMemoryUlong0x77ef5bd0665 (0x299)
RtlCompareString0x77ec2495666 (0x29a)
RtlCompareUnicodeString0x77f17445667 (0x29b)
RtlCompareUnicodeStrings0x77f173bb668 (0x29c)
RtlCompressBuffer0x77f75305669 (0x29d)
RtlComputeCrc320x77ecdd8a670 (0x29e)
RtlComputeImportTableHash0x77f68849671 (0x29f)
RtlComputePrivatizedDllName_U0x77f60b44672 (0x2a0)
RtlConnectToSm0x77ec363e673 (0x2a1)
RtlConsoleMultiByteToUnicodeN0x77f1e9c1674 (0x2a2)
RtlContractHashTable0x77ecd703675 (0x2a3)
RtlConvertExclusiveToShared0x77ec4d45676 (0x2a4)
RtlConvertLCIDToString0x77f70e6a677 (0x2a5)
RtlConvertLongToLargeInteger0x77ef617e678 (0x2a6)
RtlConvertSharedToExclusive0x77ecc2d9679 (0x2a7)
RtlConvertSidToUnicodeString0x77f2a618680 (0x2a8)
RtlConvertToAutoInheritSecurityObject0x77f61e65681 (0x2a9)
RtlConvertUiListToApiList0x77f61f10682 (0x2aa)
RtlConvertUlongToLargeInteger0x77ef6186683 (0x2ab)
RtlCopyContext0x77f75d33684 (0x2ac)
RtlCopyExtendedContext0x77f75d11685 (0x2ad)
RtlCopyLuid0x77eceda8686 (0x2ae)
RtlCopyLuidAndAttributesArray0x77f6b8c6687 (0x2af)
RtlCopyMappedMemory0x77ec5dbd688 (0x2b0)
RtlCopyMemoryStreamTo0x77f60e12689 (0x2b1)
RtlCopyOutOfProcessMemoryStreamTo0x77f60e12690 (0x2b2)
RtlCopySecurityDescriptor0x77ec6f78691 (0x2b3)
RtlCopySid0x77f1ee59692 (0x2b4)
RtlCopySidAndAttributesArray0x77f6b809693 (0x2b5)
RtlCopyString0x77ee169e694 (0x2b6)
RtlCopyUnicodeString0x77f1a906695 (0x2b7)
RtlCreateAcl0x77f2260f696 (0x2b8)
RtlCreateActivationContext0x77eeb228697 (0x2b9)
RtlCreateAndSetSD0x77ec46da698 (0x2ba)
RtlCreateAtomTable0x77eeb0f7699 (0x2bb)
RtlCreateBootStatusDataFile0x77f76121700 (0x2bc)
RtlCreateBoundaryDescriptor0x77ed5326701 (0x2bd)
RtlCreateEnvironment0x77ecbb67702 (0x2be)
RtlCreateEnvironmentEx0x77f313cd703 (0x2bf)
RtlCreateHashTable0x77ec52e3704 (0x2c0)
RtlCreateHeap0x77f2293e705 (0x2c1)
RtlCreateMemoryBlockLookaside0x77ec940d706 (0x2c2)
RtlCreateMemoryZone0x77ed19e1707 (0x2c3)
RtlCreateProcessParameters0x77f6988a708 (0x2c4)
RtlCreateProcessParametersEx0x77f26ee9709 (0x2c5)
RtlCreateProcessReflection0x77f61072710 (0x2c6)
RtlCreateQueryDebugBuffer0x77edd642711 (0x2c7)
RtlCreateRegistryKey0x77f6fbad712 (0x2c8)
RtlCreateSecurityDescriptor0x77f21333713 (0x2c9)
RtlCreateServiceSid0x77ed51ce714 (0x2ca)
RtlCreateSystemVolumeInformationFolder0x77f7673c715 (0x2cb)
RtlCreateTagHeap0x77f27dfd716 (0x2cc)
RtlCreateTimer0x77edbaff717 (0x2cd)
RtlCreateTimerQueue0x77edbccf718 (0x2ce)
RtlCreateUnicodeString0x77f26329719 (0x2cf)
RtlCreateUnicodeStringFromAsciiz0x77f26582720 (0x2d0)
RtlCreateUserProcess0x77ee6b71721 (0x2d1)
RtlCreateUserSecurityObject0x77ec4a4b722 (0x2d2)
RtlCreateUserStack0x77ecb657723 (0x2d3)
RtlCreateUserThread0x77ec9250724 (0x2d4)
RtlCreateVirtualAccountSid0x77ec2be2725 (0x2d5)
RtlCultureNameToLCID0x77f1af73726 (0x2d6)
RtlCustomCPToUnicodeN0x77f6a735727 (0x2d7)
RtlCutoverTimeToSystemTime0x77ed7f46728 (0x2d8)
RtlDeCommitDebugInfo0x77f622ad729 (0x2d9)
RtlDeNormalizeProcessParams0x77f695b0730 (0x2da)
RtlDeactivateActivationContext0x77eead0d731 (0x2db)
RtlDebugPrintTimes0x77f92b7d732 (0x2dc)
RtlDecodePointer0x77f1cd10733 (0x2dd)
RtlDecodeSystemPointer0x77f2cd88734 (0x2de)
RtlDecompressBuffer0x77f7537d735 (0x2df)
RtlDecompressFragment0x77f753e5736 (0x2e0)
RtlDefaultNpAcl0x77f35d9b737 (0x2e1)
RtlDelete0x77f1ddac738 (0x2e2)
RtlDeleteAce0x77ee542e739 (0x2e3)
RtlDeleteAtomFromAtomTable0x77ee5b00740 (0x2e4)
RtlDeleteBarrier0x77f6f709741 (0x2e5)
RtlDeleteBoundaryDescriptor0x77f156d1742 (0x2e6)
RtlDeleteCriticalSection0x77f19ac5743 (0x2e7)
RtlDeleteElementGenericTable0x77f1dd50744 (0x2e8)
RtlDeleteElementGenericTableAvl0x77ecdc18745 (0x2e9)
RtlDeleteHashTable0x77f36e87746 (0x2ea)
RtlDeleteNoSplay0x77f76994747 (0x2eb)
RtlDeleteRegistryValue0x77f6fbe3748 (0x2ec)
RtlDeleteResource0x77eeb867749 (0x2ed)
RtlDeleteSecurityObject0x77eda5f0750 (0x2ee)
RtlDeleteTimer0x77edc392751 (0x2ef)
RtlDeleteTimerQueue0x77f92b85752 (0x2f0)
RtlDeleteTimerQueueEx0x77ec7722753 (0x2f1)
RtlDeregisterSecureMemoryCacheCallback0x77f76c4c754 (0x2f2)
RtlDeregisterWait0x77edb805755 (0x2f3)
RtlDeregisterWaitEx0x77edb6ce756 (0x2f4)
RtlDestroyAtomTable0x77f6d4cf757 (0x2f5)
RtlDestroyEnvironment0x77f317d6758 (0x2f6)
RtlDestroyHandleTable0x77f1e2d3759 (0x2f7)
RtlDestroyHeap0x77ee4d1e760 (0x2f8)
RtlDestroyMemoryBlockLookaside0x77ec9b4b761 (0x2f9)
RtlDestroyMemoryZone0x77ed1f2d762 (0x2fa)
RtlDestroyProcessParameters0x77f273b9763 (0x2fb)
RtlDestroyQueryDebugBuffer0x77edd733764 (0x2fc)
RtlDetectHeapLeaks0x77f1e1ed765 (0x2fd)
RtlDetermineDosPathNameType_U0x77f18677766 (0x2fe)
RtlDisableThreadProfiling0x77f5edb3767 (0x2ff)
RtlDllShutdownInProgress0x77f25eda768 (0x300)
RtlDnsHostNameToComputerName0x77ecd1dc769 (0x301)
RtlDoesFileExists_U0x77f32080770 (0x302)
RtlDosApplyFileIsolationRedirection_Ustr0x77f1768d771 (0x303)
RtlDosPathNameToNtPathName_U0x77f227e0772 (0x304)
RtlDosPathNameToNtPathName_U_WithStatus0x77f30e8f773 (0x305)
RtlDosPathNameToRelativeNtPathName_U0x77f1cd49774 (0x306)
RtlDosPathNameToRelativeNtPathName_U_WithStatus0x77f1a6a1775 (0x307)
RtlDosSearchPath_U0x77ee6e03776 (0x308)
RtlDosSearchPath_Ustr0x77f2dd3c777 (0x309)
RtlDowncaseUnicodeChar0x77f6e3db778 (0x30a)
RtlDowncaseUnicodeString0x77ee1032779 (0x30b)
RtlDumpResource0x77f6159f780 (0x30c)
RtlDuplicateUnicodeString0x77f32718781 (0x30d)
RtlEmptyAtomTable0x77f6d586782 (0x30e)
RtlEnableEarlyCriticalSectionEventCreation0x77f6161c783 (0x30f)
RtlEnableThreadProfiling0x77f5ece2784 (0x310)
RtlEncodePointer0x77f1a295785 (0x311)
RtlEncodeSystemPointer0x77f205e3786 (0x312)
RtlEndEnumerationHashTable0x77ecd394787 (0x313)
RtlEndWeakEnumerationHashTable0x77f75571788 (0x314)
RtlEnlargedIntegerMultiply0x77ef5f5c789 (0x315)
RtlEnlargedUnsignedDivide0x77ef5f74790 (0x316)
RtlEnlargedUnsignedMultiply0x77ef5f68791 (0x317)
RtlEnterCriticalSection0x77f077a0792 (0x318)
RtlEnumProcessHeaps0x77f73637793 (0x319)
RtlEnumerateEntryHashTable0x77ecc000794 (0x31a)
RtlEnumerateGenericTable0x77ecc1d9795 (0x31b)
RtlEnumerateGenericTableAvl0x77ec785b796 (0x31c)
RtlEnumerateGenericTableLikeADirectory0x77f76aff797 (0x31d)
RtlEnumerateGenericTableWithoutSplaying0x77f1325a798 (0x31e)
RtlEnumerateGenericTableWithoutSplayingAvl0x77ec7880799 (0x31f)
RtlEqualComputerName0x77ec2b28800 (0x320)
RtlEqualDomainName0x77eccffa801 (0x321)
RtlEqualLuid0x77f6b89d802 (0x322)
RtlEqualPrefixSid0x77eda649803 (0x323)
RtlEqualSid0x77f2e1d5804 (0x324)
RtlEqualString0x77edd88a805 (0x325)
RtlEqualUnicodeString0x77f15705806 (0x326)
RtlEraseUnicodeString0x77ec66f0807 (0x327)
RtlEthernetAddressToStringA0x77f778db808 (0x328)
RtlEthernetAddressToStringW0x77f7791e809 (0x329)
RtlEthernetStringToAddressA0x77f77b02810 (0x32a)
RtlEthernetStringToAddressW0x77f77c25811 (0x32b)
RtlExitUserProcess0x77f1e12b812 (0x32c)
RtlExitUserThread0x77eef611813 (0x32d)
RtlExpandEnvironmentStrings0x77f20def814 (0x32e)
RtlExpandEnvironmentStrings_U0x77f23032815 (0x32f)
RtlExpandHashTable0x77ec5419816 (0x330)
RtlExtendMemoryBlockLookaside0x77f6e27c817 (0x331)
RtlExtendMemoryZone0x77f6e2de818 (0x332)
RtlExtendedIntegerMultiply0x77ef6082819 (0x333)
RtlExtendedLargeIntegerDivide0x77ef5f94820 (0x334)
RtlExtendedMagicDivide0x77ef5ff2821 (0x335)
RtlFillMemory0x77ef5c00822 (0x336)
RtlFillMemoryUlong0x77ef5c70823 (0x337)
RtlFillMemoryUlonglong0x77ef5c40824 (0x338)
RtlFinalReleaseOutOfProcessMemoryStream0x77f60dc9825 (0x339)
RtlFindAceByType0x77ed95fa826 (0x33a)
RtlFindActivationContextSectionGuid0x77eee1fe827 (0x33b)
RtlFindActivationContextSectionString0x77f1759b828 (0x33c)
RtlFindCharInUnicodeString0x77f171a5829 (0x33d)
RtlFindClearBits0x77f25dcf830 (0x33e)
RtlFindClearBitsAndSet0x77f25d9c831 (0x33f)
RtlFindClearRuns0x77f6eb60832 (0x340)
RtlFindClosestEncodableLength0x77f7304c833 (0x341)
RtlFindLastBackwardRunClear0x77f6f200834 (0x342)
RtlFindLeastSignificantBit0x77ecda47835 (0x343)
RtlFindLongestRunClear0x77f6ee8d836 (0x344)
RtlFindMessage0x77eec155837 (0x345)
RtlFindMostSignificantBit0x77ecda94838 (0x346)
RtlFindNextForwardRunClear0x77f6f076839 (0x347)
RtlFindSetBits0x77f6e885840 (0x348)
RtlFindSetBitsAndClear0x77f6f2d0841 (0x349)
RtlFirstEntrySList0x77ef5af4842 (0x34a)
RtlFirstFreeAce0x77f212f8843 (0x34b)
RtlFlsAlloc0x77f261e7844 (0x34c)
RtlFlsFree0x77f1def4845 (0x34d)
RtlFlushSecureMemoryCache0x77f76d88846 (0x34e)
RtlFormatCurrentUserKeyPath0x77f2a806847 (0x34f)
RtlFormatMessage0x77f77d5b848 (0x350)
RtlFormatMessageEx0x77eec620849 (0x351)
RtlFreeActivationContextStack0x77eef5c8850 (0x352)
RtlFreeAnsiString0x77f13306851 (0x353)
RtlFreeHandle0x77f337bf852 (0x354)
RtlFreeHeap0x77f12c6a853 (0x355)
RtlFreeMemoryBlockLookaside0x77f96140854 (0x356)
RtlFreeOemString0x77ecced0855 (0x357)
RtlFreeSid0x77f2390c856 (0x358)
RtlFreeThreadActivationContextStack0x77eef7ff857 (0x359)
RtlFreeUnicodeString0x77f13306858 (0x35a)
RtlFreeUserStack0x77ecb819859 (0x35b)
RtlGUIDFromString0x77f331af860 (0x35c)
RtlGenerate8dot3Name0x77f78132861 (0x35d)
RtlGetAce0x77ee6ff0862 (0x35e)
RtlGetActiveActivationContext0x77f1feb9863 (0x35f)
RtlGetCallersAddress0x77f6f8f7864 (0x360)
RtlGetCompressionWorkSpaceSize0x77f7529b865 (0x361)
RtlGetControlSecurityDescriptor0x77ee3ea4866 (0x362)
RtlGetCriticalSectionRecursionCount0x77f13295867 (0x363)
RtlGetCurrentDirectory_U0x77f34f48868 (0x364)
RtlGetCurrentPeb0x77ef0241869 (0x365)
RtlGetCurrentProcessorNumber0x77ed28f6870 (0x366)
RtlGetCurrentProcessorNumberEx0x77f2ebd3871 (0x367)
RtlGetCurrentTransaction0x77f248bd872 (0x368)
RtlGetDaclSecurityDescriptor0x77ee255d873 (0x369)
RtlGetElementGenericTable0x77ecc114874 (0x36a)
RtlGetElementGenericTableAvl0x77f76a2d875 (0x36b)
RtlGetEnabledExtendedFeatures0x77f78537876 (0x36c)
RtlGetExtendedContextLength0x77f75f63877 (0x36d)
RtlGetExtendedFeaturesMask0x77f75fea878 (0x36e)
RtlGetFileMUIPath0x77ec83c3879 (0x36f)
RtlGetFrame0x77f5f3f6880 (0x370)
RtlGetFullPathName_U0x77f2725f881 (0x371)
RtlGetFullPathName_UEx0x77f25d1e882 (0x372)
RtlGetFullPathName_UstrEx0x77f2d707883 (0x373)
RtlGetGroupSecurityDescriptor0x77edf6a4884 (0x374)
RtlGetIntegerAtom0x77eeae89885 (0x375)
RtlGetLastNtStatus0x77f78556886 (0x376)
RtlGetLastWin32Error0x77f29aed887 (0x377)
RtlGetLengthWithoutLastFullDosOrNtPathElement0x77f311cb888 (0x378)
RtlGetLengthWithoutTrailingPathSeperators0x77ec4072889 (0x379)
RtlGetLocaleFileMappingAddress0x77f262ae890 (0x37a)
RtlGetLongestNtPathLength0x77edd87f891 (0x37b)
RtlGetNativeSystemInformation0x77f061f8892 (0x37c)
RtlGetNextEntryHashTable0x77ecd727893 (0x37d)
RtlGetNtGlobalFlags0x77f17363894 (0x37e)
RtlGetNtProductType0x77f265b9895 (0x37f)
RtlGetNtVersionNumbers0x77f28e52896 (0x380)
RtlGetOwnerSecurityDescriptor0x77edf65d897 (0x381)
RtlGetParentLocaleName0x77f1bcd1898 (0x382)
RtlGetProcessHeaps0x77f3abd1899 (0x383)
RtlGetProcessPreferredUILanguages0x77f70c31900 (0x384)
RtlGetProductInfo0x77ee1114901 (0x385)
RtlGetSaclSecurityDescriptor0x77ee6fbb902 (0x386)
RtlGetSecurityDescriptorRMControl0x77f6bcf0903 (0x387)
RtlGetSetBootStatusData0x77ec22dc904 (0x388)
RtlGetSystemPreferredUILanguages0x77ecb933905 (0x389)
RtlGetThreadErrorMode0x77f37f20906 (0x38a)
RtlGetThreadLangIdByIndex0x77f70284907 (0x38b)
RtlGetThreadPreferredUILanguages0x77f1943d908 (0x38c)
RtlGetUILanguageInfo0x77f36016909 (0x38d)
RtlGetUnloadEventTrace0x77f5f97b910 (0x38e)
RtlGetUnloadEventTraceEx0x77f381cd911 (0x38f)
RtlGetUserInfoHeap0x77eef0c4912 (0x390)
RtlGetUserPreferredUILanguages0x77f3b23c913 (0x391)
RtlGetVersion0x77f265e3914 (0x392)
RtlHashUnicodeString0x77f1d1e1915 (0x393)
RtlHeapTrkInitialize0x77f7988e916 (0x394)
RtlIdentifierAuthoritySid0x77eda5dc917 (0x395)
RtlIdnToAscii0x77ed2907918 (0x396)
RtlIdnToNameprepUnicode0x77f7a663919 (0x397)
RtlIdnToUnicode0x77f7a687920 (0x398)
RtlImageDirectoryEntryToData0x77f1f63e921 (0x399)
RtlImageNtHeader0x77f1fa29922 (0x39a)
RtlImageNtHeaderEx0x77f1f58d923 (0x39b)
RtlImageRvaToSection0x77f29095924 (0x39c)
RtlImageRvaToVa0x77f6d844925 (0x39d)
RtlImpersonateSelf0x77ecac2b926 (0x39e)
RtlImpersonateSelfEx0x77ecab6d927 (0x39f)
RtlInitAnsiString0x77ef4130928 (0x3a0)
RtlInitAnsiStringEx0x77f158b5929 (0x3a1)
RtlInitBarrier0x77f6f690930 (0x3a2)
RtlInitCodePageTable0x77f28043931 (0x3a3)
RtlInitEnumerationHashTable0x77ecd348932 (0x3a4)
RtlInitMemoryStream0x77f60dc9933 (0x3a5)
RtlInitNlsTables0x77f2820b934 (0x3a6)
RtlInitOutOfProcessMemoryStream0x77f60dc9935 (0x3a7)
RtlInitString0x77ef40f8936 (0x3a8)
RtlInitUnicodeString0x77ef4168937 (0x3a9)
RtlInitUnicodeStringEx0x77f16f0a938 (0x3aa)
RtlInitWeakEnumerationHashTable0x77f75551939 (0x3ab)
RtlInitializeAtomPackage0x77f2847c940 (0x3ac)
RtlInitializeBitMap0x77f25841941 (0x3ad)
RtlInitializeConditionVariable0x77f19981942 (0x3ae)
RtlInitializeContext0x77f7a828943 (0x3af)
RtlInitializeCriticalSection0x77f1a149944 (0x3b0)
RtlInitializeCriticalSectionAndSpinCount0x77f1ee8d945 (0x3b1)
RtlInitializeCriticalSectionEx0x77f16db9946 (0x3b2)
RtlInitializeExceptionChain0x77f23706947 (0x3b3)
RtlInitializeExtendedContext0x77f75e75948 (0x3b4)
RtlInitializeGenericTable0x77f266c8949 (0x3b5)
RtlInitializeGenericTableAvl0x77ec7812950 (0x3b6)
RtlInitializeHandleTable0x77f28d55951 (0x3b7)
RtlInitializeNtUserPfn0x77f63aca952 (0x3b8)
RtlInitializeRXact0x77ec201b953 (0x3b9)
RtlInitializeResource0x77ee9575954 (0x3ba)
RtlInitializeSListHead0x77f25eeb955 (0x3bb)
RtlInitializeSRWLock0x77f19981956 (0x3bc)
RtlInitializeSid0x77f26771957 (0x3bd)
RtlInsertElementGenericTable0x77f34ffc958 (0x3be)
RtlInsertElementGenericTableAvl0x77ecc3de959 (0x3bf)
RtlInsertElementGenericTableFull0x77f3502e960 (0x3c0)
RtlInsertElementGenericTableFullAvl0x77ed793c961 (0x3c1)
RtlInsertEntryHashTable0x77ecd2ed962 (0x3c2)
RtlInt64ToUnicodeString0x77f6fad6963 (0x3c3)
RtlIntegerToChar0x77f1a7c1964 (0x3c4)
RtlIntegerToUnicodeString0x77f1a879965 (0x3c5)
RtlInterlockedClearBitRun0x77edba92966 (0x3c6)
RtlInterlockedCompareExchange640x77ef5b1c967 (0x3c7)
RtlInterlockedFlushSList0x77f13129968 (0x3c8)
RtlInterlockedPopEntrySList0x77f168c7969 (0x3c9)
RtlInterlockedPushEntrySList0x77f1994f970 (0x3ca)
RtlInterlockedSetBitRun0x77f6f16d971 (0x3cb)
RtlIoDecodeMemIoResource0x77f72f13972 (0x3cc)
RtlIoEncodeMemIoResource0x77f72b2b973 (0x3cd)
RtlIpv4AddressToStringA0x77ed460e974 (0x3ce)
RtlIpv4AddressToStringExA0x77f7783d975 (0x3cf)
RtlIpv4AddressToStringExW0x77ece21d976 (0x3d0)
RtlIpv4AddressToStringW0x77ece1e1977 (0x3d1)
RtlIpv4StringToAddressA0x77ed34cf978 (0x3d2)
RtlIpv4StringToAddressExA0x77f77964979 (0x3d3)
RtlIpv4StringToAddressExW0x77ece692980 (0x3d4)
RtlIpv4StringToAddressW0x77ed3acd981 (0x3d5)
RtlIpv6AddressToStringA0x77eceb70982 (0x3d6)
RtlIpv6AddressToStringExA0x77f7775e983 (0x3d7)
RtlIpv6AddressToStringExW0x77ece3be984 (0x3d8)
RtlIpv6AddressToStringW0x77ece2c5985 (0x3d9)
RtlIpv6StringToAddressA0x77ed36d7986 (0x3da)
RtlIpv6StringToAddressExA0x77f3897e987 (0x3db)
RtlIpv6StringToAddressExW0x77ed3977988 (0x3dc)
RtlIpv6StringToAddressW0x77ed39d2989 (0x3dd)
RtlIsActivationContextActive0x77f6811f990 (0x3de)
RtlIsCriticalSectionLocked0x77f614d1991 (0x3df)
RtlIsCriticalSectionLockedByThread0x77ef0556992 (0x3e0)
RtlIsCurrentThreadAttachExempt0x77f230fe993 (0x3e1)
RtlIsDosDeviceName_U0x77f1a6c2994 (0x3e2)
RtlIsGenericTableEmpty0x77f1de1d995 (0x3e3)
RtlIsGenericTableEmptyAvl0x77f76a14996 (0x3e4)
RtlIsNameInExpression0x77f7b163997 (0x3e5)
RtlIsNameLegalDOS8Dot30x77f77fb8998 (0x3e6)
RtlIsNormalizedString0x77f7cdf2999 (0x3e7)
RtlIsTextUnicode0x77eeddc31000 (0x3e8)
RtlIsThreadWithinLoaderCallout0x77eeb9e61001 (0x3e9)
RtlIsValidHandle0x77f32fda1002 (0x3ea)
RtlIsValidIndexHandle0x77f3311e1003 (0x3eb)
RtlIsValidLocaleName0x77f364511004 (0x3ec)
RtlKnownExceptionFilter0x77f37f321005 (0x3ed)
RtlLCIDToCultureName0x77f193df1006 (0x3ee)
RtlLargeIntegerAdd0x77ef5f481007 (0x3ef)
RtlLargeIntegerArithmeticShift0x77ef612a1008 (0x3f0)
RtlLargeIntegerDivide0x77f7d1721009 (0x3f1)
RtlLargeIntegerNegate0x77ef61561010 (0x3f2)
RtlLargeIntegerShiftLeft0x77ef60da1011 (0x3f3)
RtlLargeIntegerShiftRight0x77ef61021012 (0x3f4)
RtlLargeIntegerSubtract0x77ef616a1013 (0x3f5)
RtlLargeIntegerToChar0x77ec677c1014 (0x3f6)
RtlLcidToLocaleName0x77f1919f1015 (0x3f7)
RtlLeaveCriticalSection0x77f077601016 (0x3f8)
RtlLengthRequiredSid0x77f2226a1017 (0x3f9)
RtlLengthSecurityDescriptor0x77ee3e121018 (0x3fa)
RtlLengthSid0x77f1ede71019 (0x3fb)
RtlLoadString0x77eecc7e1020 (0x3fc)
RtlLocalTimeToSystemTime0x77f6b3a21021 (0x3fd)
RtlLocaleNameToLcid0x77f1b23a1022 (0x3fe)
RtlLocateExtendedFeature0x77f760631023 (0x3ff)
RtlLocateLegacyContext0x77f75b5f1024 (0x400)
RtlLockBootStatusData0x77ec21d51025 (0x401)
RtlLockCurrentThread0x77ec96d01026 (0x402)
RtlLockHeap0x77f1d8901027 (0x403)
RtlLockMemoryBlockLookaside0x77ec96411028 (0x404)
RtlLockMemoryStreamRegion0x77f60e121029 (0x405)
RtlLockMemoryZone0x77ed1a5f1030 (0x406)
RtlLockModuleSection0x77ed1b1b1031 (0x407)
RtlLogStackBackTrace0x77f7da151032 (0x408)
RtlLookupAtomInAtomTable0x77eeafb01033 (0x409)
RtlLookupElementGenericTable0x77f131f41034 (0x40a)
RtlLookupElementGenericTableAvl0x77f307161035 (0x40b)
RtlLookupElementGenericTableFull0x77f132151036 (0x40c)
RtlLookupElementGenericTableFullAvl0x77f307371037 (0x40d)
RtlLookupEntryHashTable0x77ecd6be1038 (0x40e)
RtlMakeSelfRelativeSD0x77ee3ba41039 (0x40f)
RtlMapGenericMask0x77ed95711040 (0x410)
RtlMapSecurityErrorToNtStatus0x77f386481041 (0x411)
RtlMoveMemory0x77ef5cc01042 (0x412)
RtlMultiAppendUnicodeStringBuffer0x77f1a39e1043 (0x413)
RtlMultiByteToUnicodeN0x77f135091044 (0x414)
RtlMultiByteToUnicodeSize0x77ed19b91045 (0x415)
RtlMultipleAllocateHeap0x77f745df1046 (0x416)
RtlMultipleFreeHeap0x77f7465c1047 (0x417)
RtlNewInstanceSecurityObject0x77f61ccf1048 (0x418)
RtlNewSecurityGrantedAccess0x77f61d451049 (0x419)
RtlNewSecurityObject0x77ecf5251050 (0x41a)
RtlNewSecurityObjectEx0x77edad9f1051 (0x41b)
RtlNewSecurityObjectWithMultipleInheritance0x77f618c41052 (0x41c)
RtlNormalizeProcessParams0x77f283411053 (0x41d)
RtlNormalizeString0x77f7cd9f1054 (0x41e)
RtlNtPathNameToDosPathName0x77edee1d1055 (0x41f)
RtlNtStatusToDosError0x77f13c651056 (0x420)
RtlNtStatusToDosErrorNoTeb0x77f13ca41057 (0x421)
RtlNumberGenericTableElements0x77f1e0801058 (0x422)
RtlNumberGenericTableElementsAvl0x77ed7cae1059 (0x423)
RtlNumberOfClearBits0x77f6efc71060 (0x424)
RtlNumberOfSetBits0x77f6eec41061 (0x425)
RtlNumberOfSetBitsUlongPtr0x77ec4c001062 (0x426)
RtlOemStringToUnicodeSize0x77f6e45d1063 (0x427)
RtlOemStringToUnicodeString0x77edeabd1064 (0x428)
RtlOemToUnicodeN0x77ede9941065 (0x429)
RtlOpenCurrentUser0x77f2a8fe1066 (0x42a)
RtlOwnerAcesPresent0x77f358581067 (0x42b)
RtlPcToFileHeader0x77eea1731068 (0x42c)
RtlPinAtomInAtomTable0x77f6d6331069 (0x42d)
RtlPopFrame0x77f5f3d61070 (0x42e)
RtlPrefixString0x77f3ae0a1071 (0x42f)
RtlPrefixUnicodeString0x77f30cb11072 (0x430)
RtlProcessFlsData0x77f18e891073 (0x431)
RtlProtectHeap0x77f731441074 (0x432)
RtlPushFrame0x77f5f3b31075 (0x433)
RtlQueryActivationContextApplicationSettings0x77f3561b1076 (0x434)
RtlQueryAtomInAtomTable0x77eddcd61077 (0x435)
RtlQueryCriticalSectionOwner0x77f6173f1078 (0x436)
RtlQueryDepthSList0x77f19a381079 (0x437)
RtlQueryDynamicTimeZoneInformation0x77f6fe281080 (0x438)
RtlQueryElevationFlags0x77f30a0b1081 (0x439)
RtlQueryEnvironmentVariable0x77f1875f1082 (0x43a)
RtlQueryEnvironmentVariable_U0x77f24f261083 (0x43b)
RtlQueryHeapInformation0x77f381f61084 (0x43c)
RtlQueryInformationAcl0x77edacad1085 (0x43d)
RtlQueryInformationActivationContext0x77f23ed11086 (0x43e)
RtlQueryInformationActiveActivationContext0x77eeb18c1087 (0x43f)
RtlQueryInterfaceMemoryStream0x77f60deb1088 (0x440)
RtlQueryModuleInformation0x77f698bd1089 (0x441)
RtlQueryPerformanceCounter0x77f1313f1090 (0x442)
RtlQueryPerformanceFrequency0x77ee3ed21091 (0x443)
RtlQueryProcessBackTraceInformation0x77f624321092 (0x444)
RtlQueryProcessDebugInformation0x77edd3b61093 (0x445)
RtlQueryProcessHeapInformation0x77f629ff1094 (0x446)
RtlQueryProcessLockInformation0x77f627831095 (0x447)
RtlQueryRegistryValues0x77ed88331096 (0x448)
RtlQuerySecurityObject0x77f618fd1097 (0x449)
RtlQueryTagHeap0x77f734ec1098 (0x44a)
RtlQueryThreadProfiling0x77f5edfd1099 (0x44b)
RtlQueryTimeZoneInformation0x77ed909d1100 (0x44c)
RtlQueueApcWow64Thread0x77f659241101 (0x44d)
RtlQueueWorkItem0x77eedb4d1102 (0x44e)
RtlRaiseException0x77f070c81103 (0x44f)
RtlRaiseStatus0x77f071051104 (0x450)
RtlRandom0x77f310f91105 (0x451)
RtlRandomEx0x77f2283d1106 (0x452)
RtlReAllocateHeap0x77f2ff511107 (0x453)
RtlReadMemoryStream0x77f60dd11108 (0x454)
RtlReadOutOfProcessMemoryStream0x77f60dd11109 (0x455)
RtlReadThreadProfilingData0x77f5ee1c1110 (0x456)
RtlRealPredecessor0x77f769571111 (0x457)
RtlRealSuccessor0x77f1ddef1112 (0x458)
RtlRegisterSecureMemoryCacheCallback0x77f76bce1113 (0x459)
RtlRegisterThreadWithCsrss0x77ef02501114 (0x45a)
RtlRegisterWait0x77ed93af1115 (0x45b)
RtlReleaseActivationContext0x77f32b3a1116 (0x45c)
RtlReleaseMemoryStream0x77f2847c1117 (0x45d)
RtlReleasePebLock0x77f18aca1118 (0x45e)
RtlReleasePrivilege0x77ed09891119 (0x45f)
RtlReleaseRelativeName0x77f17f7a1120 (0x460)
RtlReleaseResource0x77ee94511121 (0x461)
RtlReleaseSRWLockExclusive0x77f133241122 (0x462)
RtlReleaseSRWLockShared0x77f133d71123 (0x463)
RtlRemoteCall0x77f7a8e41124 (0x464)
RtlRemoveEntryHashTable0x77ecd7601125 (0x465)
RtlRemovePrivileges0x77ec8f5e1126 (0x466)
RtlRemoveVectoredContinueHandler0x77f63c811127 (0x467)
RtlRemoveVectoredExceptionHandler0x77f3ad2e1128 (0x468)
RtlReplaceSidInSd0x77f6bec51129 (0x469)
RtlReportException0x77f65f411130 (0x46a)
RtlReportSilentProcessExit0x77f1dfdc1131 (0x46b)
RtlReportSqmEscalation0x77f65ffc1132 (0x46c)
RtlResetMemoryBlockLookaside0x77f6e2981133 (0x46d)
RtlResetMemoryZone0x77f6e39a1134 (0x46e)
RtlResetRtlTranslations0x77f2811a1135 (0x46f)
RtlRestoreLastWin32Error0x77f130fb1136 (0x470)
RtlRetrieveNtUserPfn0x77f63b621137 (0x471)
RtlRevertMemoryStream0x77f60e051138 (0x472)
RtlRunDecodeUnicodeString0x77ec74d31139 (0x473)
RtlRunEncodeUnicodeString0x77ec74871140 (0x474)
RtlRunOnceBeginInitialize0x77f16fef1141 (0x475)
RtlRunOnceComplete0x77f1a54a1142 (0x476)
RtlRunOnceExecuteOnce0x77f16fb71143 (0x477)
RtlRunOnceInitialize0x77f199811144 (0x478)
RtlSecondsSince1970ToTime0x77ecbaba1145 (0x479)
RtlSecondsSince1980ToTime0x77f6b36b1146 (0x47a)
RtlSeekMemoryStream0x77f60dde1147 (0x47b)
RtlSelfRelativeToAbsoluteSD20x77ec57541148 (0x47c)
RtlSelfRelativeToAbsoluteSD0x77ed0c791149 (0x47d)
RtlSendMsgToSm0x77ec4b371150 (0x47e)
RtlSetAllBits0x77ecafcc1151 (0x47f)
RtlSetAttributesSecurityDescriptor0x77f6c17d1152 (0x480)
RtlSetBits0x77f25cdc1153 (0x481)
RtlSetControlSecurityDescriptor0x77ec80e01154 (0x482)
RtlSetCriticalSectionSpinCount0x77f25f0f1155 (0x483)
RtlSetCurrentDirectory_U0x77f34e851156 (0x484)
RtlSetCurrentEnvironment0x77f36ff11157 (0x485)
RtlSetCurrentTransaction0x77f248931158 (0x486)
RtlSetDaclSecurityDescriptor0x77f2314e1159 (0x487)
RtlSetDynamicTimeZoneInformation0x77f6fe0d1160 (0x488)
RtlSetEnvironmentStrings0x77ee237f1161 (0x489)
RtlSetEnvironmentVar0x77f1c9bd1162 (0x48a)
RtlSetEnvironmentVariable0x77eea0ed1163 (0x48b)
RtlSetExtendedFeaturesMask0x77f75bcf1164 (0x48c)
RtlSetGroupSecurityDescriptor0x77f2f6441165 (0x48d)
RtlSetHeapInformation0x77f2b4a51166 (0x48e)
RtlSetInformationAcl0x77f6d0711167 (0x48f)
RtlSetIoCompletionCallback0x77f38c8e1168 (0x490)
RtlSetLastWin32Error0x77f130fb1169 (0x491)
RtlSetLastWin32ErrorAndNtStatusFromNtStatus0x77f333b51170 (0x492)
RtlSetMemoryStreamSize0x77f60deb1171 (0x493)
RtlSetOwnerSecurityDescriptor0x77f2f5aa1172 (0x494)
RtlSetProcessDebugInformation0x77f623081173 (0x495)
RtlSetProcessIsCritical0x77ec1fa41174 (0x496)
RtlSetProcessPreferredUILanguages0x77f721a61175 (0x497)
RtlSetSaclSecurityDescriptor0x77ee6f381176 (0x498)
RtlSetSecurityDescriptorRMControl0x77f6bd571177 (0x499)
RtlSetSecurityObject0x77ec70301178 (0x49a)
RtlSetSecurityObjectEx0x77f618d41179 (0x49b)
RtlSetThreadErrorMode0x77f337ef1180 (0x49c)
RtlSetThreadIsCritical0x77ec1f621181 (0x49d)
RtlSetThreadPoolStartFunc0x77f28f721182 (0x49e)
RtlSetThreadPreferredUILanguages0x77f1da7e1183 (0x49f)
RtlSetTimeZoneInformation0x77f6fdf21184 (0x4a0)
RtlSetTimer0x77f92bb81185 (0x4a1)
RtlSetUnhandledExceptionFilter0x77f27de21186 (0x4a2)
RtlSetUserFlagsHeap0x77f732a61187 (0x4a3)
RtlSetUserValueHeap0x77eeeb5a1188 (0x4a4)
RtlSidDominates0x77f35a9d1189 (0x4a5)
RtlSidEqualLevel0x77f6be451190 (0x4a6)
RtlSidHashInitialize0x77ecc41c1191 (0x4a7)
RtlSidHashLookup0x77ecc49f1192 (0x4a8)
RtlSidIsHigherLevel0x77f6bdc51193 (0x4a9)
RtlSizeHeap0x77f19bec1194 (0x4aa)
RtlSleepConditionVariableCS0x77ec65ef1195 (0x4ab)
RtlSleepConditionVariableSRW0x77ec49401196 (0x4ac)
RtlSplay0x77f1319d1197 (0x4ad)
RtlStartRXact0x77ecc38b1198 (0x4ae)
RtlStatMemoryStream0x77f60deb1199 (0x4af)
RtlStringFromGUID0x77edbe3b1200 (0x4b0)
RtlSubAuthorityCountSid0x77f308821201 (0x4b1)
RtlSubAuthoritySid0x77f267591202 (0x4b2)
RtlSubtreePredecessor0x77f1e94c1203 (0x4b3)
RtlSubtreeSuccessor0x77f769341204 (0x4b4)
RtlSystemTimeToLocalTime0x77ecd2b11205 (0x4b5)
RtlTestBit0x77eed7151206 (0x4b6)
RtlTimeFieldsToTime0x77f1a97d1207 (0x4b7)
RtlTimeToElapsedTimeFields0x77ee59f71208 (0x4b8)
RtlTimeToSecondsSince19700x77ed33b51209 (0x4b9)
RtlTimeToSecondsSince19800x77f28d041210 (0x4ba)
RtlTimeToTimeFields0x77f1abad1211 (0x4bb)
RtlTraceDatabaseAdd0x77f7dfdb1212 (0x4bc)
RtlTraceDatabaseCreate0x77f7dc6d1213 (0x4bd)
RtlTraceDatabaseDestroy0x77f7dd721214 (0x4be)
RtlTraceDatabaseEnumerate0x77f7dbe01215 (0x4bf)
RtlTraceDatabaseFind0x77f7de251216 (0x4c0)
RtlTraceDatabaseLock0x77f7dfbb1217 (0x4c1)
RtlTraceDatabaseUnlock0x77f7dfcb1218 (0x4c2)
RtlTraceDatabaseValidate0x77f7dddb1219 (0x4c3)
RtlTryAcquirePebLock0x77ee458e1220 (0x4c4)
RtlTryAcquireSRWLockExclusive0x77ef18011221 (0x4c5)
RtlTryAcquireSRWLockShared0x77f65bc21222 (0x4c6)
RtlTryEnterCriticalSection0x77f132bc1223 (0x4c7)
RtlUTF8ToUnicodeN0x77ee473a1224 (0x4c8)
RtlUnhandledExceptionFilter20x77f7ce621225 (0x4c9)
RtlUnhandledExceptionFilter0x77f7d1571226 (0x4ca)
RtlUnicodeStringToAnsiSize0x77f6e4381227 (0x4cb)
RtlUnicodeStringToAnsiString0x77f19e8e1228 (0x4cc)
RtlUnicodeStringToCountedOemString0x77f6e56b1229 (0x4cd)
RtlUnicodeStringToInteger0x77f303e71230 (0x4ce)
RtlUnicodeStringToOemSize0x77f6e4381231 (0x4cf)
RtlUnicodeStringToOemString0x77edeb8f1232 (0x4d0)
RtlUnicodeToCustomCPN0x77f6a91d1233 (0x4d1)
RtlUnicodeToMultiByteN0x77f19d771234 (0x4d2)
RtlUnicodeToMultiByteSize0x77f2b45e1235 (0x4d3)
RtlUnicodeToOemN0x77f338c71236 (0x4d4)
RtlUnicodeToUTF8N0x77ee38ec1237 (0x4d5)
RtlUniform0x77f2722b1238 (0x4d6)
RtlUnlockBootStatusData0x77ec22961239 (0x4d7)
RtlUnlockCurrentThread0x77ec97d91240 (0x4d8)
RtlUnlockHeap0x77f1d8e91241 (0x4d9)
RtlUnlockMemoryBlockLookaside0x77ec9b8e1242 (0x4da)
RtlUnlockMemoryStreamRegion0x77f60e121243 (0x4db)
RtlUnlockMemoryZone0x77ed1e211244 (0x4dc)
RtlUnlockModuleSection0x77ed1eaa1245 (0x4dd)
RtlUnwind0x77edfa181246 (0x4de)
RtlUpcaseUnicodeChar0x77f175071247 (0x4df)
RtlUpcaseUnicodeString0x77f1aec91248 (0x4e0)
RtlUpcaseUnicodeStringToAnsiString0x77f6e4841249 (0x4e1)
RtlUpcaseUnicodeStringToCountedOemString0x77f6e67b1250 (0x4e2)
RtlUpcaseUnicodeStringToOemString0x77eccdf61251 (0x4e3)
RtlUpcaseUnicodeToCustomCPN0x77f6aacd1252 (0x4e4)
RtlUpcaseUnicodeToMultiByteN0x77f324f31253 (0x4e5)
RtlUpcaseUnicodeToOemN0x77eccb471254 (0x4e6)
RtlUpdateClonedCriticalSection0x77f615ea1255 (0x4e7)
RtlUpdateClonedSRWLock0x77f65cd31256 (0x4e8)
RtlUpdateTimer0x77ecd8521257 (0x4e9)
RtlUpperChar0x77edd8e61258 (0x4ea)
RtlUpperString0x77f6e78b1259 (0x4eb)
RtlUserThreadStart0x77f070981260 (0x4ec)
RtlValidAcl0x77f20ce71261 (0x4ed)
RtlValidRelativeSecurityDescriptor0x77ee178f1262 (0x4ee)
RtlValidSecurityDescriptor0x77ee36ae1263 (0x4ef)
RtlValidSid0x77f1ee031264 (0x4f0)
RtlValidateHeap0x77ee588c1265 (0x4f1)
RtlValidateProcessHeaps0x77f749fe1266 (0x4f2)
RtlValidateUnicodeString0x77f170fc1267 (0x4f3)
RtlVerifyVersionInfo0x77ee30711268 (0x4f4)
RtlWakeAllConditionVariable0x77ee45a51269 (0x4f5)
RtlWakeConditionVariable0x77f65a7b1270 (0x4f6)
RtlWalkFrameChain0x77ee50031271 (0x4f7)
RtlWalkHeap0x77ec44cd1272 (0x4f8)
RtlWeaklyEnumerateEntryHashTable0x77f755611273 (0x4f9)
RtlWerpReportException0x77f37ff01274 (0x4fa)
RtlWow64CallFunction640x77f659341275 (0x4fb)
RtlWow64EnableFsRedirection0x77f659411276 (0x4fc)
RtlWow64EnableFsRedirectionEx0x77edc6591277 (0x4fd)
RtlWriteMemoryStream0x77f60dd11278 (0x4fe)
RtlWriteRegistryValue0x77f6fb4e1279 (0x4ff)
RtlZeroHeap0x77f6dbbd1280 (0x500)
RtlZeroMemory0x77ef5c901281 (0x501)
RtlZombifyActivationContext0x77f67f641282 (0x502)
RtlpApplyLengthFunction0x77f311611283 (0x503)
RtlpCheckDynamicTimeZoneInformation0x77ed82dd1284 (0x504)
RtlpCleanupRegistryKeys0x77f713211285 (0x505)
RtlpConvertCultureNamesToLCIDs0x77f711811286 (0x506)
RtlpConvertLCIDsToCultureNames0x77f70f371287 (0x507)
RtlpCreateProcessRegistryInfo0x77f189fb1288 (0x508)
RtlpEnsureBufferSize0x77ee50e21289 (0x509)
RtlpGetLCIDFromLangInfoNode0x77eca9161290 (0x50a)
RtlpGetNameFromLangInfoNode0x77eca95b1291 (0x50b)
RtlpGetSystemDefaultUILanguage0x77f1b6c71292 (0x50c)
RtlpGetUserOrMachineUILanguage4NLS0x77f7e6ef1293 (0x50d)
RtlpInitializeLangRegistryInfo0x77f2bc131294 (0x50e)
RtlpIsQualifiedLanguage0x77eca9e41295 (0x50f)
RtlpLoadMachineUIByPolicy0x77f80aa61296 (0x510)
RtlpLoadUserUIByPolicy0x77f2b7121297 (0x511)
RtlpMuiFreeLangRegistryInfo0x77f35d1d1298 (0x512)
RtlpMuiRegCreateRegistryInfo0x77f802c41299 (0x513)
RtlpMuiRegFreeRegistryInfo0x77f2b7a41300 (0x514)
RtlpMuiRegLoadRegistryInfo0x77f2bd511301 (0x515)
RtlpNotOwnerCriticalSection0x77f616321302 (0x516)
RtlpNtCreateKey0x77f81ce61303 (0x517)
RtlpNtEnumerateSubKey0x77ec23d71304 (0x518)
RtlpNtMakeTemporaryKey0x77f81d3f1305 (0x519)
RtlpNtOpenKey0x77ecafa71306 (0x51a)
RtlpNtQueryValueKey0x77ecaaae1307 (0x51b)
RtlpNtSetValueKey0x77f81d131308 (0x51c)
RtlpQueryDefaultUILanguage0x77eecefd1309 (0x51d)
RtlpRefreshCachedUILanguage0x77f7f4fc1310 (0x51e)
RtlpSetInstallLanguage0x77f726271311 (0x51f)
RtlpSetPreferredUILanguages0x77f717291312 (0x520)
RtlpSetUserPreferredUILanguages0x77f717291313 (0x521)
RtlpUnWaitCriticalSection0x77ef22dc1314 (0x522)
RtlpVerifyAndCommitUILanguageSettings0x77ec382e1315 (0x523)
RtlpWaitForCriticalSection0x77f614ed1316 (0x524)
RtlxAnsiStringToUnicodeSize0x77f6e45d1317 (0x525)
RtlxOemStringToUnicodeSize0x77f6e45d1318 (0x526)
RtlxUnicodeStringToAnsiSize0x77f6e4381319 (0x527)
RtlxUnicodeStringToOemSize0x77f6e4381320 (0x528)
SbExecuteProcedure0x77f930dc1321 (0x529)
SbSelectProcedure0x77f17e741322 (0x52a)
ShipAssert0x77f369f51323 (0x52b)
ShipAssertGetBufferInfo0x77f6630a1324 (0x52c)
ShipAssertMsgA0x77f662f11325 (0x52d)
ShipAssertMsgW0x77f662f11326 (0x52e)
TpAllocAlpcCompletion0x77ec8f3a1327 (0x52f)
TpAllocAlpcCompletionEx0x77ee2fc61328 (0x530)
TpAllocCleanupGroup0x77ed23061329 (0x531)
TpAllocIoCompletion0x77ee9bb41330 (0x532)
TpAllocPool0x77f2f8b41331 (0x533)
TpAllocTimer0x77f2f2f51332 (0x534)
TpAllocWait0x77ed92e81333 (0x535)
TpAllocWork0x77ed24761334 (0x536)
TpAlpcRegisterCompletionList0x77f3b13e1335 (0x537)
TpAlpcUnregisterCompletionList0x77f3b83a1336 (0x538)
TpCallbackIndependent0x77ef1f3d1337 (0x539)
TpCallbackLeaveCriticalSectionOnCompletion0x77f36d821338 (0x53a)
TpCallbackMayRunLong0x77ee68421339 (0x53b)
TpCallbackReleaseMutexOnCompletion0x77f922e41340 (0x53c)
TpCallbackReleaseSemaphoreOnCompletion0x77f921b41341 (0x53d)
TpCallbackSetEventOnCompletion0x77f920991342 (0x53e)
TpCallbackUnloadDllOnCompletion0x77ed22511343 (0x53f)
TpCancelAsyncIoOperation0x77f38f881344 (0x540)
TpCaptureCaller0x77ee901a1345 (0x541)
TpCheckTerminateWorker0x77f1d71a1346 (0x542)
TpDbgDumpHeapUsage0x77f926941347 (0x543)
TpDbgGetFreeInfo0x77f926361348 (0x544)
TpDbgSetLogRoutine0x77f926201349 (0x545)
TpDisablePoolCallbackChecks0x77f34e1d1350 (0x546)
TpDisassociateCallback0x77ef13131351 (0x547)
TpIsTimerSet0x77eeab9b1352 (0x548)
TpPoolFreeUnusedNodes0x77f91e8e1353 (0x549)
TpPostWork0x77ed26a91354 (0x54a)
TpQueryPoolStackInformation0x77f91d0e1355 (0x54b)
TpReleaseAlpcCompletion0x77edf3721356 (0x54c)
TpReleaseCleanupGroup0x77ec99391357 (0x54d)
TpReleaseCleanupGroupMembers0x77ec9a771358 (0x54e)
TpReleaseIoCompletion0x77edce8c1359 (0x54f)
TpReleasePool0x77f3350f1360 (0x550)
TpReleaseTimer0x77edc0d21361 (0x551)
TpReleaseWait0x77edb5671362 (0x552)
TpReleaseWork0x77ed21111363 (0x553)
TpSetDefaultPoolMaxThreads0x77f91e2d1364 (0x554)
TpSetDefaultPoolStackInformation0x77ec90c31365 (0x555)
TpSetPoolMaxThreads0x77ed49071366 (0x556)
TpSetPoolMinThreads0x77ed49a51367 (0x557)
TpSetPoolStackInformation0x77f32b731368 (0x558)
TpSetTimer0x77ee89be1369 (0x559)
TpSetWait0x77ee8bfb1370 (0x55a)
TpSimpleTryPost0x77edc8e81371 (0x55b)
TpStartAsyncIoOperation0x77ece8c01372 (0x55c)
TpWaitForAlpcCompletion0x77f38aae1373 (0x55d)
TpWaitForIoCompletion0x77f38edd1374 (0x55e)
TpWaitForTimer0x77edc02a1375 (0x55f)
TpWaitForWait0x77ecf2171376 (0x560)
TpWaitForWork0x77f390a01377 (0x561)
VerSetConditionMask0x77ee30301378 (0x562)
WerReportSQMEvent0x77f36aa41379 (0x563)
WinSqmAddToAverageDWORD0x77f675e51380 (0x564)
WinSqmAddToStream0x77ee04a51381 (0x565)
WinSqmAddToStreamEx0x77ecf7e61382 (0x566)
WinSqmCheckEscalationAddToStreamEx0x77f66df51383 (0x567)
WinSqmCheckEscalationSetDWORD640x77f66be01384 (0x568)
WinSqmCheckEscalationSetDWORD0x77f66b191385 (0x569)
WinSqmCheckEscalationSetString0x77f66caa1386 (0x56a)
WinSqmCommonDatapointDelete0x77f669601387 (0x56b)
WinSqmCommonDatapointSetDWORD640x77f669251388 (0x56c)
WinSqmCommonDatapointSetDWORD0x77f668ea1389 (0x56d)
WinSqmCommonDatapointSetStreamEx0x77f670791390 (0x56e)
WinSqmCommonDatapointSetString0x77f66fbd1391 (0x56f)
WinSqmEndSession0x77ed12971392 (0x570)
WinSqmEventEnabled0x77eea2281393 (0x571)
WinSqmEventWrite0x77eea28d1394 (0x572)
WinSqmGetEscalationRuleStatus0x77f66f271395 (0x573)
WinSqmGetInstrumentationProperty0x77ec6dde1396 (0x574)
WinSqmIncrementDWORD0x77eeb1b11397 (0x575)
WinSqmIsOptedIn0x77f26c031398 (0x576)
WinSqmIsOptedInEx0x77f26c101399 (0x577)
WinSqmSetDWORD640x77f674731400 (0x578)
WinSqmSetDWORD0x77edba711401 (0x579)
WinSqmSetEscalationInfo0x77ec4fc61402 (0x57a)
WinSqmSetIfMaxDWORD0x77ec64c11403 (0x57b)
WinSqmSetIfMinDWORD0x77f6761d1404 (0x57c)
WinSqmSetString0x77ec8c0c1405 (0x57d)
WinSqmStartSession0x77ed0f8d1406 (0x57e)
ZwAcceptConnectPort0x77f051a81407 (0x57f)
ZwAccessCheck0x77f051b81408 (0x580)
ZwAccessCheckAndAuditAlarm0x77f051c81409 (0x581)
ZwAccessCheckByType0x77f051d81410 (0x582)
ZwAccessCheckByTypeAndAuditAlarm0x77f051e81411 (0x583)
ZwAccessCheckByTypeResultList0x77f051f81412 (0x584)
ZwAccessCheckByTypeResultListAndAuditAlarm0x77f052081413 (0x585)
ZwAccessCheckByTypeResultListAndAuditAlarmByHandle0x77f052181414 (0x586)
ZwAddAtom0x77f052281415 (0x587)
ZwAddBootEntry0x77f052381416 (0x588)
ZwAddDriverEntry0x77f052481417 (0x589)
ZwAdjustGroupsToken0x77f052581418 (0x58a)
ZwAdjustPrivilegesToken0x77f052681419 (0x58b)
ZwAlertResumeThread0x77f052781420 (0x58c)
ZwAlertThread0x77f052881421 (0x58d)
ZwAllocateLocallyUniqueId0x77f052981422 (0x58e)
ZwAllocateReserveObject0x77f052a81423 (0x58f)
ZwAllocateUserPhysicalPages0x77f052b81424 (0x590)
ZwAllocateUuids0x77f052c81425 (0x591)
ZwAllocateVirtualMemory0x77f052d81426 (0x592)
ZwAlpcAcceptConnectPort0x77f052e81427 (0x593)
ZwAlpcCancelMessage0x77f052f81428 (0x594)
ZwAlpcConnectPort0x77f053081429 (0x595)
ZwAlpcCreatePort0x77f053181430 (0x596)
ZwAlpcCreatePortSection0x77f053281431 (0x597)
ZwAlpcCreateResourceReserve0x77f053381432 (0x598)
ZwAlpcCreateSectionView0x77f053481433 (0x599)
ZwAlpcCreateSecurityContext0x77f053581434 (0x59a)
ZwAlpcDeletePortSection0x77f053681435 (0x59b)
ZwAlpcDeleteResourceReserve0x77f053781436 (0x59c)
ZwAlpcDeleteSectionView0x77f053881437 (0x59d)
ZwAlpcDeleteSecurityContext0x77f053981438 (0x59e)
ZwAlpcDisconnectPort0x77f053a81439 (0x59f)
ZwAlpcImpersonateClientOfPort0x77f053b81440 (0x5a0)
ZwAlpcOpenSenderProcess0x77f053c81441 (0x5a1)
ZwAlpcOpenSenderThread0x77f053d81442 (0x5a2)
ZwAlpcQueryInformation0x77f053e81443 (0x5a3)
ZwAlpcQueryInformationMessage0x77f053f81444 (0x5a4)
ZwAlpcRevokeSecurityContext0x77f054081445 (0x5a5)
ZwAlpcSendWaitReceivePort0x77f054181446 (0x5a6)
ZwAlpcSetInformation0x77f054281447 (0x5a7)
ZwApphelpCacheControl0x77f054381448 (0x5a8)
ZwAreMappedFilesTheSame0x77f054481449 (0x5a9)
ZwAssignProcessToJobObject0x77f054581450 (0x5aa)
ZwCallbackReturn0x77f054681451 (0x5ab)
ZwCancelIoFile0x77f054781452 (0x5ac)
ZwCancelIoFileEx0x77f054881453 (0x5ad)
ZwCancelSynchronousIoFile0x77f054981454 (0x5ae)
ZwCancelTimer0x77f054a81455 (0x5af)
ZwClearEvent0x77f054b81456 (0x5b0)
ZwClose0x77f054c81457 (0x5b1)
ZwCloseObjectAuditAlarm0x77f054d81458 (0x5b2)
ZwCommitComplete0x77f054e81459 (0x5b3)
ZwCommitEnlistment0x77f054f81460 (0x5b4)
ZwCommitTransaction0x77f055081461 (0x5b5)
ZwCompactKeys0x77f055181462 (0x5b6)
ZwCompareTokens0x77f055281463 (0x5b7)
ZwCompleteConnectPort0x77f055381464 (0x5b8)
ZwCompressKey0x77f055481465 (0x5b9)
ZwConnectPort0x77f055581466 (0x5ba)
ZwContinue0x77f055681467 (0x5bb)
ZwCreateDebugObject0x77f055781468 (0x5bc)
ZwCreateDirectoryObject0x77f055881469 (0x5bd)
ZwCreateEnlistment0x77f055981470 (0x5be)
ZwCreateEvent0x77f055a81471 (0x5bf)
ZwCreateEventPair0x77f055b81472 (0x5c0)
ZwCreateFile0x77f055c81473 (0x5c1)
ZwCreateIoCompletion0x77f055d81474 (0x5c2)
ZwCreateJobObject0x77f055e81475 (0x5c3)
ZwCreateJobSet0x77f055f81476 (0x5c4)
ZwCreateKey0x77f056081477 (0x5c5)
ZwCreateKeyTransacted0x77f056281478 (0x5c6)
ZwCreateKeyedEvent0x77f056181479 (0x5c7)
ZwCreateMailslotFile0x77f056381480 (0x5c8)
ZwCreateMutant0x77f056481481 (0x5c9)
ZwCreateNamedPipeFile0x77f056581482 (0x5ca)
ZwCreatePagingFile0x77f056681483 (0x5cb)
ZwCreatePort0x77f056781484 (0x5cc)
ZwCreatePrivateNamespace0x77f056881485 (0x5cd)
ZwCreateProcess0x77f056981486 (0x5ce)
ZwCreateProcessEx0x77f056a81487 (0x5cf)
ZwCreateProfile0x77f056b81488 (0x5d0)
ZwCreateProfileEx0x77f056c81489 (0x5d1)
ZwCreateResourceManager0x77f056d81490 (0x5d2)
ZwCreateSection0x77f056e81491 (0x5d3)
ZwCreateSemaphore0x77f056f81492 (0x5d4)
ZwCreateSymbolicLinkObject0x77f057081493 (0x5d5)
ZwCreateThread0x77f057181494 (0x5d6)
ZwCreateThreadEx0x77f057281495 (0x5d7)
ZwCreateTimer0x77f057381496 (0x5d8)
ZwCreateToken0x77f057481497 (0x5d9)
ZwCreateTransaction0x77f057581498 (0x5da)
ZwCreateTransactionManager0x77f057681499 (0x5db)
ZwCreateUserProcess0x77f057781500 (0x5dc)
ZwCreateWaitablePort0x77f057881501 (0x5dd)
ZwCreateWorkerFactory0x77f057981502 (0x5de)
ZwDebugActiveProcess0x77f057a81503 (0x5df)
ZwDebugContinue0x77f057b81504 (0x5e0)
ZwDelayExecution0x77f057c81505 (0x5e1)
ZwDeleteAtom0x77f057d81506 (0x5e2)
ZwDeleteBootEntry0x77f057e81507 (0x5e3)
ZwDeleteDriverEntry0x77f057f81508 (0x5e4)
ZwDeleteFile0x77f058081509 (0x5e5)
ZwDeleteKey0x77f058181510 (0x5e6)
ZwDeleteObjectAuditAlarm0x77f058281511 (0x5e7)
ZwDeletePrivateNamespace0x77f058381512 (0x5e8)
ZwDeleteValueKey0x77f058481513 (0x5e9)
ZwDeviceIoControlFile0x77f058581514 (0x5ea)
ZwDisableLastKnownGood0x77f058681515 (0x5eb)
ZwDisplayString0x77f058781516 (0x5ec)
ZwDrawText0x77f058881517 (0x5ed)
ZwDuplicateObject0x77f058981518 (0x5ee)
ZwDuplicateToken0x77f058a81519 (0x5ef)
ZwEnableLastKnownGood0x77f058b81520 (0x5f0)
ZwEnumerateBootEntries0x77f058c81521 (0x5f1)
ZwEnumerateDriverEntries0x77f058d81522 (0x5f2)
ZwEnumerateKey0x77f058e81523 (0x5f3)
ZwEnumerateSystemEnvironmentValuesEx0x77f058f81524 (0x5f4)
ZwEnumerateTransactionObject0x77f059081525 (0x5f5)
ZwEnumerateValueKey0x77f059181526 (0x5f6)
ZwExtendSection0x77f059281527 (0x5f7)
ZwFilterToken0x77f059381528 (0x5f8)
ZwFindAtom0x77f059481529 (0x5f9)
ZwFlushBuffersFile0x77f059581530 (0x5fa)
ZwFlushInstallUILanguage0x77f059681531 (0x5fb)
ZwFlushInstructionCache0x77f059781532 (0x5fc)
ZwFlushKey0x77f059881533 (0x5fd)
ZwFlushProcessWriteBuffers0x77f059981534 (0x5fe)
ZwFlushVirtualMemory0x77f059a81535 (0x5ff)
ZwFlushWriteBuffer0x77f059b81536 (0x600)
ZwFreeUserPhysicalPages0x77f059c81537 (0x601)
ZwFreeVirtualMemory0x77f059d81538 (0x602)
ZwFreezeRegistry0x77f059e81539 (0x603)
ZwFreezeTransactions0x77f059f81540 (0x604)
ZwFsControlFile0x77f05a081541 (0x605)
ZwGetContextThread0x77f05a181542 (0x606)
ZwGetCurrentProcessorNumber0x77f05a281543 (0x607)
ZwGetDevicePowerState0x77f05a381544 (0x608)
ZwGetMUIRegistryInfo0x77f05a481545 (0x609)
ZwGetNextProcess0x77f05a581546 (0x60a)
ZwGetNextThread0x77f05a681547 (0x60b)
ZwGetNlsSectionPtr0x77f05a781548 (0x60c)
ZwGetNotificationResourceManager0x77f05a881549 (0x60d)
ZwGetPlugPlayEvent0x77f05a981550 (0x60e)
ZwGetWriteWatch0x77f05aa81551 (0x60f)
ZwImpersonateAnonymousToken0x77f05ab81552 (0x610)
ZwImpersonateClientOfPort0x77f05ac81553 (0x611)
ZwImpersonateThread0x77f05ad81554 (0x612)
ZwInitializeNlsFiles0x77f05ae81555 (0x613)
ZwInitializeRegistry0x77f05af81556 (0x614)
ZwInitiatePowerAction0x77f05b081557 (0x615)
ZwIsProcessInJob0x77f05b181558 (0x616)
ZwIsSystemResumeAutomatic0x77f05b281559 (0x617)
ZwIsUILanguageComitted0x77f05b381560 (0x618)
ZwListenPort0x77f05b481561 (0x619)
ZwLoadDriver0x77f05b581562 (0x61a)
ZwLoadKey20x77f05b781563 (0x61b)
ZwLoadKey0x77f05b681564 (0x61c)
ZwLoadKeyEx0x77f05b881565 (0x61d)
ZwLockFile0x77f05b981566 (0x61e)
ZwLockProductActivationKeys0x77f05ba81567 (0x61f)
ZwLockRegistryKey0x77f05bb81568 (0x620)
ZwLockVirtualMemory0x77f05bc81569 (0x621)
ZwMakePermanentObject0x77f05bd81570 (0x622)
ZwMakeTemporaryObject0x77f05be81571 (0x623)
ZwMapCMFModule0x77f05bf81572 (0x624)
ZwMapUserPhysicalPages0x77f05c081573 (0x625)
ZwMapUserPhysicalPagesScatter0x77f05c181574 (0x626)
ZwMapViewOfSection0x77f05c281575 (0x627)
ZwModifyBootEntry0x77f05c381576 (0x628)
ZwModifyDriverEntry0x77f05c481577 (0x629)
ZwNotifyChangeDirectoryFile0x77f05c581578 (0x62a)
ZwNotifyChangeKey0x77f05c681579 (0x62b)
ZwNotifyChangeMultipleKeys0x77f05c781580 (0x62c)
ZwNotifyChangeSession0x77f05c881581 (0x62d)
ZwOpenDirectoryObject0x77f05c981582 (0x62e)
ZwOpenEnlistment0x77f05ca81583 (0x62f)
ZwOpenEvent0x77f05cb81584 (0x630)
ZwOpenEventPair0x77f05cc81585 (0x631)
ZwOpenFile0x77f05cd81586 (0x632)
ZwOpenIoCompletion0x77f05ce81587 (0x633)
ZwOpenJobObject0x77f05cf81588 (0x634)
ZwOpenKey0x77f05d081589 (0x635)
ZwOpenKeyEx0x77f05d181590 (0x636)
ZwOpenKeyTransacted0x77f05d381591 (0x637)
ZwOpenKeyTransactedEx0x77f05d481592 (0x638)
ZwOpenKeyedEvent0x77f05d281593 (0x639)
ZwOpenMutant0x77f05d581594 (0x63a)
ZwOpenObjectAuditAlarm0x77f05d681595 (0x63b)
ZwOpenPrivateNamespace0x77f05d781596 (0x63c)
ZwOpenProcess0x77f05d881597 (0x63d)
ZwOpenProcessToken0x77f05d981598 (0x63e)
ZwOpenProcessTokenEx0x77f05da81599 (0x63f)
ZwOpenResourceManager0x77f05db81600 (0x640)
ZwOpenSection0x77f05dc81601 (0x641)
ZwOpenSemaphore0x77f05dd81602 (0x642)
ZwOpenSession0x77f05de81603 (0x643)
ZwOpenSymbolicLinkObject0x77f05df81604 (0x644)
ZwOpenThread0x77f05e081605 (0x645)
ZwOpenThreadToken0x77f05e181606 (0x646)
ZwOpenThreadTokenEx0x77f05e281607 (0x647)
ZwOpenTimer0x77f05e381608 (0x648)
ZwOpenTransaction0x77f05e481609 (0x649)
ZwOpenTransactionManager0x77f05e581610 (0x64a)
ZwPlugPlayControl0x77f05e681611 (0x64b)
ZwPowerInformation0x77f05e781612 (0x64c)
ZwPrePrepareComplete0x77f05ea81613 (0x64d)
ZwPrePrepareEnlistment0x77f05eb81614 (0x64e)
ZwPrepareComplete0x77f05e881615 (0x64f)
ZwPrepareEnlistment0x77f05e981616 (0x650)
ZwPrivilegeCheck0x77f05ec81617 (0x651)
ZwPrivilegeObjectAuditAlarm0x77f05ee81618 (0x652)
ZwPrivilegedServiceAuditAlarm0x77f05ed81619 (0x653)
ZwPropagationComplete0x77f05ef81620 (0x654)
ZwPropagationFailed0x77f05f081621 (0x655)
ZwProtectVirtualMemory0x77f05f181622 (0x656)
ZwPulseEvent0x77f05f281623 (0x657)
ZwQueryAttributesFile0x77f05f381624 (0x658)
ZwQueryBootEntryOrder0x77f05f481625 (0x659)
ZwQueryBootOptions0x77f05f581626 (0x65a)
ZwQueryDebugFilterState0x77f05f681627 (0x65b)
ZwQueryDefaultLocale0x77f05f781628 (0x65c)
ZwQueryDefaultUILanguage0x77f05f881629 (0x65d)
ZwQueryDirectoryFile0x77f05f981630 (0x65e)
ZwQueryDirectoryObject0x77f05fa81631 (0x65f)
ZwQueryDriverEntryOrder0x77f05fb81632 (0x660)
ZwQueryEaFile0x77f05fc81633 (0x661)
ZwQueryEvent0x77f05fd81634 (0x662)
ZwQueryFullAttributesFile0x77f05fe81635 (0x663)
ZwQueryInformationAtom0x77f05ff81636 (0x664)
ZwQueryInformationEnlistment0x77f060081637 (0x665)
ZwQueryInformationFile0x77f060181638 (0x666)
ZwQueryInformationJobObject0x77f060281639 (0x667)
ZwQueryInformationPort0x77f060381640 (0x668)
ZwQueryInformationProcess0x77f060481641 (0x669)
ZwQueryInformationResourceManager0x77f060581642 (0x66a)
ZwQueryInformationThread0x77f060681643 (0x66b)
ZwQueryInformationToken0x77f060781644 (0x66c)
ZwQueryInformationTransaction0x77f060881645 (0x66d)
ZwQueryInformationTransactionManager0x77f060981646 (0x66e)
ZwQueryInformationWorkerFactory0x77f060a81647 (0x66f)
ZwQueryInstallUILanguage0x77f060b81648 (0x670)
ZwQueryIntervalProfile0x77f060c81649 (0x671)
ZwQueryIoCompletion0x77f060d81650 (0x672)
ZwQueryKey0x77f060e81651 (0x673)
ZwQueryLicenseValue0x77f060f81652 (0x674)
ZwQueryMultipleValueKey0x77f061081653 (0x675)
ZwQueryMutant0x77f061181654 (0x676)
ZwQueryObject0x77f061281655 (0x677)
ZwQueryOpenSubKeys0x77f061381656 (0x678)
ZwQueryOpenSubKeysEx0x77f061481657 (0x679)
ZwQueryPerformanceCounter0x77f061581658 (0x67a)
ZwQueryPortInformationProcess0x77f061681659 (0x67b)
ZwQueryQuotaInformationFile0x77f061781660 (0x67c)
ZwQuerySection0x77f061881661 (0x67d)
ZwQuerySecurityAttributesToken0x77f061981662 (0x67e)
ZwQuerySecurityObject0x77f061a81663 (0x67f)
ZwQuerySemaphore0x77f061b81664 (0x680)
ZwQuerySymbolicLinkObject0x77f061c81665 (0x681)
ZwQuerySystemEnvironmentValue0x77f061d81666 (0x682)
ZwQuerySystemEnvironmentValueEx0x77f061e81667 (0x683)
ZwQuerySystemInformation0x77f061f81668 (0x684)
ZwQuerySystemInformationEx0x77f062081669 (0x685)
ZwQuerySystemTime0x77f062181670 (0x686)
ZwQueryTimer0x77f062281671 (0x687)
ZwQueryTimerResolution0x77f062381672 (0x688)
ZwQueryValueKey0x77f062481673 (0x689)
ZwQueryVirtualMemory0x77f062581674 (0x68a)
ZwQueryVolumeInformationFile0x77f062681675 (0x68b)
ZwQueueApcThread0x77f062781676 (0x68c)
ZwQueueApcThreadEx0x77f062881677 (0x68d)
ZwRaiseException0x77f062981678 (0x68e)
ZwRaiseHardError0x77f062a81679 (0x68f)
ZwReadFile0x77f062b81680 (0x690)
ZwReadFileScatter0x77f062c81681 (0x691)
ZwReadOnlyEnlistment0x77f062d81682 (0x692)
ZwReadRequestData0x77f062e81683 (0x693)
ZwReadVirtualMemory0x77f062f81684 (0x694)
ZwRecoverEnlistment0x77f063081685 (0x695)
ZwRecoverResourceManager0x77f063181686 (0x696)
ZwRecoverTransactionManager0x77f063281687 (0x697)
ZwRegisterProtocolAddressInformation0x77f063381688 (0x698)
ZwRegisterThreadTerminatePort0x77f063481689 (0x699)
ZwReleaseKeyedEvent0x77f063581690 (0x69a)
ZwReleaseMutant0x77f063681691 (0x69b)
ZwReleaseSemaphore0x77f063781692 (0x69c)
ZwReleaseWorkerFactoryWorker0x77f063881693 (0x69d)
ZwRemoveIoCompletion0x77f063981694 (0x69e)
ZwRemoveIoCompletionEx0x77f063a81695 (0x69f)
ZwRemoveProcessDebug0x77f063b81696 (0x6a0)
ZwRenameKey0x77f063c81697 (0x6a1)
ZwRenameTransactionManager0x77f063d81698 (0x6a2)
ZwReplaceKey0x77f063e81699 (0x6a3)
ZwReplacePartitionUnit0x77f063f81700 (0x6a4)
ZwReplyPort0x77f064081701 (0x6a5)
ZwReplyWaitReceivePort0x77f064181702 (0x6a6)
ZwReplyWaitReceivePortEx0x77f064281703 (0x6a7)
ZwReplyWaitReplyPort0x77f064381704 (0x6a8)
ZwRequestPort0x77f064481705 (0x6a9)
ZwRequestWaitReplyPort0x77f064581706 (0x6aa)
ZwResetEvent0x77f064681707 (0x6ab)
ZwResetWriteWatch0x77f064781708 (0x6ac)
ZwRestoreKey0x77f064881709 (0x6ad)
ZwResumeProcess0x77f064981710 (0x6ae)
ZwResumeThread0x77f064a81711 (0x6af)
ZwRollbackComplete0x77f064b81712 (0x6b0)
ZwRollbackEnlistment0x77f064c81713 (0x6b1)
ZwRollbackTransaction0x77f064d81714 (0x6b2)
ZwRollforwardTransactionManager0x77f064e81715 (0x6b3)
ZwSaveKey0x77f064f81716 (0x6b4)
ZwSaveKeyEx0x77f065081717 (0x6b5)
ZwSaveMergedKeys0x77f065181718 (0x6b6)
ZwSecureConnectPort0x77f065281719 (0x6b7)
ZwSerializeBoot0x77f065381720 (0x6b8)
ZwSetBootEntryOrder0x77f065481721 (0x6b9)
ZwSetBootOptions0x77f065581722 (0x6ba)
ZwSetContextThread0x77f065681723 (0x6bb)
ZwSetDebugFilterState0x77f065781724 (0x6bc)
ZwSetDefaultHardErrorPort0x77f065881725 (0x6bd)
ZwSetDefaultLocale0x77f065981726 (0x6be)
ZwSetDefaultUILanguage0x77f065a81727 (0x6bf)
ZwSetDriverEntryOrder0x77f065b81728 (0x6c0)
ZwSetEaFile0x77f065c81729 (0x6c1)
ZwSetEvent0x77f065d81730 (0x6c2)
ZwSetEventBoostPriority0x77f065e81731 (0x6c3)
ZwSetHighEventPair0x77f065f81732 (0x6c4)
ZwSetHighWaitLowEventPair0x77f066081733 (0x6c5)
ZwSetInformationDebugObject0x77f066181734 (0x6c6)
ZwSetInformationEnlistment0x77f066281735 (0x6c7)
ZwSetInformationFile0x77f066381736 (0x6c8)
ZwSetInformationJobObject0x77f066481737 (0x6c9)
ZwSetInformationKey0x77f066581738 (0x6ca)
ZwSetInformationObject0x77f066681739 (0x6cb)
ZwSetInformationProcess0x77f066781740 (0x6cc)
ZwSetInformationResourceManager0x77f066881741 (0x6cd)
ZwSetInformationThread0x77f066981742 (0x6ce)
ZwSetInformationToken0x77f066a81743 (0x6cf)
ZwSetInformationTransaction0x77f066b81744 (0x6d0)
ZwSetInformationTransactionManager0x77f066c81745 (0x6d1)
ZwSetInformationWorkerFactory0x77f066d81746 (0x6d2)
ZwSetIntervalProfile0x77f066e81747 (0x6d3)
ZwSetIoCompletion0x77f066f81748 (0x6d4)
ZwSetIoCompletionEx0x77f067081749 (0x6d5)
ZwSetLdtEntries0x77f067181750 (0x6d6)
ZwSetLowEventPair0x77f067281751 (0x6d7)
ZwSetLowWaitHighEventPair0x77f067381752 (0x6d8)
ZwSetQuotaInformationFile0x77f067481753 (0x6d9)
ZwSetSecurityObject0x77f067581754 (0x6da)
ZwSetSystemEnvironmentValue0x77f067681755 (0x6db)
ZwSetSystemEnvironmentValueEx0x77f067781756 (0x6dc)
ZwSetSystemInformation0x77f067881757 (0x6dd)
ZwSetSystemPowerState0x77f067981758 (0x6de)
ZwSetSystemTime0x77f067a81759 (0x6df)
ZwSetThreadExecutionState0x77f067b81760 (0x6e0)
ZwSetTimer0x77f067c81761 (0x6e1)
ZwSetTimerEx0x77f067d81762 (0x6e2)
ZwSetTimerResolution0x77f067e81763 (0x6e3)
ZwSetUuidSeed0x77f067f81764 (0x6e4)
ZwSetValueKey0x77f068081765 (0x6e5)
ZwSetVolumeInformationFile0x77f068181766 (0x6e6)
ZwShutdownSystem0x77f068281767 (0x6e7)
ZwShutdownWorkerFactory0x77f068381768 (0x6e8)
ZwSignalAndWaitForSingleObject0x77f068481769 (0x6e9)
ZwSinglePhaseReject0x77f068581770 (0x6ea)
ZwStartProfile0x77f068681771 (0x6eb)
ZwStopProfile0x77f068781772 (0x6ec)
ZwSuspendProcess0x77f068881773 (0x6ed)
ZwSuspendThread0x77f068981774 (0x6ee)
ZwSystemDebugControl0x77f068a81775 (0x6ef)
ZwTerminateJobObject0x77f068b81776 (0x6f0)
ZwTerminateProcess0x77f068c81777 (0x6f1)
ZwTerminateThread0x77f068d81778 (0x6f2)
ZwTestAlert0x77f068e81779 (0x6f3)
ZwThawRegistry0x77f068f81780 (0x6f4)
ZwThawTransactions0x77f069081781 (0x6f5)
ZwTraceControl0x77f069181782 (0x6f6)
ZwTraceEvent0x77f069281783 (0x6f7)
ZwTranslateFilePath0x77f069381784 (0x6f8)
ZwUmsThreadYield0x77f069481785 (0x6f9)
ZwUnloadDriver0x77f069581786 (0x6fa)
ZwUnloadKey20x77f069781787 (0x6fb)
ZwUnloadKey0x77f069681788 (0x6fc)
ZwUnloadKeyEx0x77f069881789 (0x6fd)
ZwUnlockFile0x77f069981790 (0x6fe)
ZwUnlockVirtualMemory0x77f069a81791 (0x6ff)
ZwUnmapViewOfSection0x77f069b81792 (0x700)
ZwVdmControl0x77f069c81793 (0x701)
ZwWaitForDebugEvent0x77f069d81794 (0x702)
ZwWaitForKeyedEvent0x77f069e81795 (0x703)
ZwWaitForMultipleObjects320x77f06a081796 (0x704)
ZwWaitForMultipleObjects0x77f069f81797 (0x705)
ZwWaitForSingleObject0x77f06a181798 (0x706)
ZwWaitForWorkViaWorkerFactory0x77f06a281799 (0x707)
ZwWaitHighEventPair0x77f06a381800 (0x708)
ZwWaitLowEventPair0x77f06a481801 (0x709)
ZwWorkerFactoryWorkerReady0x77f06a581802 (0x70a)
ZwWriteFile0x77f06a681803 (0x70b)
ZwWriteFileGather0x77f06a781804 (0x70c)
ZwWriteRequestData0x77f06a881805 (0x70d)
ZwWriteVirtualMemory0x77f06a981806 (0x70e)
ZwYieldExecution0x77f06aa81807 (0x70f)
_CIcos0x77f074041808 (0x710)
_CIlog0x77f074c41809 (0x711)
_CIpow0x77f06ac41810 (0x712)
_CIsin0x77ef41c41811 (0x713)
_CIsqrt0x77ef42801812 (0x714)
__isascii0x77ed34201813 (0x715)
__iscsym0x77f897eb1814 (0x716)
__iscsymf0x77f898231815 (0x717)
__toascii0x77f897d91816 (0x718)
_alldiv0x77ef43401817 (0x719)
_alldvrm0x77ef43f01818 (0x71a)
_allmul0x77ef45001819 (0x71b)
_alloca_probe0x77f073c41820 (0x71c)
_alloca_probe_160x77f0739c1821 (0x71d)
_alloca_probe_80x77f073af1822 (0x71e)
_allrem0x77ef45401823 (0x71f)
_allshl0x77ef46001824 (0x720)
_allshr0x77ef46201825 (0x721)
_atoi640x77ec605a1826 (0x722)
_aulldiv0x77ef46601827 (0x723)
_aulldvrm0x77ef46d01828 (0x724)
_aullrem0x77ef47701829 (0x725)
_aullshr0x77ef47f01830 (0x726)
_chkstk0x77f073c41831 (0x727)
_fltused0x77f9ce981832 (0x728)
_ftol0x77ef48201833 (0x729)
_i64toa0x77f898861834 (0x72a)
_i64toa_s0x77f8c5371835 (0x72b)
_i64tow0x77f899911836 (0x72c)
_i64tow_s0x77f8c6fe1837 (0x72d)
_itoa0x77ec9ce01838 (0x72e)
_itoa_s0x77f3847c1839 (0x72f)
_itow0x77f899171840 (0x730)
_itow_s0x77ed84aa1841 (0x731)
_lfind0x77f899c91842 (0x732)
_ltoa0x77f8985a1843 (0x733)
_ltoa_s0x77f8c3d81844 (0x734)
_ltow0x77f899461845 (0x735)
_ltow_s0x77f8c5951846 (0x736)
_makepath_s0x77f8c75c1847 (0x737)
_memccpy0x77ef48601848 (0x738)
_memicmp0x77f89a501849 (0x739)
_snprintf0x77f89a601850 (0x73a)
_snprintf_s0x77ec35b21851 (0x73b)
_snscanf_s0x77f8c8451852 (0x73c)
_snwprintf0x77ef3cd61853 (0x73d)
_snwprintf_s0x77ec69cc1854 (0x73e)
_snwscanf_s0x77f8c87f1855 (0x73f)
_splitpath0x77f89cf71856 (0x740)
_splitpath_s0x77f8c8b91857 (0x741)
_strcmpi0x77f2531f1858 (0x742)
_stricmp0x77f2531f1859 (0x743)
_strlwr0x77ec2d5e1860 (0x744)
_strnicmp0x77eebc6e1861 (0x745)
_strnset_s0x77f8cab71862 (0x746)
_strset_s0x77f8cb2b1863 (0x747)
_strupr0x77f399531864 (0x748)
_swprintf0x77f89d481865 (0x749)
_ui64toa0x77ec626e1866 (0x74a)
_ui64toa_s0x77f8c5711867 (0x74b)
_ui64tow0x77f378451868 (0x74c)
_ui64tow_s0x77f8c7381869 (0x74d)
_ultoa0x77ec624f1870 (0x74e)
_ultoa_s0x77f8c4061871 (0x74f)
_ultow0x77f899721872 (0x750)
_ultow_s0x77f8c5c11873 (0x751)
_vscwprintf0x77f3a5c31874 (0x752)
_vsnprintf0x77ee665b1875 (0x753)
_vsnprintf_s0x77ec35d61876 (0x754)
_vsnwprintf0x77f2caaa1877 (0x755)
_vsnwprintf_s0x77ed78d41878 (0x756)
_vswprintf0x77f89e6d1879 (0x757)
_wcsicmp0x77f16f611880 (0x758)
_wcslwr0x77f89e8c1881 (0x759)
_wcsnicmp0x77f158fc1882 (0x75a)
_wcsnset_s0x77f89edb1883 (0x75b)
_wcsset_s0x77f89f591884 (0x75c)
_wcstoui640x77f8a2551885 (0x75d)
_wcsupr0x77f8a2741886 (0x75e)
_wmakepath_s0x77f8cb7a1887 (0x75f)
_wsplitpath_s0x77f8cc951888 (0x760)
_wtoi0x77ed0b281889 (0x761)
_wtoi640x77f8a2ac1890 (0x762)
_wtol0x77ed0adf1891 (0x763)
abs0x77f8a3e41892 (0x764)
atan0x77ef48c01893 (0x765)
atoi0x77ec9d0d1894 (0x766)
atol0x77ec9d1a1895 (0x767)
bsearch0x77f1cdae1896 (0x768)
ceil0x77ef49701897 (0x769)
cos0x77f074001898 (0x76a)
fabs0x77f8a2d31899 (0x76b)
floor0x77ef4ab01900 (0x76c)
isalnum0x77f8973f1901 (0x76d)
isalpha0x77ed2be91902 (0x76e)
iscntrl0x77f897b41903 (0x76f)
isdigit0x77ed33fb1904 (0x770)
isgraph0x77f8978d1905 (0x771)
islower0x77f896f51906 (0x772)
isprint0x77f897661907 (0x773)
ispunct0x77f8971a1908 (0x774)
isspace0x77ec32b21909 (0x775)
isupper0x77f896d01910 (0x776)
iswalpha0x77eee3b91911 (0x777)
iswctype0x77ef3f951912 (0x778)
iswdigit0x77ef40351913 (0x779)
iswlower0x77f8a3b11914 (0x77a)
iswspace0x77ec372d1915 (0x77b)
iswxdigit0x77f8a3c91916 (0x77c)
isxdigit0x77ed35f31917 (0x77d)
labs0x77f8a3e41918 (0x77e)
log0x77f074c01919 (0x77f)
mbstowcs0x77ec7a201920 (0x780)
memchr0x77ef4c001921 (0x781)
memcmp0x77ef3b1b1922 (0x782)
memcpy0x77ef4cc01923 (0x783)
memcpy_s0x77f8cec31924 (0x784)
memmove0x77ef50001925 (0x785)
memmove_s0x77f8cf411926 (0x786)
memset0x77ef53401927 (0x787)
pow0x77f06ac01928 (0x788)
qsort0x77ed7a021929 (0x789)
sin0x77ef41c01930 (0x78a)
sprintf0x77f8a3f91931 (0x78b)
sprintf_s0x77ed45a41932 (0x78c)
sqrt0x77ef42941933 (0x78d)
sscanf0x77f8a4dd1934 (0x78e)
sscanf_s0x77f8cfa41935 (0x78f)
strcat0x77ef53d01936 (0x790)
strcat_s0x77ee39ce1937 (0x791)
strchr0x77f076901938 (0x792)
strcmp0x77ef54c01939 (0x793)
strcpy0x77ef53c01940 (0x794)
strcpy_s0x77ee389e1941 (0x795)
strcspn0x77ef55501942 (0x796)
strlen0x77ef55c01943 (0x797)
strncat0x77ef56501944 (0x798)
strncat_s0x77f8cfed1945 (0x799)
strncmp0x77f325ec1946 (0x79a)
strncpy0x77ef57901947 (0x79b)
strncpy_s0x77edd83f1948 (0x79c)
strnlen0x77f8a5021949 (0x79d)
strpbrk0x77ef58c01950 (0x79e)
strrchr0x77ef59001951 (0x79f)
strspn0x77ef59301952 (0x7a0)
strstr0x77f075c01953 (0x7a1)
strtok_s0x77f8d0ca1954 (0x7a2)
strtol0x77ed387a1955 (0x7a3)
strtoul0x77f8a5241956 (0x7a4)
swprintf0x77f89d481957 (0x7a5)
swprintf_s0x77ee7a931958 (0x7a6)
swscanf_s0x77f8d1b21959 (0x7a7)
tan0x77ef59801960 (0x7a8)
tolower0x77f8a5431961 (0x7a9)
toupper0x77f3259d1962 (0x7aa)
towlower0x77f8a5701963 (0x7ab)
towupper0x77f8a5931964 (0x7ac)
vDbgPrintEx0x77f68d141965 (0x7ad)
vDbgPrintExWithPrefix0x77f68d3a1966 (0x7ae)
vsprintf0x77f8a61f1967 (0x7af)
vsprintf_s0x77ed45c51968 (0x7b0)
vswprintf_s0x77ee7ab41969 (0x7b1)
wcscat0x77f8a63e1970 (0x7b2)
wcscat_s0x77ee6ab81971 (0x7b3)
wcschr0x77f173901972 (0x7b4)
wcscmp0x77ef3c0f1973 (0x7b5)
wcscpy0x77ec2dea1974 (0x7b6)
wcscpy_s0x77f2a5c51975 (0x7b7)
wcscspn0x77edd91e1976 (0x7b8)
wcslen0x77ef23751977 (0x7b9)
wcsncat0x77f8a6711978 (0x7ba)
wcsncat_s0x77eeb7931979 (0x7bb)
wcsncmp0x77f1898c1980 (0x7bc)
wcsncpy0x77ef3c521981 (0x7bd)
wcsncpy_s0x77edb2891982 (0x7be)
wcsnlen0x77f394b81983 (0x7bf)
wcspbrk0x77f30eec1984 (0x7c0)
wcsrchr0x77f189591985 (0x7c1)
wcsspn0x77ec5e2f1986 (0x7c2)
wcsstr0x77f28ab51987 (0x7c3)
wcstol0x77ed19311988 (0x7c4)
wcstombs0x77f8a6b61989 (0x7c5)
wcstoul0x77ec5d711990 (0x7c6)

【User32.DLL 822個】
User32.dll(Function Name) Address Ordinal
ActivateKeyboardLayout0x77d182031502 (0x5de)
AddClipboardFormatListener0x77d749a51503 (0x5df)
AdjustWindowRect0x77d370a41504 (0x5e0)
AdjustWindowRectEx0x77d248ba1505 (0x5e1)
AlignRects0x77d755981506 (0x5e2)
AllowForegroundActivation0x77d5c2921507 (0x5e3)
AllowSetForegroundWindow0x77d17b601508 (0x5e4)
AnimateWindow0x77d406201509 (0x5e5)
AnyPopup0x77d727ee1510 (0x5e6)
AppendMenuA0x77d73aa31511 (0x5e7)
AppendMenuW0x77d2175c1512 (0x5e8)
ArrangeIconicWindows0x77d412de1513 (0x5e9)
AttachThreadInput0x77d46b541514 (0x5ea)
BeginDeferWindowPos0x77d1a6a61515 (0x5eb)
BeginPaint0x77d25d141516 (0x5ec)
BlockInput0x77d46a991517 (0x5ed)
BringWindowToTop0x77d4040b1518 (0x5ee)
BroadcastSystemMessage0x77d73b4a1519 (0x5ef)
BroadcastSystemMessageA0x77d73b4a1520 (0x5f0)
BroadcastSystemMessageExA0x77d73b231521 (0x5f1)
BroadcastSystemMessageExW0x77d142551522 (0x5f2)
BroadcastSystemMessageW0x77d17cb81523 (0x5f3)
BuildReasonArray0x77d7042d1524 (0x5f4)
CalcMenuBar0x77d24d551525 (0x5f5)
CalculatePopupWindowPosition0x77d2ee861526 (0x5f6)
CallMsgFilter0x77d73eec1527 (0x5f7)
CallMsgFilterA0x77d73eec1528 (0x5f8)
CallMsgFilterW0x77d240c21529 (0x5f9)
CallNextHookEx0x77d1abe11530 (0x5fa)
CallWindowProcA0x77d42bd31531 (0x5fb)
CallWindowProcW0x77d21b3c1532 (0x5fc)
CancelShutdown0x77d5fd1b1533 (0x5fd)
CascadeChildWindows0x77d5beb21534 (0x5fe)
CascadeWindows0x77d6b9311535 (0x5ff)
ChangeClipboardChain0x77d4147c1536 (0x600)
ChangeDisplaySettingsA0x77d741021537 (0x601)
ChangeDisplaySettingsExA0x77d3627a1538 (0x602)
ChangeDisplaySettingsExW0x77d5fa391539 (0x603)
ChangeDisplaySettingsW0x77d361811540 (0x604)
ChangeMenuA0x77d6bca11541 (0x605)
ChangeMenuW0x77d6bbfc1542 (0x606)
ChangeWindowMessageFilter0x77d1e2481543 (0x607)
ChangeWindowMessageFilterEx0x77d224c81544 (0x608)
CharLowerA0x77d23bf01545 (0x609)
CharLowerBuffA0x77d23b3a1546 (0x60a)
CharLowerBuffW0x77d23afe1547 (0x60b)
CharLowerW0x77d1ba8a1548 (0x60c)
CharNextA0x77d1c8611549 (0x60d)
CharNextExA0x77d7205f1557 (0x615)
CharNextW0x77d20be61558 (0x616)
CharPrevA0x77d1c8be1559 (0x617)
CharPrevExA0x77d720961560 (0x618)
CharPrevW0x77d1c8161561 (0x619)
CharToOemA0x77d198a71562 (0x61a)
CharToOemBuffA0x77d1624b1563 (0x61b)
CharToOemBuffW0x77d6f11f1564 (0x61c)
CharToOemW0x77d6f0c81565 (0x61d)
CharUpperA0x77d2ecae1566 (0x61e)
CharUpperBuffA0x77d2ecef1567 (0x61f)
CharUpperBuffW0x77d2ebd51568 (0x620)
CharUpperW0x77d2e9811569 (0x621)
CheckDesktopByThreadId0x77d18d3d1570 (0x622)
CheckDlgButton0x77d3ebfe1571 (0x623)
CheckMenuItem0x77d3ee7c1572 (0x624)
CheckMenuRadioItem0x77d325df1573 (0x625)
CheckRadioButton0x77d3ecf51574 (0x626)
CheckWindowThreadDesktop0x77d74a1d1575 (0x627)
ChildWindowFromPoint0x77d5b6aa1576 (0x628)
ChildWindowFromPointEx0x77d3f6241577 (0x629)
CliImmSetHotKey0x77d591ed1578 (0x62a)
ClientThreadSetup0x77d2d90b1579 (0x62b)
ClientToScreen0x77d213161580 (0x62c)
ClipCursor0x77d2f8f71581 (0x62d)
CloseClipboard0x77d4446c1582 (0x62e)
CloseDesktop0x77d1c4ce1583 (0x62f)
CloseGestureInfoHandle0x77d5b38a1584 (0x630)
CloseTouchInputHandle0x77d5d42e1585 (0x631)
CloseWindow0x77d5bed31586 (0x632)
CloseWindowStation0x77d1c6f21587 (0x633)
ConsoleControl0x77d2ced11588 (0x634)
ControlMagnification0x77d3688c1589 (0x635)
CopyAcceleratorTableA0x77d3af0b1590 (0x636)
CopyAcceleratorTableW0x77d434121591 (0x637)
CopyIcon0x77d441191592 (0x638)
CopyImage0x77d187a61593 (0x639)
CopyRect0x77d24ad91594 (0x63a)
CountClipboardFormats0x77d4470a1595 (0x63b)
CreateAcceleratorTableA0x77d36e791596 (0x63c)
CreateAcceleratorTableW0x77d197941597 (0x63d)
CreateCaret0x77d462321598 (0x63e)
CreateCursor0x77d344891599 (0x63f)
CreateDesktopA0x77d5bd9e1600 (0x640)
CreateDesktopExA0x77d5bcac1601 (0x641)
CreateDesktopExW0x77d140f81602 (0x642)
CreateDesktopW0x77d140cf1603 (0x643)
CreateDialogIndirectParamA0x77d3721d1604 (0x644)
CreateDialogIndirectParamAorW0x77d453271605 (0x645)
CreateDialogIndirectParamW0x77d3ea101606 (0x646)
CreateDialogParamA0x77d31f421607 (0x647)
CreateDialogParamW0x77d456301608 (0x648)
CreateIcon0x77d375101609 (0x649)
CreateIconFromResource0x77d5d2b61610 (0x64a)
CreateIconFromResourceEx0x77d1de111611 (0x64b)
CreateIconIndirect0x77d1a7ab1612 (0x64c)
CreateMDIWindowA0x77d387141613 (0x64d)
CreateMDIWindowW0x77d367cb1614 (0x64e)
CreateMenu0x77d46aed1615 (0x64f)
CreatePopupMenu0x77d1867c1616 (0x650)
CreateSystemThreads0x77d728281617 (0x651)
CreateWindowExA0x77d1bf401618 (0x652)
CreateWindowExW0x77d1ec7c1619 (0x653)
CreateWindowStationA0x77d5c8f41620 (0x654)
CreateWindowStationW0x77d1164c1621 (0x655)
CsrBroadcastSystemMessageExW0x77d142b41622 (0x656)
CtxInitUser320x77d11c4f1623 (0x657)
DdeAbandonTransaction0x77d739341624 (0x658)
DdeAccessData0x77d672911625 (0x659)
DdeAddData0x77d675f51626 (0x65a)
DdeClientTransaction0x77d7323c1627 (0x65b)
DdeCmpStringHandles0x77d67a4b1628 (0x65c)
DdeConnect0x77d5eb5b1629 (0x65d)
DdeConnectList0x77d5ee711630 (0x65e)
DdeCreateDataHandle0x77d35d421631 (0x65f)
DdeCreateStringHandleA0x77d369ec1632 (0x660)
DdeCreateStringHandleW0x77d15e1a1633 (0x661)
DdeDisconnect0x77d5ed591634 (0x662)
DdeDisconnectList0x77d5edd01635 (0x663)
DdeEnableCallback0x77d5a70a1636 (0x664)
DdeFreeDataHandle0x77d35ddc1637 (0x665)
DdeFreeStringHandle0x77d42d001638 (0x666)
DdeGetData0x77d34d501639 (0x667)
DdeGetLastError0x77d60f781640 (0x668)
DdeGetQualityOfService0x77d5e5b91641 (0x669)
DdeImpersonateClient0x77d60fb91642 (0x66a)
DdeInitializeA0x77d369ac1643 (0x66b)
DdeInitializeW0x77d15df21644 (0x66c)
DdeKeepStringHandle0x77d67b0b1645 (0x66d)
DdeNameService0x77d16a011646 (0x66e)
DdePostAdvise0x77d72f2d1647 (0x66f)
DdeQueryConvInfo0x77d737561648 (0x670)
DdeQueryNextServer0x77d5e6f81649 (0x671)
DdeQueryStringA0x77d67b981650 (0x672)
DdeQueryStringW0x77d35aef1651 (0x673)
DdeReconnect0x77d5ec061652 (0x674)
DdeSetQualityOfService0x77d5e5b91653 (0x675)
DdeSetUserHandle0x77d738d91654 (0x676)
DdeUnaccessData0x77d673031655 (0x677)
DdeUninitialize0x77d42bf71656 (0x678)
DefDlgProcA0x77d371e41657 (0x679)
DefDlgProcW0x77d45bc11658 (0x67a)
DefFrameProcA0x77d425b71659 (0x67b)
DefFrameProcW0x77d4152b1660 (0x67c)
DefMDIChildProcA0x77d425db1661 (0x67d)
DefMDIChildProcW0x77d4150a1662 (0x67e)
DefRawInputProc0x77d5cc171663 (0x67f)
DefWindowProcA0x77d1bb1c1664 (0x680)
DefWindowProcW0x77d2507d1665 (0x681)
DeferWindowPos0x77d1a6c81666 (0x682)
DeleteMenu0x77d183c21667 (0x683)
DeregisterShellHookWindow0x77d33c5e1668 (0x684)
DestroyAcceleratorTable0x77d462e51669 (0x685)
DestroyCaret0x77d463c01670 (0x686)
DestroyCursor0x77d1a77f1671 (0x687)
DestroyIcon0x77d1a77f1672 (0x688)
DestroyMenu0x77d187f71673 (0x689)
DestroyReasons0x77d700711674 (0x68a)
DestroyWindow0x77d1b2f41675 (0x68b)
DeviceEventWorker0x77d141bf1676 (0x68c)
DialogBoxIndirectParamA0x77d5d2741677 (0x68d)
DialogBoxIndirectParamAorW0x77d43b401678 (0x68e)
DialogBoxIndirectParamW0x77d43b7f1679 (0x68f)
DialogBoxParamA0x77d5cf421680 (0x690)
DialogBoxParamW0x77d33b9b1681 (0x691)
DisableProcessWindowsGhosting0x77d159bd1682 (0x692)
DispatchMessageA0x77d22e321683 (0x693)
DispatchMessageW0x77d2cc611684 (0x694)
DisplayConfigGetDeviceInfo0x77d2f0261685 (0x695)
DisplayConfigSetDeviceInfo0x77d748a51686 (0x696)
DisplayExitWindowsWarnings0x77d5ff971687 (0x697)
DlgDirListA0x77d69eab1688 (0x698)
DlgDirListComboBoxA0x77d5e1ac1689 (0x699)
DlgDirListComboBoxW0x77d5e2391690 (0x69a)
DlgDirListW0x77d69f391691 (0x69b)
DlgDirSelectComboBoxExA0x77d5e26a1692 (0x69c)
DlgDirSelectComboBoxExW0x77d5e1541693 (0x69d)
DlgDirSelectExA0x77d6a0fc1694 (0x69e)
DlgDirSelectExW0x77d6a1621695 (0x69f)
DoSoundConnect0x77d13e691696 (0x6a0)
DoSoundDisconnect0x77d74a311697 (0x6a1)
DragDetect0x77d74a431698 (0x6a2)
DragObject0x77d74a571699 (0x6a3)
DrawAnimatedRects0x77d74a6b1700 (0x6a4)
DrawCaption0x77d6ee361701 (0x6a5)
DrawCaptionTempA0x77d73fbe1702 (0x6a6)
DrawCaptionTempW0x77d5fa791703 (0x6a7)
DrawEdge0x77d2311a1704 (0x6a8)
DrawFocusRect0x77d430911705 (0x6a9)
DrawFrame0x77d2ee9a1706 (0x6aa)
DrawFrameControl0x77d3b4f91707 (0x6ab)
DrawIcon0x77d164271708 (0x6ac)
DrawIconEx0x77d22c321709 (0x6ad)
DrawMenuBar0x77d415ae1710 (0x6ae)
DrawMenuBarTemp0x77d6bd651711 (0x6af)
DrawStateA0x77d6c1a51712 (0x6b0)
DrawStateW0x77d435881713 (0x6b1)
DrawTextA0x77d3ae291714 (0x6b2)
DrawTextExA0x77d3ae601715 (0x6b3)
DrawTextExW0x77d258941716 (0x6b4)
DrawTextW0x77d25b6a1717 (0x6b5)
DwmGetDxSharedSurface0x77d363e61718 (0x6b6)
DwmStartRedirection0x77d14fba1719 (0x6b7)
DwmStopRedirection0x77d361a91720 (0x6b8)
EditWndProc0x77d3b6cb1721 (0x6b9)
EmptyClipboard0x77d3290c1722 (0x6ba)
EnableMenuItem0x77d443bc1723 (0x6bb)
EnableScrollBar0x77d419ce1724 (0x6bc)
EnableWindow0x77d18d021725 (0x6bd)
EndDeferWindowPos0x77d1a67a1726 (0x6be)
EndDialog0x77d43ba31727 (0x6bf)
EndMenu0x77d183021728 (0x6c0)
EndPaint0x77d25d421729 (0x6c1)
EndTask0x77d5fd661730 (0x6c2)
EnterReaderModeHelper0x77d6fa1b1731 (0x6c3)
EnumChildWindows0x77d229481732 (0x6c4)
EnumClipboardFormats0x77d447ec1733 (0x6c5)
EnumDesktopWindows0x77d1b4c71734 (0x6c6)
EnumDesktopsA0x77d16e801735 (0x6c7)
EnumDesktopsW0x77d1c6981736 (0x6c8)
EnumDisplayDevicesA0x77d1c2041737 (0x6c9)
EnumDisplayDevicesW0x77d15b661738 (0x6ca)
EnumDisplayMonitors0x77d234a31739 (0x6cb)
EnumDisplaySettingsA0x77d364df1740 (0x6cc)
EnumDisplaySettingsExA0x77d3650b1741 (0x6cd)
EnumDisplaySettingsExW0x77d213cc1742 (0x6ce)
EnumDisplaySettingsW0x77d214c71743 (0x6cf)
EnumPropsA0x77d5b0561744 (0x6d0)
EnumPropsExA0x77d5b0901745 (0x6d1)
EnumPropsExW0x77d5b0ae1746 (0x6d2)
EnumPropsW0x77d5b0731747 (0x6d3)
EnumThreadWindows0x77d1b7121748 (0x6d4)
EnumWindowStationsA0x77d16e631749 (0x6d5)
EnumWindowStationsW0x77d471781750 (0x6d6)
EnumWindows0x77d2375b1751 (0x6d7)
EqualRect0x77d249ba1752 (0x6d8)
ExcludeUpdateRgn0x77d3e9471753 (0x6d9)
ExitWindowsEx0x77d606c71754 (0x6da)
FillRect0x77d25d561755 (0x6db)
FindWindowA0x77d18ff31756 (0x6dc)
FindWindowExA0x77d16f691757 (0x6dd)
FindWindowExW0x77d4712b1758 (0x6de)
FindWindowW0x77d1ae0d1759 (0x6df)
FlashWindow0x77d42ef31760 (0x6e0)
FlashWindowEx0x77d42f321761 (0x6e1)
FrameRect0x77d40eb01762 (0x6e2)
FreeDDElParam0x77d34c3c1763 (0x6e3)
FrostCrashedWindow0x77d74acf1764 (0x6e4)
GetActiveWindow0x77d43b331765 (0x6e5)
GetAltTabInfo0x77d740de1766 (0x6e6)
GetAltTabInfoA0x77d740de1767 (0x6e7)
GetAltTabInfoW0x77d5faf31768 (0x6e8)
GetAncestor0x77d22a9d1769 (0x6e9)
GetAppCompatFlags20x77d2d7341770 (0x6ea)
GetAppCompatFlags0x77d211ff1771 (0x6eb)
GetAsyncKeyState0x77d1a2561772 (0x6ec)
GetCapture0x77d19dc71773 (0x6ed)
GetCaretBlinkTime0x77d20d011774 (0x6ee)
GetCaretPos0x77d433fe1775 (0x6ef)
GetClassInfoA0x77d171581776 (0x6f0)
GetClassInfoExA0x77d16fd91777 (0x6f1)
GetClassInfoExW0x77d2095e1778 (0x6f2)
GetClassInfoW0x77d20ac21779 (0x6f3)
GetClassLongA0x77d4119f1780 (0x6f4)
GetClassLongW0x77d238601781 (0x6f5)
GetClassNameA0x77d424451782 (0x6f6)
GetClassNameW0x77d22a291783 (0x6f7)
GetClassWord0x77d440761784 (0x6f8)
GetClientRect0x77d254dd1785 (0x6f9)
GetClipCursor0x77d74b091786 (0x6fa)
GetClipboardData0x77d32ba71787 (0x6fb)
GetClipboardFormatNameA0x77d3700a1788 (0x6fc)
GetClipboardFormatNameW0x77d35fd21789 (0x6fd)
GetClipboardOwner0x77d445251790 (0x6fe)
GetClipboardSequenceNumber0x77d445131791 (0x6ff)
GetClipboardViewer0x77d74af71792 (0x700)
GetComboBoxInfo0x77d434661793 (0x701)
GetCursor0x77d464081794 (0x702)
GetCursorFrameInfo0x77d4266e1795 (0x703)
GetCursorInfo0x77d74b311796 (0x704)
GetCursorPos0x77d1a4b31797 (0x705)
GetDC0x77d2544c1798 (0x706)
GetDCEx0x77d22d571799 (0x707)
GetDesktopWindow0x77d201a91800 (0x708)
GetDialogBaseUnits0x77d4351c1801 (0x709)
GetDisplayConfigBufferSizes0x77d14fce1802 (0x70a)
GetDlgCtrlID0x77d1b4e81803 (0x70b)
GetDlgItem0x77d442bb1804 (0x70c)
GetDlgItemInt0x77d3ed561805 (0x70d)
GetDlgItemTextA0x77d73d141806 (0x70e)
GetDlgItemTextW0x77d3ecbc1807 (0x70f)
GetDoubleClickTime0x77d1ade01808 (0x710)
GetFocus0x77d23a341809 (0x711)
GetForegroundWindow0x77d2335d1810 (0x712)
GetGUIThreadInfo0x77d2237e1811 (0x713)
GetGestureConfig0x77d750a31812 (0x714)
GetGestureExtraArgs0x77d5b3761813 (0x715)
GetGestureInfo0x77d5b30d1814 (0x716)
GetGuiResources0x77d74b451815 (0x717)
GetIconInfo0x77d229891816 (0x718)
GetIconInfoExA0x77d5d0671817 (0x719)
GetIconInfoExW0x77d5cfae1818 (0x71a)
GetInputDesktop0x77d5bf181819 (0x71b)
GetInputLocaleInfo0x77d74b6d1820 (0x71c)
GetInputState0x77d41c5f1821 (0x71d)
GetInternalWindowPos0x77d74b811822 (0x71e)
GetKBCodePage0x77d5c2ba1823 (0x71f)
GetKeyNameTextA0x77d73d4d1824 (0x720)
GetKeyNameTextW0x77d5fa031825 (0x721)
GetKeyState0x77d22b4d1826 (0x722)
GetKeyboardLayout0x77d238001827 (0x723)
GetKeyboardLayoutList0x77d1935c1828 (0x724)
GetKeyboardLayoutNameA0x77d73db71829 (0x725)
GetKeyboardLayoutNameW0x77d5fa131830 (0x726)
GetKeyboardState0x77d469461831 (0x727)
GetKeyboardType0x77d5bfee1832 (0x728)
GetLastActivePopup0x77d468941833 (0x729)
GetLastInputInfo0x77d238341834 (0x72a)
GetLayeredWindowAttributes0x77d74f531835 (0x72b)
GetListBoxInfo0x77d74bbd1836 (0x72c)
GetMagnificationDesktopColorEffect0x77d6ab991837 (0x72d)
GetMagnificationDesktopMagnification0x77d6ac321838 (0x72e)
GetMagnificationLensCtxInformation0x77d3690b1839 (0x72f)
GetMenu0x77d46b681840 (0x730)
GetMenuBarInfo0x77d46fc71841 (0x731)
GetMenuCheckMarkDimensions0x77d6bd9b1842 (0x732)
GetMenuContextHelpId0x77d6bd461843 (0x733)
GetMenuDefaultItem0x77d187101844 (0x734)
GetMenuInfo0x77d445b11845 (0x735)
GetMenuItemCount0x77d1ae391846 (0x736)
GetMenuItemID0x77d19cd41847 (0x737)
GetMenuItemInfoA0x77d1856a1848 (0x738)
GetMenuItemInfoW0x77d1aefa1849 (0x739)
GetMenuItemRect0x77d322c51850 (0x73a)
GetMenuState0x77d467d21851 (0x73b)
GetMenuStringA0x77d73a161852 (0x73c)
GetMenuStringW0x77d465281853 (0x73d)
GetMessageA0x77d218991854 (0x73e)
GetMessageExtraInfo0x77d1b7051855 (0x73f)
GetMessagePos0x77d467031856 (0x740)
GetMessageTime0x77d442311857 (0x741)
GetMessageW0x77d2cde81858 (0x742)
GetMonitorInfoA0x77d1c34e1859 (0x743)
GetMonitorInfoW0x77d233e71860 (0x744)
GetMouseMovePointsEx0x77d74be51861 (0x745)
GetNextDlgGroupItem0x77d615f91862 (0x746)
GetNextDlgTabItem0x77d4625b1863 (0x747)
GetOpenClipboardWindow0x77d4480b1864 (0x748)
GetParent0x77d260291865 (0x749)
GetPhysicalCursorPos0x77d46ebd1866 (0x74a)
GetPriorityClipboardFormat0x77d74bf91867 (0x74b)
GetProcessDefaultLayout0x77d14e281868 (0x74c)
GetProcessWindowStation0x77d1dfdc1869 (0x74d)
GetProgmanWindow0x77d5c0cd1870 (0x74e)
GetPropA0x77d42b611871 (0x74f)
GetPropW0x77d25bbe1872 (0x750)
GetQueueStatus0x77d1b23d1873 (0x751)
GetRawInputBuffer0x77d671901874 (0x752)
GetRawInputData0x77d74c211875 (0x753)
GetRawInputDeviceInfoA0x77d73b991876 (0x754)
GetRawInputDeviceInfoW0x77d5ca061877 (0x755)
GetRawInputDeviceList0x77d74c491878 (0x756)
GetReasonTitleFromReasonCode0x77d705f91879 (0x757)
GetRegisteredRawInputDevices0x77d74c5d1880 (0x758)
GetScrollBarInfo0x77d24e111881 (0x759)
GetScrollInfo0x77d22da31882 (0x75a)
GetScrollPos0x77d40e431883 (0x75b)
GetScrollRange0x77d4045a1884 (0x75c)
GetSendMessageReceiver0x77d5c2c51885 (0x75d)
GetShellWindow0x77d22fcb1886 (0x75e)
GetSubMenu0x77d19c191887 (0x75f)
GetSysColor0x77d2db7a1888 (0x760)
GetSysColorBrush0x77d1f1ed1889 (0x761)
GetSystemMenu0x77d1fd8b1890 (0x762)
GetSystemMetrics0x77d267cf1891 (0x763)
GetTabbedTextExtentA0x77d60d141892 (0x764)
GetTabbedTextExtentW0x77d60cea1893 (0x765)
GetTaskmanWindow0x77d5c1221894 (0x766)
GetThreadDesktop0x77d2db661895 (0x767)
GetTitleBarInfo0x77d24d411896 (0x768)
GetTopLevelWindow0x77d74c711897 (0x769)
GetTopWindow0x77d424d91898 (0x76a)
GetTouchInputInfo0x77d5d6d31899 (0x76b)
GetUpdateRect0x77d1a5751900 (0x76c)
GetUpdateRgn0x77d41c071901 (0x76d)
GetUpdatedClipboardFormats0x77d74c851902 (0x76e)
GetUserObjectInformationA0x77d171b81903 (0x76f)
GetUserObjectInformationW0x77d1e3551904 (0x770)
GetUserObjectSecurity0x77d5bb6d1905 (0x771)
GetWinStationInfo0x77d5bba31906 (0x772)
GetWindow0x77d227801907 (0x773)
GetWindowCompositionAttribute0x77d22b251908 (0x774)
GetWindowCompositionInfo0x77d22b391909 (0x775)
GetWindowContextHelpId0x77d5c15f1910 (0x776)
GetWindowDC0x77d24ab71911 (0x777)
GetWindowDisplayAffinity0x77d74c991912 (0x778)
GetWindowInfo0x77d24b5e1913 (0x779)
GetWindowLongA0x77d1a95e1914 (0x77a)
GetWindowLongW0x77d261b81915 (0x77b)
GetWindowMinimizeRect0x77d19db31916 (0x77c)
GetWindowModuleFileName0x77d73b701917 (0x77d)
GetWindowModuleFileNameA0x77d73b701918 (0x77e)
GetWindowModuleFileNameW0x77d5c9dd1919 (0x77f)
GetWindowPlacement0x77d469de1920 (0x780)
GetWindowRect0x77d2558c1921 (0x781)
GetWindowRgn0x77d464151922 (0x782)
GetWindowRgnBox0x77d228ab1923 (0x783)
GetWindowRgnEx0x77d22bd91924 (0x784)
GetWindowTextA0x77d16eed1925 (0x785)
GetWindowTextLengthA0x77d36ded1926 (0x786)
GetWindowTextLengthW0x77d1a04c1927 (0x787)
GetWindowTextW0x77d1b8c51928 (0x788)
GetWindowThreadProcessId0x77d1ee321929 (0x789)
GetWindowWord0x77d404f51930 (0x78a)
GhostWindowFromHungWindow0x77d1a5611931 (0x78b)
GrayStringA0x77d5bb0d1932 (0x78c)
GrayStringW0x77d5bb3d1933 (0x78d)
HideCaret0x77d193481934 (0x78e)
HiliteMenuItem0x77d74cc11935 (0x78f)
HungWindowFromGhostWindow0x77d361f51936 (0x790)
IMPGetIMEA0x77d741d71937 (0x791)
IMPGetIMEW0x77d741c61938 (0x792)
IMPQueryIMEA0x77d741f91939 (0x793)
IMPQueryIMEW0x77d741e81940 (0x794)
IMPSetIMEA0x77d7421b1941 (0x795)
IMPSetIMEW0x77d7420a1942 (0x796)
ImpersonateDdeClientWindow0x77d74cd51943 (0x797)
InSendMessage0x77d16fb81944 (0x798)
InSendMessageEx0x77d1b27a1945 (0x799)
InflateRect0x77d254b41946 (0x79a)
InitializeLpkHooks0x77d2d8981947 (0x79b)
InsertMenuA0x77d73a601948 (0x79c)
InsertMenuItemA0x77d36d4e1949 (0x79d)
InsertMenuItemW0x77d1aac51950 (0x79e)
InsertMenuW0x77d1869a1951 (0x79f)
InternalGetWindowIcon0x77d361d61952 (0x7a0)
InternalGetWindowText0x77d24b001953 (0x7a1)
IntersectRect0x77d2ce381954 (0x7a2)
InvalidateRect0x77d2566d1955 (0x7a3)
InvalidateRgn0x77d17fa51956 (0x7a4)
InvertRect0x77d757191957 (0x7a5)
IsCharAlphaA0x77d387761958 (0x7a6)
IsCharAlphaNumericA0x77d35f3a1959 (0x7a7)
IsCharAlphaNumericW0x77d19a7a1960 (0x7a8)
IsCharAlphaW0x77d4154f1961 (0x7a9)
IsCharLowerA0x77d720ef1962 (0x7aa)
IsCharLowerW0x77d3758f1963 (0x7ab)
IsCharUpperA0x77d721561964 (0x7ac)
IsCharUpperW0x77d375c11965 (0x7ad)
IsChild0x77d23a831966 (0x7ae)
IsClipboardFormatAvailable0x77d444ff1967 (0x7af)
IsDialogMessage0x77d320191968 (0x7b0)
IsDialogMessageA0x77d320191969 (0x7b1)
IsDialogMessageW0x77d241041970 (0x7b2)
IsDlgButtonChecked0x77d371351971 (0x7b3)
IsGUIThread0x77d7288d1972 (0x7b4)
IsHungAppWindow0x77d471951973 (0x7b5)
IsIconic0x77d24c8e1974 (0x7b6)
IsMenu0x77d46f0e1975 (0x7b7)
IsProcessDPIAware0x77d2212e1976 (0x7b8)
IsRectEmpty0x77d2561e1977 (0x7b9)
IsSETEnabled0x77d13fbc1978 (0x7ba)
IsServerSideWindow0x77d229d01979 (0x7bb)
IsThreadDesktopComposited0x77d268b31980 (0x7bc)
IsTopLevelWindow0x77d1a49f1981 (0x7bd)
IsTouchWindow0x77d750031982 (0x7be)
IsWinEventHookInstalled0x77d43f6d1983 (0x7bf)
IsWindow0x77d253ba1984 (0x7c0)
IsWindowEnabled0x77d1a9b91985 (0x7c1)
IsWindowInDestroy0x77d24b3b1986 (0x7c2)
IsWindowRedirectedForPrint0x77d22d2b1987 (0x7c3)
IsWindowUnicode0x77d22f551988 (0x7c4)
IsWindowVisible0x77d24d691989 (0x7c5)
IsWow64Message0x77d762521990 (0x7c6)
IsZoomed0x77d24ce91991 (0x7c7)
KillTimer0x77d264f71992 (0x7c8)
LoadAcceleratorsA0x77d3ae021993 (0x7c9)
LoadAcceleratorsW0x77d1976d1994 (0x7ca)
LoadBitmapA0x77d416081995 (0x7cb)
LoadBitmapW0x77d164601996 (0x7cc)
LoadCursorA0x77d183281997 (0x7cd)
LoadCursorFromFileA0x77d592851998 (0x7ce)
LoadCursorFromFileW0x77d592661999 (0x7cf)
LoadCursorW0x77d1ed902003 (0x7d3)
LoadIconA0x77d164ad2004 (0x7d4)
LoadIconW0x77d1f1422006 (0x7d6)
LoadImageA0x77d377792007 (0x7d7)
LoadImageW0x77d212eb2008 (0x7d8)
LoadKeyboardLayoutA0x77d5c8922009 (0x7d9)
LoadKeyboardLayoutEx0x77d5c84f2010 (0x7da)
LoadKeyboardLayoutW0x77d5c8742011 (0x7db)
LoadLocalFonts0x77d122272012 (0x7dc)
LoadMenuA0x77d2f92c2013 (0x7dd)
LoadMenuIndirectA0x77d1fbf52014 (0x7de)
LoadMenuIndirectW0x77d1fbf52015 (0x7df)
LoadMenuW0x77d1f2142016 (0x7e0)
LoadRemoteFonts0x77d13ee72017 (0x7e1)
LoadStringA0x77d166a72018 (0x7e2)
LoadStringW0x77d1dfba2019 (0x7e3)
LockSetForegroundWindow0x77d469ff2020 (0x7e4)
LockWindowStation0x77d1478a2021 (0x7e5)
LockWindowUpdate0x77d34a342022 (0x7e6)
LockWorkStation0x77d2edff2023 (0x7e7)
LogicalToPhysicalPoint0x77d46e4f2024 (0x7e8)
LookupIconIdFromDirectory0x77d5d2982025 (0x7e9)
LookupIconIdFromDirectoryEx0x77d1debc2026 (0x7ea)
MBToWCSEx0x77d2e9c42027 (0x7eb)
MB_GetString0x77d6c6fc2028 (0x7ec)
MapDialogRect0x77d4347a2029 (0x7ed)
MapVirtualKeyA0x77d460382030 (0x7ee)
MapVirtualKeyExA0x77d73df82031 (0x7ef)
MapVirtualKeyExW0x77d3fb482032 (0x7f0)
MapVirtualKeyW0x77d46a7c2033 (0x7f1)
MapWindowPoints0x77d25caa2034 (0x7f2)
MenuItemFromPoint0x77d74cfd2035 (0x7f3)
MenuWindowProcA0x77d5cbbb2036 (0x7f4)
MenuWindowProcW0x77d5cb772037 (0x7f5)
MessageBeep0x77d429392038 (0x7f6)
MessageBoxA0x77d6ea112039 (0x7f7)
MessageBoxExA0x77d6e9c92040 (0x7f8)
MessageBoxExW0x77d6e9ed2041 (0x7f9)
MessageBoxIndirectA0x77d6e8692042 (0x7fa)
MessageBoxIndirectW0x77d6e9632043 (0x7fb)
MessageBoxTimeoutA0x77d6e7952044 (0x7fc)
MessageBoxTimeoutW0x77d6e70d2045 (0x7fd)
MessageBoxW0x77d6ea5f2046 (0x7fe)
ModifyMenuA0x77d73ae02047 (0x7ff)
ModifyMenuW0x77d446c72048 (0x800)
MonitorFromPoint0x77d194c92049 (0x801)
MonitorFromRect0x77d20ca12050 (0x802)
MonitorFromWindow0x77d236222051 (0x803)
MoveWindow0x77d18d292052 (0x804)
MsgWaitForMultipleObjects0x77d237d82053 (0x805)
MsgWaitForMultipleObjectsEx0x77d1e3692054 (0x806)
NotifyOverlayWindow0x77d5c06c2055 (0x807)
NotifyWinEvent0x77d2cfbe2056 (0x808)
OemKeyScan0x77d6f1ea2057 (0x809)
OemToCharA0x77d6f0412058 (0x80a)
OemToCharBuffA0x77d6f0802059 (0x80b)
OemToCharBuffW0x77d6f1ac2060 (0x80c)
OemToCharW0x77d6f1642061 (0x80d)
OffsetRect0x77d2cdab2062 (0x80e)
OpenClipboard0x77d4447e2063 (0x80f)
OpenDesktopA0x77d1b7642064 (0x810)
OpenDesktopW0x77d1c6692065 (0x811)
OpenIcon0x77d5c0872066 (0x812)
OpenInputDesktop0x77d15c392067 (0x813)
OpenThreadDesktop0x77d74d732068 (0x814)
OpenWindowStationA0x77d16e9e2069 (0x815)
OpenWindowStationW0x77d4714c2070 (0x816)
PackDDElParam0x77d357e62071 (0x817)
PaintDesktop0x77d1573b2072 (0x818)
PaintMenuBar0x77d470822073 (0x819)
PaintMonitor0x77d154a42074 (0x81a)
PeekMessageA0x77d219a52075 (0x81b)
PeekMessageW0x77d2634a2076 (0x81c)
PhysicalToLogicalPoint0x77d46e632077 (0x81d)
PostMessageA0x77d1b4462078 (0x81e)
PostMessageW0x77d2447b2079 (0x81f)
PostQuitMessage0x77d1b3082080 (0x820)
PostThreadMessageA0x77d1ad092081 (0x821)
PostThreadMessageW0x77d1eefc2082 (0x822)
PrintWindow0x77d74d872083 (0x823)
PrivateExtractIconExA0x77d6713f2084 (0x824)
PrivateExtractIconExW0x77d212332085 (0x825)
PrivateExtractIconsA0x77d670e52086 (0x826)
PrivateExtractIconsW0x77d20d132087 (0x827)
PrivateRegisterICSProc0x77d1432f2088 (0x828)
PtInRect0x77d223922089 (0x829)
QueryDisplayConfig0x77d150a52090 (0x82a)
QuerySendMessage0x77d74d9b2091 (0x82b)
RealChildWindowFromPoint0x77d74daf2092 (0x82c)
RealGetWindowClass0x77d7405c2093 (0x82d)
RealGetWindowClassA0x77d7405c2094 (0x82e)
RealGetWindowClassW0x77d1adb32095 (0x82f)
ReasonCodeNeedsBugID0x77d6fa962096 (0x830)
ReasonCodeNeedsComment0x77d6fa7f2097 (0x831)
RecordShutdownReason0x77d603502098 (0x832)
RedrawWindow0x77d229bc2099 (0x833)
RegisterClassA0x77d1bc6a2100 (0x834)
RegisterClassExA0x77d162932101 (0x835)
RegisterClassExW0x77d201622102 (0x836)
RegisterClassW0x77d1ed4a2103 (0x837)
RegisterClipboardFormatA0x77d1c0912104 (0x838)
RegisterClipboardFormatW0x77d1df8d2105 (0x839)
RegisterDeviceNotificationA0x77d16c532106 (0x83a)
RegisterDeviceNotificationW0x77d16c532107 (0x83b)
RegisterErrorReportingDialog0x77d74dd72108 (0x83c)
RegisterFrostWindow0x77d5c29f2109 (0x83d)
RegisterGhostWindow0x77d361bb2110 (0x83e)
RegisterHotKey0x77d1aa192111 (0x83f)
RegisterLogonProcess0x77d1474b2112 (0x840)
RegisterMessagePumpHook0x77d188ad2113 (0x841)
RegisterPowerSettingNotification0x77d193702114 (0x842)
RegisterRawInputDevices0x77d15b522115 (0x843)
RegisterServicesProcess0x77d115392116 (0x844)
RegisterSessionPort0x77d13ed32117 (0x845)
RegisterShellHookWindow0x77d14aeb2118 (0x846)
RegisterSystemThread0x77d5c1922119 (0x847)
RegisterTasklist0x77d74deb2120 (0x848)
RegisterTouchWindow0x77d6ed182121 (0x849)
RegisterUserApiHook0x77d122af2122 (0x84a)
RegisterWindowMessageA0x77d1c0912123 (0x84b)
RegisterWindowMessageW0x77d1df8d2124 (0x84c)
ReleaseCapture0x77d469f22125 (0x84d)
ReleaseDC0x77d254212126 (0x84e)
RemoveClipboardFormatListener0x77d74dff2127 (0x84f)
RemoveMenu0x77d186e82128 (0x850)
RemovePropA0x77d425512129 (0x851)
RemovePropW0x77d25fe12130 (0x852)
ReplyMessage0x77d35ca72131 (0x853)
ResolveDesktopForWOW0x77d74e132132 (0x854)
ReuseDDElParam0x77d357932133 (0x855)
ScreenToClient0x77d1a5062134 (0x856)
ScrollChildren0x77d6b4a92135 (0x857)
ScrollDC0x77d2ec442136 (0x858)
ScrollWindow0x77d3fc1d2137 (0x859)
ScrollWindowEx0x77d43fe62138 (0x85a)
SendDlgItemMessageA0x77d372412139 (0x85b)
SendDlgItemMessageW0x77d370d82140 (0x85c)
SendIMEMessageExA0x77d741b52141 (0x85d)
SendIMEMessageExW0x77d741a42142 (0x85e)
SendInput0x77d470192143 (0x85f)
SendMessageA0x77d1ad602144 (0x860)
SendMessageCallbackA0x77d73e8b2145 (0x861)
SendMessageCallbackW0x77d22f7b2146 (0x862)
SendMessageTimeoutA0x77d46da92147 (0x863)
SendMessageTimeoutW0x77d1e4592148 (0x864)
SendMessageW0x77d255392149 (0x865)
SendNotifyMessageA0x77d3493c2150 (0x866)
SendNotifyMessageW0x77d1c88a2151 (0x867)
SetActiveWindow0x77d2333a2152 (0x868)
SetCapture0x77d469322153 (0x869)
SetCaretBlinkTime0x77d3fbd32154 (0x86a)
SetCaretPos0x77d462172155 (0x86b)
SetClassLongA0x77d412362156 (0x86c)
SetClassLongW0x77d1658b2157 (0x86d)
SetClassWord0x77d74e272158 (0x86e)
SetClipboardData0x77d329622159 (0x86f)
SetClipboardViewer0x77d36ff62160 (0x870)
SetCursor0x77d230752161 (0x871)
SetCursorContents0x77d74e3b2162 (0x872)
SetCursorPos0x77d5c1b02163 (0x873)
SetDebugErrorLevel0x77d7417a2164 (0x874)
SetDeskWallpaper0x77d5b71e2165 (0x875)
SetDisplayConfig0x77d7487c2166 (0x876)
SetDlgItemInt0x77d3ec2e2167 (0x877)
SetDlgItemTextA0x77d3707a2168 (0x878)
SetDlgItemTextW0x77d3ebd42169 (0x879)
SetDoubleClickTime0x77d5c1cb2170 (0x87a)
SetFocus0x77d1abad2171 (0x87b)
SetForegroundWindow0x77d1b2252172 (0x87c)
SetGestureConfig0x77d147152173 (0x87d)
SetInternalWindowPos0x77d74e4f2174 (0x87e)
SetKeyboardState0x77d4695a2175 (0x87f)
SetLastErrorEx0x77d6f3342176 (0x880)
SetLayeredWindowAttributes0x77d1a6dc2177 (0x881)
SetMagnificationDesktopColorEffect0x77d6ab452178 (0x882)
SetMagnificationDesktopMagnification0x77d6abfa2179 (0x883)
SetMagnificationLensCtxInformation0x77d368a02180 (0x884)
SetMenu0x77d46b0e2181 (0x885)
SetMenuContextHelpId0x77d74e632182 (0x886)
SetMenuDefaultItem0x77d186fc2183 (0x887)
SetMenuInfo0x77d447442184 (0x888)
SetMenuItemBitmaps0x77d3225e2185 (0x889)
SetMenuItemInfoA0x77d36d152186 (0x88a)
SetMenuItemInfoW0x77d217992187 (0x88b)
SetMessageExtraInfo0x77d5cbff2188 (0x88c)
SetMessageQueue0x77d367a42189 (0x88d)
SetMirrorRendering0x77d750b72190 (0x88e)
SetParent0x77d183142191 (0x88f)
SetPhysicalCursorPos0x77d46f6c2192 (0x890)
SetProcessDPIAware0x77d2e95c2193 (0x891)
SetProcessDefaultLayout0x77d5c27a2194 (0x892)
SetProcessWindowStation0x77d1b83d2195 (0x893)
SetProgmanWindow0x77d5c10a2196 (0x894)
SetPropA0x77d428e52197 (0x895)
SetPropW0x77d25dc52198 (0x896)
SetRect0x77d2498b2199 (0x897)
SetRectEmpty0x77d24a972200 (0x898)
SetScrollInfo0x77d248da2201 (0x899)
SetScrollPos0x77d404be2202 (0x89a)
SetScrollRange0x77d18ec52203 (0x89b)
SetShellWindow0x77d5c0b42204 (0x89c)
SetShellWindowEx0x77d13f942205 (0x89d)
SetSysColors0x77d6eaad2206 (0x89e)
SetSysColorsTemp0x77d6f24d2207 (0x89f)
SetSystemCursor0x77d6ec072208 (0x8a0)
SetSystemMenu0x77d3f5802209 (0x8a1)
SetTaskmanWindow0x77d13f312210 (0x8a2)
SetThreadDesktop0x77d1b8292211 (0x8a3)
SetTimer0x77d252ef2212 (0x8a4)
SetUserObjectInformationA0x77d74e8b2213 (0x8a5)
SetUserObjectInformationW0x77d74e8b2214 (0x8a6)
SetUserObjectSecurity0x77d122852215 (0x8a7)
SetWinEventHook0x77d224dc2216 (0x8a8)
SetWindowCompositionAttribute0x77d1aab12217 (0x8a9)
SetWindowContextHelpId0x77d2f6bb2218 (0x8aa)
SetWindowDisplayAffinity0x77d74edb2219 (0x8ab)
SetWindowLongA0x77d18ba32220 (0x8ac)
SetWindowLongW0x77d244492221 (0x8ad)
SetWindowPlacement0x77d17f782222 (0x8ae)
SetWindowPos0x77d21bc42223 (0x8af)
SetWindowRgn0x77d199ec2224 (0x8b0)
SetWindowRgnEx0x77d4314a2225 (0x8b1)
SetWindowStationUser0x77d13cad2226 (0x8b2)
SetWindowTextA0x77d40c5b2227 (0x8b3)
SetWindowTextW0x77d2612b2228 (0x8b4)
SetWindowWord0x77d404aa2229 (0x8b5)
SetWindowsHookA0x77d5b6412230 (0x8b6)
SetWindowsHookExA0x77d46d0c2231 (0x8b7)
SetWindowsHookExW0x77d1e30c2232 (0x8b8)
SetWindowsHookW0x77d5b65c2233 (0x8b9)
SfmDxBindSwapChain0x77d33c0e2234 (0x8ba)
SfmDxGetSwapChainStats0x77d33c4a2235 (0x8bb)
SfmDxOpenSwapChain0x77d33c222236 (0x8bc)
SfmDxQuerySwapChainBindingStatus0x77d33c362237 (0x8bd)
SfmDxReleaseSwapChain0x77d33cf22238 (0x8be)
SfmDxReportPendingBindingsToDwm0x77d14fa82239 (0x8bf)
SfmDxSetSwapChainBindingStatus0x77d33cde2240 (0x8c0)
SfmDxSetSwapChainStats0x77d2cebd2241 (0x8c1)
ShowCaret0x77d193342242 (0x8c2)
ShowCursor0x77d164d32243 (0x8c3)
ShowOwnedPopups0x77d428ca2244 (0x8c4)
ShowScrollBar0x77d43c892245 (0x8c5)
ShowStartGlass0x77d5c1e32246 (0x8c6)
ShowSystemCursor0x77d750cb2247 (0x8c7)
ShowWindow0x77d1f2a92248 (0x8c8)
ShowWindowAsync0x77d74f032249 (0x8c9)
ShutdownBlockReasonCreate0x77d607c52250 (0x8ca)
ShutdownBlockReasonDestroy0x77d5fdbe2251 (0x8cb)
ShutdownBlockReasonQuery0x77d608b12252 (0x8cc)
SoftModalMessageBox0x77d6da4b2253 (0x8cd)
SoundSentry0x77d35f282254 (0x8ce)
SubtractRect0x77d17f192255 (0x8cf)
SwapMouseButton0x77d5c1fb2256 (0x8d0)
SwitchDesktop0x77d1476b2257 (0x8d1)
SwitchDesktopWithFade0x77d14a0f2258 (0x8d2)
SwitchToThisWindow0x77d46a172259 (0x8d3)
SystemParametersInfoA0x77d180e02260 (0x8d4)
SystemParametersInfoW0x77d1e09a2261 (0x8d5)
TabbedTextOutA0x77d60c542262 (0x8d6)
TabbedTextOutW0x77d60c252263 (0x8d7)
TileChildWindows0x77d5c2132264 (0x8d8)
TileWindows0x77d6bbd52265 (0x8d9)
ToAscii0x77d5b73a2266 (0x8da)
ToAsciiEx0x77d5b7972267 (0x8db)
ToUnicode0x77d6ebd42268 (0x8dc)
ToUnicodeEx0x77d321b22269 (0x8dd)
TrackMouseEvent0x77d230ae2270 (0x8de)
TrackPopupMenu0x77d322282271 (0x8df)
TrackPopupMenuEx0x77d448322272 (0x8e0)
TranslateAccelerator0x77d4133f2273 (0x8e1)
TranslateAcceleratorA0x77d4133f2274 (0x8e2)
TranslateAcceleratorW0x77d2667e2275 (0x8e3)
TranslateMDISysAccel0x77d41a5a2276 (0x8e4)
TranslateMessage0x77d264c72277 (0x8e5)
TranslateMessageEx0x77d2cc792278 (0x8e6)
UnhookWinEvent0x77d1b7502279 (0x8e7)
UnhookWindowsHook0x77d5c2342280 (0x8e8)
UnhookWindowsHookEx0x77d1adf92281 (0x8e9)
UnionRect0x77d236992282 (0x8ea)
UnloadKeyboardLayout0x77d5c24f2283 (0x8eb)
UnlockWindowStation0x77d14a302284 (0x8ec)
UnpackDDElParam0x77d35a5d2285 (0x8ed)
UnregisterClassA0x77d18d702286 (0x8ee)
UnregisterClassW0x77d1b9ae2287 (0x8ef)
UnregisterDeviceNotification0x77d16dd42288 (0x8f0)
UnregisterHotKey0x77d46a542289 (0x8f1)
UnregisterMessagePumpHook0x77d1835c2290 (0x8f2)
UnregisterPowerSettingNotification0x77d4634b2291 (0x8f3)
UnregisterSessionPort0x77d74fa12292 (0x8f4)
UnregisterTouchWindow0x77d6ed332293 (0x8f5)
UnregisterUserApiHook0x77d122732294 (0x8f6)
UpdateLayeredWindow0x77d1a4202295 (0x8f7)
UpdateLayeredWindowIndirect0x77d19ac22296 (0x8f8)
UpdatePerUserSystemParameters0x77d133102297 (0x8f9)
UpdateWindow0x77d1ffa82298 (0x8fa)
UpdateWindowTransform0x77d74fb32299 (0x8fb)
User32InitializeImmEntryTable0x77d2e8782300 (0x8fc)
UserClientDllInitialize0x77d2d7112301 (0x8fd)
UserHandleGrantAccess0x77d74f672302 (0x8fe)
UserLpkPSMTextOut0x77d60dba2303 (0x8ff)
UserLpkTabbedTextOut0x77d60a682304 (0x900)
UserRealizePalette0x77d3ffd52305 (0x901)
UserRegisterWowHandlers0x77d5c2dd2306 (0x902)
VRipOutput0x77d762522307 (0x903)
VTagOutput0x77d762522308 (0x904)
ValidateRect0x77d3f0892309 (0x905)
ValidateRgn0x77d41a9e2310 (0x906)
VkKeyScanA0x77d366cf2311 (0x907)
VkKeyScanExA0x77d369472312 (0x908)
VkKeyScanExW0x77d3f09d2313 (0x909)
VkKeyScanW0x77d3ef772314 (0x90a)
WCSToMBEx0x77d1c15c2315 (0x90b)
WINNLSEnableIME0x77d741822316 (0x90c)
WINNLSGetEnableStatus0x77d741932317 (0x90d)
WINNLSGetIMEHotkey0x77d7414f2318 (0x90e)
WaitForInputIdle0x77d403972319 (0x90f)
WaitMessage0x77d266bd2320 (0x910)
WinHelpA0x77d3471e2321 (0x911)
WinHelpW0x77d348672322 (0x912)
WindowFromDC0x77d221162323 (0x913)
WindowFromPhysicalPoint0x77d46c392324 (0x914)
WindowFromPoint0x77d46be92325 (0x915)
_UserTestTokenForInteractive0x77d727432326 (0x916)
gSharedInfo0x77d794402327 (0x917)
gapfnScSendMessage0x77d2c3182328 (0x918)
keybd_event0x77d6ec3b2329 (0x919)
mouse_event0x77d362092330 (0x91a)
wsprintfA0x77d23f472331 (0x91b)
wsprintfW0x77d3426d2332 (0x91c)
wvsprintfA0x77d23c942333 (0x91d)
wvsprintfW0x77d3407a2334 (0x91e)

【Advapi32.DLL 805個】
Advapi32.dll(Function Name) Address Ordinal
I_ScGetCurrentGroupStateW0x77cc20f91001 (0x3e9)
A_SHAFinalNTDLL.
A_SHAFinal
1002 (0x3ea)
A_SHAInitNTDLL.
A_SHAInit
1003 (0x3eb)
A_SHAUpdateNTDLL.
A_SHAUpdate
1004 (0x3ec)
AbortSystemShutdownA0x77cbddb41005 (0x3ed)
AbortSystemShutdownW0x77cbdd601006 (0x3ee)
AccessCheck0x77c6ca3c1007 (0x3ef)
AccessCheckAndAuditAlarmA0x77ca12f91008 (0x3f0)
AccessCheckAndAuditAlarmW0x77ca2ff81009 (0x3f1)
AccessCheckByType0x77c6ae5c1010 (0x3f2)
AccessCheckByTypeAndAuditAlarmA0x77ca13e31011 (0x3f3)
AccessCheckByTypeAndAuditAlarmW0x77ca30081012 (0x3f4)
AccessCheckByTypeResultList0x77ca30181013 (0x3f5)
AccessCheckByTypeResultListAndAuditAlarmA0x77ca14dc1014 (0x3f6)
AccessCheckByTypeResultListAndAuditAlarm
ByHandleA
0x77ca15d51015 (0x3f7)
AccessCheckByTypeResultListAndAuditAlarm
ByHandleW
0x77ca30281016 (0x3f8)
AccessCheckByTypeResultListAndAuditAlarmW0x77ca30381017 (0x3f9)
AddAccessAllowedAce0x77c741761018 (0x3fa)
AddAccessAllowedAceEx0x77c7465d1019 (0x3fb)
AddAccessAllowedObjectAce0x77ca30481020 (0x3fc)
AddAccessDeniedAce0x77c871e41021 (0x3fd)
AddAccessDeniedAceEx0x77ca30581022 (0x3fe)
AddAccessDeniedObjectAce0x77ca30681023 (0x3ff)
AddAce0x77c6ae0f1024 (0x400)
AddAuditAccessAce0x77c619a41025 (0x401)
AddAuditAccessAceEx0x77ca30781026 (0x402)
AddAuditAccessObjectAce0x77ca30881027 (0x403)
AddConditionalAce0x77cc224e1028 (0x404)
AddMandatoryAceKERNELBASE.
AddMandatoryAce
1029 (0x405)
AddUsersToEncryptedFile0x77ca2a171030 (0x406)
AddUsersToEncryptedFileEx0x77ca2a5a1031 (0x407)
AdjustTokenGroups0x77ca30981032 (0x408)
AdjustTokenPrivileges0x77c7418e1033 (0x409)
AllocateAndInitializeSid0x77c740e61034 (0x40a)
AllocateLocallyUniqueId0x77c6198c1035 (0x40b)
AreAllAccessesGranted0x77ca30a81036 (0x40c)
AreAnyAccessesGranted0x77ca30b81037 (0x40d)
AuditComputeEffectivePolicyBySid0x77c6af441038 (0x40e)
AuditComputeEffectivePolicyByToken0x77ca5d411039 (0x40f)
AuditEnumerateCategories0x77ca5e2d1040 (0x410)
AuditEnumeratePerUserPolicy0x77ca5cc11041 (0x411)
AuditEnumerateSubCategories0x77c6b1d41042 (0x412)
AuditFree0x77c6b2ec1043 (0x413)
AuditLookupCategoryGuidFromCategoryId0x77ca61631044 (0x414)
AuditLookupCategoryIdFromCategoryGuid0x77ca61011045 (0x415)
AuditLookupCategoryNameA0x77ca60311046 (0x416)
AuditLookupCategoryNameW0x77ca5f311047 (0x417)
AuditLookupSubCategoryNameA0x77ca60991048 (0x418)
AuditLookupSubCategoryNameW0x77c892e21049 (0x419)
AuditQueryGlobalSaclA0x77ca650f1050 (0x41a)
AuditQueryGlobalSaclW0x77ca64c11051 (0x41b)
AuditQueryPerUserPolicy0x77ca5c191052 (0x41c)
AuditQuerySecurity0x77ca62991053 (0x41d)
AuditQuerySystemPolicy0x77c6aea41054 (0x41e)
AuditSetGlobalSaclA0x77ca63511055 (0x41f)
AuditSetGlobalSaclW0x77c6b2fc1056 (0x420)
AuditSetPerUserPolicy0x77ca5b851057 (0x421)
AuditSetSecurity0x77ca619f1058 (0x422)
AuditSetSystemPolicy0x77c6b1421059 (0x423)
BackupEventLogA0x77ca0f5a1060 (0x424)
BackupEventLogW0x77ca09ed1061 (0x425)
BuildExplicitAccessWithNameA0x77c623d51062 (0x426)
BuildExplicitAccessWithNameW0x77c623d51063 (0x427)
BuildImpersonateExplicitAccessWithNameA0x77cb1dbd1064 (0x428)
BuildImpersonateExplicitAccessWithNameW0x77cb1dbd1065 (0x429)
BuildImpersonateTrusteeA0x77cb1f881066 (0x42a)
BuildImpersonateTrusteeW0x77cb1f881067 (0x42b)
BuildSecurityDescriptorA0x77cb19251068 (0x42c)
BuildSecurityDescriptorW0x77c673451069 (0x42d)
BuildTrusteeWithNameA0x77c624051070 (0x42e)
BuildTrusteeWithNameW0x77c624051071 (0x42f)
BuildTrusteeWithObjectsAndNameA0x77cb20441072 (0x430)
BuildTrusteeWithObjectsAndNameW0x77cb20441073 (0x431)
BuildTrusteeWithObjectsAndSidA0x77cb1fa51074 (0x432)
BuildTrusteeWithObjectsAndSidW0x77cb1fa51075 (0x433)
BuildTrusteeWithSidA0x77c877e31076 (0x434)
BuildTrusteeWithSidW0x77c877e31077 (0x435)
CancelOverlappedAccess0x77cb30091078 (0x436)
ChangeServiceConfig2A0x77ca30c81079 (0x437)
ChangeServiceConfig2W0x77ca30d81080 (0x438)
ChangeServiceConfigA0x77ca30e81081 (0x439)
ChangeServiceConfigW0x77ca30f81082 (0x43a)
CheckTokenMembership0x77c6df041083 (0x43b)
ClearEventLogA0x77ca0ef11084 (0x43c)
ClearEventLogW0x77ca08c11085 (0x43d)
CloseCodeAuthzLevel0x77c838251086 (0x43e)
CloseEncryptedFileRaw0x77ca29181087 (0x43f)
CloseEventLog0x77c677c31088 (0x440)
CloseServiceHandle0x77c7369c1089 (0x441)
CloseThreadWaitChainSession0x77cc64c51090 (0x442)
CloseTrace0x77c70d391091 (0x443)
CommandLineFromMsiDescriptor0x77c89aa51092 (0x444)
ComputeAccessTokenFromCodeAuthzLevel0x77c833521093 (0x445)
ControlService0x77c871441094 (0x446)
ControlServiceExA0x77ca31081095 (0x447)
ControlServiceExW0x77ca31181096 (0x448)
ControlTraceA0x77cb8fd41097 (0x449)
ControlTraceW0x77c6f65b1098 (0x44a)
ConvertAccessToSecurityDescriptorA0x77cb3cb11099 (0x44b)
ConvertAccessToSecurityDescriptorW0x77cb29341100 (0x44c)
ConvertSDToStringSDRootDomainA0x77cc25dd1101 (0x44d)
ConvertSDToStringSDRootDomainW0x77cc248e1102 (0x44e)
ConvertSecurityDescriptorToAccessA0x77cb2b611103 (0x44f)
ConvertSecurityDescriptorToAccessNamedA0x77cb2b611104 (0x450)
ConvertSecurityDescriptorToAccessNamedW0x77cb2b3c1105 (0x451)
ConvertSecurityDescriptorToAccessW0x77cb2b3c1106 (0x452)
ConvertSecurityDescriptorToString
SecurityDescriptorA
0x77cc276a1107 (0x453)
ConvertSecurityDescriptorToString
SecurityDescriptorW
0x77c642411108 (0x454)
ConvertSidToStringSidA0x77c9192a1109 (0x455)
ConvertSidToStringSidW0x77c743441110 (0x456)
ConvertStringSDToSDDomainA0x77cc26c01111 (0x457)
ConvertStringSDToSDDomainW0x77cc24e61112 (0x458)
ConvertStringSDToSDRootDomainA0x77cc255d1113 (0x459)
ConvertStringSDToSDRootDomainW0x77cc243b1114 (0x45a)
ConvertStringSecurityDescriptor
ToSecurityDescriptorA
0x77c6ca941115 (0x45b)
ConvertStringSecurityDescriptor
ToSecurityDescriptorW
0x77c71f591116 (0x45c)
ConvertStringSidToSidA0x77c80f231117 (0x45d)
ConvertStringSidToSidW0x77c809dc1118 (0x45e)
ConvertToAutoInheritPrivateObjectSecurity0x77ca31281119 (0x45f)
CopySid0x77c7444e1120 (0x460)
CreateCodeAuthzLevel0x77cada881121 (0x461)
CreatePrivateObjectSecurity0x77c89a121122 (0x462)
CreatePrivateObjectSecurityEx0x77c6f4891123 (0x463)
CreatePrivateObjectSecurity
WithMultipleInheritance
0x77ca31381124 (0x464)
CreateProcessAsUserA0x77ca25381125 (0x465)
CreateProcessAsUserW0x77c6c5921126 (0x466)
CreateProcessWithLogonW0x77ca52e91127 (0x467)
CreateProcessWithTokenW0x77ca531f1128 (0x468)
CreateRestrictedToken0x77ca31481129 (0x469)
CreateServiceA0x77ca31581130 (0x46a)
CreateServiceW0x77c8712c1131 (0x46b)
CreateTraceInstanceIdntdll.EtwCreate
TraceInstanceId
1132 (0x46c)
CreateWellKnownSid0x77c7481e1133 (0x46d)
CredBackupCredentials0x77ca7d1d1134 (0x46e)
CredDeleteA0x77ca79411135 (0x46f)
CredDeleteW0x77ca79f11136 (0x470)
CredEncryptAndMarshalBinaryBlob0x77ca81f91137 (0x471)
CredEnumerateA0x77ca73811138 (0x472)
CredEnumerateW0x77ca74811139 (0x473)
CredFindBestCredentialA0x77ca7f491140 (0x474)
CredFindBestCredentialW0x77ca80291141 (0x475)
CredFree0x77c6b2ec1142 (0x476)
CredGetSessionTypes0x77ca7c711143 (0x477)
CredGetTargetInfoA0x77ca7ab31144 (0x478)
CredGetTargetInfoW0x77ca7b911145 (0x479)
CredIsMarshaledCredentialA0x77ca84371146 (0x47a)
CredIsMarshaledCredentialW0x77c8766c1147 (0x47b)
CredIsProtectedA0x77ca83211148 (0x47c)
CredIsProtectedW0x77c6c0b81149 (0x47d)
CredMarshalCredentialA0x77ca83831150 (0x47e)
CredMarshalCredentialW0x77c68dd91151 (0x47f)
CredProfileLoaded0x77c659e11152 (0x480)
CredProfileUnloaded0x77c870151153 (0x481)
CredProtectA0x77ca821b1154 (0x482)
CredProtectW0x77c68c201155 (0x483)
CredReadA0x77ca71c11156 (0x484)
CredReadByTokenHandle0x77ca81091157 (0x485)
CredReadDomainCredentialsA0x77ca77411158 (0x486)
CredReadDomainCredentialsW0x77ca78411159 (0x487)
CredReadW0x77ca72a11160 (0x488)
CredRenameA0x77ca7aa11161 (0x489)
CredRenameW0x77ca7aa11162 (0x48a)
CredRestoreCredentials0x77ca7e391163 (0x48b)
CredUnmarshalCredentialA0x77ca83ce1164 (0x48c)
CredUnmarshalCredentialW0x77c6c0571165 (0x48d)
CredUnprotectA0x77ca84651166 (0x48e)
CredUnprotectW0x77c680de1167 (0x48f)
CredWriteA0x77ca70511168 (0x490)
CredWriteDomainCredentialsA0x77ca75811169 (0x491)
CredWriteDomainCredentialsW0x77ca76611170 (0x492)
CredWriteW0x77ca71091171 (0x493)
CredpConvertCredential0x77ca6b8a1172 (0x494)
CredpConvertOneCredentialSize0x77ca6a441173 (0x495)
CredpConvertTargetInfo0x77ca6c411174 (0x496)
CredpDecodeCredential0x77ca65fa1175 (0x497)
CredpEncodeCredential0x77ca65991176 (0x498)
CredpEncodeSecret0x77ca7cf91177 (0x499)
CryptAcquireContextA0x77c691dd1178 (0x49a)
CryptAcquireContextW0x77c6df141179 (0x49b)
CryptContextAddRef0x77ca31681180 (0x49c)
CryptCreateHash0x77c6df4e1181 (0x49d)
CryptDecrypt0x77ca31781182 (0x49e)
CryptDeriveKey0x77ca31881183 (0x49f)
CryptDestroyHash0x77c6df661184 (0x4a0)
CryptDestroyKey0x77c6c51a1185 (0x4a1)
CryptDuplicateHash0x77ca31981186 (0x4a2)
CryptDuplicateKey0x77ca31a81187 (0x4a3)
CryptEncrypt0x77c8779b1188 (0x4a4)
CryptEnumProviderTypesA0x77ca31b81189 (0x4a5)
CryptEnumProviderTypesW0x77ca31c81190 (0x4a6)
CryptEnumProvidersA0x77ca31d81191 (0x4a7)
CryptEnumProvidersW0x77ca31e81192 (0x4a8)
CryptExportKey0x77c691ea1193 (0x4a9)
CryptGenKey0x77c68ee91194 (0x4aa)
CryptGenRandom0x77c6dfc81195 (0x4ab)
CryptGetDefaultProviderA0x77ca31f81196 (0x4ac)
CryptGetDefaultProviderW0x77ca32081197 (0x4ad)
CryptGetHashParam0x77c6df7e1198 (0x4ae)
CryptGetKeyParam0x77c877cb1199 (0x4af)
CryptGetProvParam0x77ca32181200 (0x4b0)
CryptGetUserKey0x77ca32281201 (0x4b1)
CryptHashData0x77c6df361202 (0x4b2)
CryptHashSessionKey0x77ca32381203 (0x4b3)
CryptImportKey0x77c6c5321204 (0x4b4)
CryptReleaseContext0x77c6e1241205 (0x4b5)
CryptSetHashParam0x77ca32481206 (0x4b6)
CryptSetKeyParam0x77c877b31207 (0x4b7)
CryptSetProvParam0x77ca32581208 (0x4b8)
CryptSetProviderA0x77ca32681209 (0x4b9)
CryptSetProviderExA0x77ca32781210 (0x4ba)
CryptSetProviderExW0x77ca32881211 (0x4bb)
CryptSetProviderW0x77ca32981212 (0x4bc)
CryptSignHashA0x77ca32a81213 (0x4bd)
CryptSignHashW0x77ca32b81214 (0x4be)
CryptVerifySignatureA0x77ca32c81215 (0x4bf)
CryptVerifySignatureW0x77c6c54a1216 (0x4c0)
DecryptFileA0x77ca2d751217 (0x4c1)
DecryptFileW0x77ca283b1218 (0x4c2)
DeleteAce0x77c742ec1219 (0x4c3)
DeleteService0x77c8715c1220 (0x4c4)
DeregisterEventSource0x77c735dd1221 (0x4c5)
DestroyPrivateObjectSecurity0x77c6f4711222 (0x4c6)
DuplicateEncryptionInfoFile0x77ca2ae41223 (0x4c7)
DuplicateToken0x77c6c7e61224 (0x4c8)
DuplicateTokenEx0x77c6ca241225 (0x4c9)
ElfBackupEventLogFileA0x77cc50491226 (0x4ca)
ElfBackupEventLogFileW0x77cc4b791227 (0x4cb)
ElfChangeNotify0x77cc49291228 (0x4cc)
ElfClearEventLogFileA0x77cc4fa11229 (0x4cd)
ElfClearEventLogFileW0x77cc4ad11230 (0x4ce)
ElfCloseEventLog0x77c677e41231 (0x4cf)
ElfDeregisterEventSource0x77c735fe1232 (0x4d0)
ElfFlushEventLog0x77cc52011233 (0x4d1)
ElfNumberOfRecords0x77cc47b91234 (0x4d2)
ElfOldestRecord0x77cc48711235 (0x4d3)
ElfOpenBackupEventLogA0x77cc4eb11236 (0x4d4)
ElfOpenBackupEventLogW0x77cc49e11237 (0x4d5)
ElfOpenEventLogA0x77cc4d3e1238 (0x4d6)
ElfOpenEventLogW0x77c6763e1239 (0x4d7)
ElfReadEventLogA0x77cc51011240 (0x4d8)
ElfReadEventLogW0x77cc4c311241 (0x4d9)
ElfRegisterEventSourceA0x77c72d8d1242 (0x4da)
ElfRegisterEventSourceW0x77c726291243 (0x4db)
ElfReportEventA0x77c640191244 (0x4dc)
ElfReportEventAndSourceW0x77cc4d311245 (0x4dd)
ElfReportEventW0x77c6c96a1246 (0x4de)
EnableTrace0x77c6fcda1247 (0x4df)
EnableTraceEx20x77c6fa811248 (0x4e0)
EnableTraceEx0x77c6fc601249 (0x4e1)
EncryptFileA0x77ca2cd81250 (0x4e2)
EncryptFileW0x77ca27ec1251 (0x4e3)
EncryptedFileKeyInfo0x77ca2b531252 (0x4e4)
EncryptionDisable0x77ca2b271253 (0x4e5)
EnumDependentServicesA0x77cc21041254 (0x4e6)
EnumDependentServicesW0x77c61e3a1255 (0x4e7)
EnumServiceGroupW0x77cc1f111256 (0x4e8)
EnumServicesStatusA0x77cc20211257 (0x4e9)
EnumServicesStatusExA0x77c8a3e21258 (0x4ea)
EnumServicesStatusExW0x77c6b4661259 (0x4eb)
EnumServicesStatusW0x77cc22211260 (0x4ec)
EnumerateTraceGuids0x77c896dc1261 (0x4ed)
EnumerateTraceGuidsEx0x77cb88d51262 (0x4ee)
EqualDomainSid0x77ca32d81263 (0x4ef)
EqualPrefixSid0x77c6cce91264 (0x4f0)
EqualSid0x77c7410b1265 (0x4f1)
EventAccessControl0x77c631181266 (0x4f2)
EventAccessQuery0x77c634be1267 (0x4f3)
EventAccessRemove0x77cb88561268 (0x4f4)
EventActivityIdControlntdll.EtwEvent
ActivityIdControl
1269 (0x4f5)
EventEnabledntdll.
EtwEventEnabled
1270 (0x4f6)
EventProviderEnabledntdll.EtwEvent
ProviderEnabled
1271 (0x4f7)
EventRegisterntdll.
EtwEventRegister
1272 (0x4f8)
EventUnregisterntdll.
EtwEventUnregister
1273 (0x4f9)
EventWritentdll.
EtwEventWrite
1274 (0x4fa)
EventWriteEndScenariontdll.EtwEvent
WriteEndScenario
1275 (0x4fb)
EventWriteEx0x77ca32e81276 (0x4fc)
EventWriteStartScenariontdll.EtwEvent
Write
StartScenario
1277 (0x4fd)
EventWriteStringntdll.EtwEvent
WriteString
1278 (0x4fe)
EventWriteTransferntdll.EtwEvent
WriteTransfer
1279 (0x4ff)
FileEncryptionStatusA0x77ca2e151280 (0x500)
FileEncryptionStatusW0x77ca288e1281 (0x501)
FindFirstFreeAce0x77ca33191282 (0x502)
FlushEfsCache0x77ca2f911283 (0x503)
FlushTraceA0x77cb961a1284 (0x504)
FlushTraceW0x77c65ff11285 (0x505)
FreeEncryptedFileKeyInfo0x77ca2b961286 (0x506)
FreeEncryptedFileMetadata0x77ca2cb61287 (0x507)
FreeEncryptionCertificateHashList0x77ca29711288 (0x508)
FreeInheritedFromArray0x77cb1f621289 (0x509)
FreeSid0x77c7412e1290 (0x50a)
GetAccessPermissionsForObjectA0x77cb31711291 (0x50b)
GetAccessPermissionsForObjectW0x77cb30891292 (0x50c)
GetAce0x77c745f01293 (0x50d)
GetAclInformation0x77c6cc891294 (0x50e)
GetAuditedPermissionsFromAclA0x77cb18df1295 (0x50f)
GetAuditedPermissionsFromAclW0x77cb188c1296 (0x510)
GetCurrentHwProfileA0x77ca11f81297 (0x511)
GetCurrentHwProfileW0x77c61a031298 (0x512)
GetEffectiveRightsFromAclA0x77cb18131299 (0x513)
GetEffectiveRightsFromAclW0x77cb17b11300 (0x514)
GetEncryptedFileMetadata0x77ca2c6c1301 (0x515)
GetEventLogInformation0x77c678841302 (0x516)
GetExplicitEntriesFromAclA0x77cb187f1303 (0x517)
GetExplicitEntriesFromAclW0x77cb185f1304 (0x518)
GetFileSecurityA0x77ca19b81305 (0x519)
GetFileSecurityW0x77c6a94d1306 (0x51a)
GetInformationCodeAuthzLevelW0x77c690941307 (0x51b)
GetInformationCodeAuthzPolicyW0x77c69d251308 (0x51c)
GetInheritanceSourceA0x77cb1f571309 (0x51d)
GetInheritanceSourceW0x77cb1f111310 (0x51e)
GetKernelObjectSecurity0x77c7462d1311 (0x51f)
GetLengthSid0x77c7413b1312 (0x520)
GetLocalManagedApplicationData0x77cac4a31313 (0x521)
GetLocalManagedApplications0x77cac25b1314 (0x522)
GetManagedApplicationCategories0x77cac7961315 (0x523)
GetManagedApplications0x77cac7361316 (0x524)
GetMultipleTrusteeA0x77cb21021317 (0x525)
GetMultipleTrusteeOperationA0x77cb20e61318 (0x526)
GetMultipleTrusteeOperationW0x77cb20e61319 (0x527)
GetMultipleTrusteeW0x77cb21021320 (0x528)
GetNamedSecurityInfoA0x77cb15541321 (0x529)
GetNamedSecurityInfoExA0x77cb23891322 (0x52a)
GetNamedSecurityInfoExW0x77cb211d1323 (0x52b)
GetNamedSecurityInfoW0x77c6f4fd1324 (0x52c)
GetNumberOfEventLogRecords0x77ca086d1325 (0x52d)
GetOldestEventLogRecord0x77ca08971326 (0x52e)
GetOverlappedAccessResults0x77cb2ee91327 (0x52f)
GetPrivateObjectSecurity0x77ca33291328 (0x530)
GetSecurityDescriptorControl0x77c6addf1329 (0x531)
GetSecurityDescriptorDacl0x77c741a61330 (0x532)
GetSecurityDescriptorGroup0x77c6ae271331 (0x533)
GetSecurityDescriptorLength0x77c6cc711332 (0x534)
GetSecurityDescriptorOwner0x77c6adf71333 (0x535)
GetSecurityDescriptorRMControl0x77ca33391334 (0x536)
GetSecurityDescriptorSacl0x77c746081335 (0x537)
GetSecurityInfo0x77c6b3e41336 (0x538)
GetSecurityInfoExA0x77cb27a11337 (0x539)
GetSecurityInfoExW0x77cb25371338 (0x53a)
GetServiceDisplayNameA0x77cc1c311339 (0x53b)
GetServiceDisplayNameW0x77c879bb1340 (0x53c)
GetServiceKeyNameA0x77cc1b941341 (0x53d)
GetServiceKeyNameW0x77c878ff1342 (0x53e)
GetSidIdentifierAuthority0x77c6a9351343 (0x53f)
GetSidLengthRequired0x77c6ccb91344 (0x540)
GetSidSubAuthority0x77c70e241345 (0x541)
GetSidSubAuthorityCount0x77c70e0c1346 (0x542)
GetThreadWaitChain0x77cc71c71347 (0x543)
GetTokenInformation0x77c7431c1348 (0x544)
GetTraceEnableFlagsntdll.EtwGet
TraceEnableFlags
1349 (0x545)
GetTraceEnableLevelntdll.EtwGet
TraceEnableLevel
1350 (0x546)
GetTraceLoggerHandlentdll.EtwGet
TraceLoggerHandle
1351 (0x547)
GetTrusteeFormA0x77cb20c91352 (0x548)
GetTrusteeFormW0x77cb20c91353 (0x549)
GetTrusteeNameA0x77cb20991354 (0x54a)
GetTrusteeNameW0x77cb20991355 (0x54b)
GetTrusteeTypeA0x77cb20ad1356 (0x54c)
GetTrusteeTypeW0x77cb20ad1357 (0x54d)
GetUserNameA0x77c8a4b41358 (0x54e)
GetUserNameW0x77c7157a1359 (0x54f)
GetWindowsAccountDomainSid0x77ca33491360 (0x550)
I_QueryTagInformationapi-ms-win-
service-winsvc-l
1-1-0.I_Query
TagInformation
1361 (0x551)
I_ScIsSecurityProcessapi-ms-win-
service-winsvc-l
1-1-0.I_Sc
IsSecurityProcess
1362 (0x552)
I_ScPnPGetServiceNameapi-ms-win-
service-winsvc-l
1-1-0.I_Sc
PnPGetServiceName
1363 (0x553)
I_ScQueryServiceConfigapi-ms-win-
service-winsvc-l
1-1-0.I_Sc
QueryService
Config
1364 (0x554)
I_ScSendPnPMessageapi-ms-win-
service-winsvc-l
1-1-0.I_Sc
SendPnPMessage
1365 (0x555)
I_ScSendTSMessageapi-ms-win-
service-winsvc-l
1-1-0.I_Sc
SendTSMessage
1366 (0x556)
I_ScSetServiceBitsA0x77cc21d91367 (0x557)
I_ScSetServiceBitsW0x77c67d391368 (0x558)
I_ScValidatePnPServiceapi-ms-win-
service-winsvc-l
1-1-0.I_ScValidate
PnPService
1369 (0x559)
IdentifyCodeAuthzLevelW0x77c821021370 (0x55a)
ImpersonateAnonymousToken0x77ca33591371 (0x55b)
ImpersonateLoggedOnUser0x77c6c57a1372 (0x55c)
ImpersonateNamedPipeClient0x77ca33691373 (0x55d)
ImpersonateSelf0x77c6ae8c1374 (0x55e)
InitializeAcl0x77c745cd1375 (0x55f)
InitializeSecurityDescriptor0x77c746201376 (0x560)
InitializeSid0x77c6cca11377 (0x561)
InitiateShutdownA0x77cbdece1378 (0x562)
InitiateShutdownW0x77cbde141379 (0x563)
InitiateSystemShutdownA0x77cbdc0f1380 (0x564)
InitiateSystemShutdownExA0x77cbdcb61381 (0x565)
InitiateSystemShutdownExW0x77cbdb3a1382 (0x566)
InitiateSystemShutdownW0x77cbda6d1383 (0x567)
InstallApplication0x77cacf111384 (0x568)
IsTextUnicode0x77c7448e1385 (0x569)
IsTokenRestricted0x77c6c5621386 (0x56a)
IsTokenUntrusted0x77cadb461387 (0x56b)
IsValidAcl0x77c685231388 (0x56c)
IsValidRelativeSecurityDescriptorKERNELBASE.
IsValidRelative
SecurityDescriptor
1389 (0x56d)
IsValidSecurityDescriptor0x77c6b58c1390 (0x56e)
IsValidSid0x77c72eef1391 (0x56f)
IsWellKnownSid0x77c6cb061392 (0x570)
LockServiceDatabase0x77cc1cd11393 (0x571)
LogonUserA0x77ca26541394 (0x572)
LogonUserExA0x77ca26831395 (0x573)
LogonUserExExW0x77c6b9651396 (0x574)
LogonUserExW0x77ca25051397 (0x575)
LogonUserW0x77c6c1a91398 (0x576)
LookupAccountNameA0x77ca1a251399 (0x577)
LookupAccountNameW0x77c6e2761400 (0x578)
LookupAccountSidA0x77ca1daa1401 (0x579)
LookupAccountSidW0x77c748741402 (0x57a)
LookupPrivilegeDisplayNameA0x77ca22f11403 (0x57b)
LookupPrivilegeDisplayNameW0x77ca20b41404 (0x57c)
LookupPrivilegeNameA0x77ca21d61405 (0x57d)
LookupPrivilegeNameW0x77ca1fab1406 (0x57e)
LookupPrivilegeValueA0x77c7404a1407 (0x57f)
LookupPrivilegeValueW0x77c741b31408 (0x580)
LookupSecurityDescriptorPartsA0x77cb1bc71409 (0x581)
LookupSecurityDescriptorPartsW0x77cb1a161410 (0x582)
LsaAddAccountRights0x77ca88191411 (0x583)
LsaAddPrivilegesToAccount0x77caabb91412 (0x584)
LsaClearAuditLog0x77ca9d711413 (0x585)
LsaClose0x77c81af71414 (0x586)
LsaCreateAccount0x77caa3b11415 (0x587)
LsaCreateSecret0x77caa9c11416 (0x588)
LsaCreateTrustedDomain0x77caa5211417 (0x589)
LsaCreateTrustedDomainEx0x77ca94c11418 (0x58a)
LsaDelete0x77caa1791419 (0x58b)
LsaDeleteTrustedDomain0x77ca8ad11420 (0x58c)
LsaEnumerateAccountRights0x77ca87691421 (0x58d)
LsaEnumerateAccounts0x77caa4691422 (0x58e)
LsaEnumerateAccountsWithUserRight0x77ca86b71423 (0x58f)
LsaEnumeratePrivileges0x77caa90d1424 (0x590)
LsaEnumeratePrivilegesOfAccount0x77caab311425 (0x591)
LsaEnumerateTrustedDomains0x77c6502d1426 (0x592)
LsaEnumerateTrustedDomainsEx0x77ca93fd1427 (0x593)
LsaFreeMemory0x77c7ede11428 (0x594)
LsaGetQuotasForAccount0x77caacc91429 (0x595)
LsaGetRemoteUserName0x77cab37b1430 (0x596)
LsaGetSystemAccessAccount0x77caadd91431 (0x597)
LsaGetUserName0x77c6ace21432 (0x598)
LsaICLookupNames0x77c87d261433 (0x599)
LsaICLookupNamesWithCreds0x77c8753b1434 (0x59a)
LsaICLookupSids0x77c894da1435 (0x59b)
LsaICLookupSidsWithCreds0x77c873081436 (0x59c)
LsaLookupNames20x77c87cdc1437 (0x59d)
LsaLookupNames0x77cab49d1438 (0x59e)
LsaLookupPrivilegeDisplayName0x77ca9e991439 (0x59f)
LsaLookupPrivilegeName0x77ca9df11440 (0x5a0)
LsaLookupPrivilegeValue0x77c742511441 (0x5a1)
LsaLookupSids0x77c893dc1442 (0x5a2)
LsaManageSidNameMapping0x77ca98dc1443 (0x5a3)
LsaNtStatusToWinError0x77cab6211444 (0x5a4)
LsaOpenAccount0x77caaa791445 (0x5a5)
LsaOpenPolicy0x77c8077c1446 (0x5a6)
LsaOpenPolicySce0x77ca9bcc1447 (0x5a7)
LsaOpenSecret0x77caaee91448 (0x5a8)
LsaOpenTrustedDomain0x77caa5d91449 (0x5a9)
LsaOpenTrustedDomainByName0x77ca96b91450 (0x5aa)
LsaQueryDomainInformationPolicy0x77ca95891451 (0x5ab)
LsaQueryForestTrustInformation0x77ca97691452 (0x5ac)
LsaQueryInfoTrustedDomain0x77caa6911453 (0x5ad)
LsaQueryInformationPolicy0x77c81bb01454 (0x5ae)
LsaQuerySecret0x77cab31d1455 (0x5af)
LsaQuerySecurityObject0x77caa2091456 (0x5b0)
LsaQueryTrustedDomainInfo0x77ca89491457 (0x5b1)
LsaQueryTrustedDomainInfoByName0x77ca8f4d1458 (0x5b2)
LsaRemoveAccountRights0x77ca88b11459 (0x5b3)
LsaRemovePrivilegesFromAccount0x77caac411460 (0x5b4)
LsaRetrievePrivateData0x77c6569e1461 (0x5b5)
LsaSetDomainInformationPolicy0x77ca96211462 (0x5b6)
LsaSetForestTrustInformation0x77ca97f11463 (0x5b7)
LsaSetInformationPolicy0x77ca9c811464 (0x5b8)
LsaSetInformationTrustedDomain0x77caa7491465 (0x5b9)
LsaSetQuotasForAccount0x77caad511466 (0x5ba)
LsaSetSecret0x77cab1051467 (0x5bb)
LsaSetSecurityObject0x77caa2b11468 (0x5bc)
LsaSetSystemAccessAccount0x77caae611469 (0x5bd)
LsaSetTrustedDomainInfoByName0x77ca923d1470 (0x5be)
LsaSetTrustedDomainInformation0x77ca8a091471 (0x5bf)
LsaStorePrivateData0x77ca8d881472 (0x5c0)
MD4FinalNTDLL.MD4Final1473 (0x5c1)
MD4InitNTDLL.MD4Init1474 (0x5c2)
MD4UpdateNTDLL.MD4Update1475 (0x5c3)
MD5FinalNTDLL.MD5Final1476 (0x5c4)
MD5InitNTDLL.MD5Init1477 (0x5c5)
MD5UpdateNTDLL.MD5Update1478 (0x5c6)
MSChapSrvChangePassword20x77ca3f1f1479 (0x5c7)
MSChapSrvChangePassword0x77ca3d3b1480 (0x5c8)
MakeAbsoluteSD20x77ca33791481 (0x5c9)
MakeAbsoluteSD0x77c6ccd11482 (0x5ca)
MakeSelfRelativeSD0x77c6cc591483 (0x5cb)
MapGenericMask0x77c87a731484 (0x5cc)
NotifyBootConfigStatus0x77c6389b1485 (0x5cd)
NotifyChangeEventLog0x77ca08431486 (0x5ce)
NotifyServiceStatusChange0x77c6ca891487 (0x5cf)
NotifyServiceStatusChangeA0x77c8ec741488 (0x5d0)
NotifyServiceStatusChangeW0x77c6ca7c1489 (0x5d1)
ObjectCloseAuditAlarmA0x77ca181c1490 (0x5d2)
ObjectCloseAuditAlarmW0x77ca33891491 (0x5d3)
ObjectDeleteAuditAlarmA0x77ca18711492 (0x5d4)
ObjectDeleteAuditAlarmW0x77ca33991493 (0x5d5)
ObjectOpenAuditAlarmA0x77ca16d11494 (0x5d6)
ObjectOpenAuditAlarmW0x77ca33a91495 (0x5d7)
ObjectPrivilegeAuditAlarmA0x77ca17be1496 (0x5d8)
ObjectPrivilegeAuditAlarmW0x77ca33b91497 (0x5d9)
OpenBackupEventLogA0x77ca10141498 (0x5da)
OpenBackupEventLogW0x77ca0b091499 (0x5db)
OpenEncryptedFileRawA0x77ca2eb81500 (0x5dc)
OpenEncryptedFileRawW0x77ca28ba1501 (0x5dd)
OpenEventLogA0x77ca0fc31502 (0x5de)
OpenEventLogW0x77c675f71503 (0x5df)
OpenProcessToken0x77c743041504 (0x5e0)
OpenSCManagerA0x77c72bd81505 (0x5e1)
OpenSCManagerW0x77c6ca641506 (0x5e2)
OpenServiceA0x77c72bf01507 (0x5e3)
OpenServiceW0x77c6ca4c1508 (0x5e4)
OpenThreadToken0x77c7432c1509 (0x5e5)
OpenThreadWaitChainSession0x77cc63ee1510 (0x5e6)
OpenTraceA0x77cb87a31511 (0x5e7)
OpenTraceW0x77c6ef8d1512 (0x5e8)
PerfAddCounters0x77cbe5391513 (0x5e9)
PerfCloseQueryHandle0x77cbe1691514 (0x5ea)
PerfCreateInstancepcwum.
Perf
CreateInstance
1515 (0x5eb)
PerfDecrementULongCounterValuepcwum.
PerfDecrement
ULongCounterValue
1516 (0x5ec)
PerfDecrementULongLongCounterValuepcwum.
PerfDecrement
ULongLong
CounterValue
1517 (0x5ed)
PerfDeleteCounters0x77cbe5571518 (0x5ee)
PerfDeleteInstancepcwum.Perf
DeleteInstance
1519 (0x5ef)
PerfEnumerateCounterSet0x77cbe6b11520 (0x5f0)
PerfEnumerateCounterSetInstances0x77cbe8e91521 (0x5f1)
PerfIncrementULongCounterValuepcwum.
PerfIncrement
ULong
CounterValue
1522 (0x5f2)
PerfIncrementULongLongCounterValuepcwum.
PerfIncrement
ULong
LongCounterValue
1523 (0x5f3)
PerfOpenQueryHandle0x77cbe9f11524 (0x5f4)
PerfQueryCounterData0x77cbe3491525 (0x5f5)
PerfQueryCounterInfo0x77cbe2411526 (0x5f6)
PerfQueryCounterSetRegistrationInfo0x77cbe7c91527 (0x5f7)
PerfQueryInstancepcwum.
PerfQueryInstance
1528 (0x5f8)
PerfSetCounterRefValuepcwum.Perf
SetCounterRefValue
1529 (0x5f9)
PerfSetCounterSetInfopcwum.Perf
SetCounterSetInfo
1530 (0x5fa)
PerfSetULongCounterValuepcwum.PerfSet
ULong
CounterValue
1531 (0x5fb)
PerfSetULongLongCounterValuepcwum.PerfSet
ULongLong
CounterValue
1532 (0x5fc)
PerfStartProviderpcwum.Perf
StartProvider
1533 (0x5fd)
PerfStartProviderExpcwum.Perf
StartProviderEx
1534 (0x5fe)
PerfStopProviderpcwum.Perf
StopProvider
1535 (0x5ff)
PrivilegeCheck0x77c6ae741536 (0x600)
PrivilegedServiceAuditAlarmA0x77ca18c61537 (0x601)
PrivilegedServiceAuditAlarmW0x77ca33c91538 (0x602)
ProcessIdleTasks0x77ca55211539 (0x603)
ProcessIdleTasksW0x77ca55b91540 (0x604)
ProcessTrace0x77c7050f1541 (0x605)
QueryAllTracesA0x77cb97511542 (0x606)
QueryAllTracesW0x77cb97331543 (0x607)
QueryRecoveryAgentsOnEncryptedFile0x77ca29911544 (0x608)
QuerySecurityAccessMask0x77ca33d91545 (0x609)
QueryServiceConfig2A0x77ca33e91546 (0x60a)
QueryServiceConfig2W0x77ca33f91547 (0x60b)
QueryServiceConfigA0x77c89a4f1548 (0x60c)
QueryServiceConfigW0x77c6b5371549 (0x60d)
QueryServiceLockStatusA0x77cc1d591550 (0x60e)
QueryServiceLockStatusW0x77cc1df11551 (0x60f)
QueryServiceObjectSecurity0x77ca34091552 (0x610)
QueryServiceStatus0x77c72a861553 (0x611)
QueryServiceStatusEx0x77c6798c1554 (0x612)
QueryTraceA0x77cb95961555 (0x613)
QueryTraceW0x77c67a971556 (0x614)
QueryUsersOnEncryptedFile0x77ca292e1557 (0x615)
ReadEncryptedFileRaw0x77ca28ec1558 (0x616)
ReadEventLogA0x77ca10c51559 (0x617)
ReadEventLogW0x77ca0e9d1560 (0x618)
RegCloseKey0x77c7469d1561 (0x619)
RegConnectRegistryA0x77cbef591562 (0x61a)
RegConnectRegistryExA0x77cbeef91563 (0x61b)
RegConnectRegistryExW0x77c68f1f1564 (0x61c)
RegConnectRegistryW0x77c68f011565 (0x61d)
RegCopyTreeA0x77cbf58c1566 (0x61e)
RegCopyTreeW0x77cbf3af1567 (0x61f)
RegCreateKeyA0x77c6cd011568 (0x620)
RegCreateKeyExA0x77c714691569 (0x621)
RegCreateKeyExW0x77c740fe1570 (0x622)
RegCreateKeyTransactedA0x77cbf6b51571 (0x623)
RegCreateKeyTransactedW0x77c6a8481572 (0x624)
RegCreateKeyW0x77c715141573 (0x625)
RegDeleteKeyA0x77c8a8b71574 (0x626)
RegDeleteKeyExA0x77ca34191575 (0x627)
RegDeleteKeyExW0x77c6a9c51576 (0x628)
RegDeleteKeyTransactedA0x77cbf7c01577 (0x629)
RegDeleteKeyTransactedW0x77c6a8ea1578 (0x62a)
RegDeleteKeyValueA0x77cbf80b1579 (0x62b)
RegDeleteKeyValueW0x77cbf84b1580 (0x62c)
RegDeleteKeyW0x77c712721581 (0x62d)
RegDeleteTreeA0x77ca34b31582 (0x62e)
RegDeleteTreeW0x77ca34a31583 (0x62f)
RegDeleteValueA0x77c8a4ea1584 (0x630)
RegDeleteValueW0x77c6cf311585 (0x631)
RegDisablePredefinedCache0x77c6b5a41586 (0x632)
RegDisablePredefinedCacheEx0x77ca34291587 (0x633)
RegDisableReflectionKey0x77c87cd21588 (0x634)
RegEnableReflectionKey0x77c87cd21589 (0x635)
RegEnumKeyA0x77c8a2991590 (0x636)
RegEnumKeyExA0x77c714811591 (0x637)
RegEnumKeyExW0x77c746c81592 (0x638)
RegEnumKeyW0x77c7445b1593 (0x639)
RegEnumValueA0x77c6cf491594 (0x63a)
RegEnumValueW0x77c748cc1595 (0x63b)
RegFlushKey0x77c8773f1596 (0x63c)
RegGetKeySecurity0x77c6a9951597 (0x63d)
RegGetValueA0x77c6a9dd1598 (0x63e)
RegGetValueW0x77c70e471599 (0x63f)
RegLoadAppKeyA0x77cbfdcd1600 (0x640)
RegLoadAppKeyW0x77cbfc171601 (0x641)
RegLoadKeyA0x77ca34631602 (0x642)
RegLoadKeyW0x77ca34731603 (0x643)
RegLoadMUIStringA0x77ca34331604 (0x644)
RegLoadMUIStringW0x77c711b61605 (0x645)
RegNotifyChangeKeyValue0x77c6e15b1606 (0x646)
RegOpenCurrentUser0x77c715ad1607 (0x647)
RegOpenKeyA0x77c6cc151608 (0x648)
RegOpenKeyExA0x77c749071609 (0x649)
RegOpenKeyExW0x77c7468d1610 (0x64a)
RegOpenKeyTransactedA0x77cbf70f1611 (0x64b)
RegOpenKeyTransactedW0x77c6a8a21612 (0x64c)
RegOpenKeyW0x77c724591613 (0x64d)
RegOpenUserClassesRoot0x77c888c41614 (0x64e)
RegOverridePredefKey0x77cbf5e81615 (0x64f)
RegQueryInfoKeyA0x77c6e1431616 (0x650)
RegQueryInfoKeyW0x77c746e71617 (0x651)
RegQueryMultipleValuesA0x77cbffb41618 (0x652)
RegQueryMultipleValuesW0x77cc052d1619 (0x653)
RegQueryReflectionKey0x77ca3f971620 (0x654)
RegQueryValueA0x77c6ce121621 (0x655)
RegQueryValueExA0x77c748ef1622 (0x656)
RegQueryValueExW0x77c746ad1623 (0x657)
RegQueryValueW0x77c744b41624 (0x658)
RegRenameKey0x77cbf7581625 (0x659)
RegReplaceKeyA0x77cc09431626 (0x65a)
RegReplaceKeyW0x77cc0b891627 (0x65b)
RegRestoreKeyA0x77ca34531628 (0x65c)
RegRestoreKeyW0x77c87cba1629 (0x65d)
RegSaveKeyA0x77cc0cc91630 (0x65e)
RegSaveKeyExA0x77ca34431631 (0x65f)
RegSaveKeyExW0x77c87ca21632 (0x660)
RegSaveKeyW0x77c87a9b1633 (0x661)
RegSetKeySecurity0x77c6b2d41634 (0x662)
RegSetKeyValueA0x77cbf88b1635 (0x663)
RegSetKeyValueW0x77c871801636 (0x664)
RegSetValueA0x77cc0e411637 (0x665)
RegSetValueExA0x77c714b31638 (0x666)
RegSetValueExW0x77c714d61639 (0x667)
RegSetValueW0x77c8a68a1640 (0x668)
RegUnLoadKeyA0x77ca34831641 (0x669)
RegUnLoadKeyW0x77ca34931642 (0x66a)
RegisterEventSourceA0x77c72d461643 (0x66b)
RegisterEventSourceW0x77c7271c1644 (0x66c)
RegisterIdleTask0x77c65bfc1645 (0x66d)
RegisterServiceCtrlHandlerA0x77ca34c31646 (0x66e)
RegisterServiceCtrlHandlerExA0x77ca34d31647 (0x66f)
RegisterServiceCtrlHandlerExW0x77c6a9ad1648 (0x670)
RegisterServiceCtrlHandlerW0x77c6a97d1649 (0x671)
RegisterTraceGuidsAntdll.EtwRegister
TraceGuidsA
1650 (0x672)
RegisterTraceGuidsWntdll.EtwRegister
TraceGuidsW
1651 (0x673)
RegisterWaitChainCOMCallback0x77cc63731652 (0x674)
RemoveTraceCallback0x77cb86951653 (0x675)
RemoveUsersFromEncryptedFile0x77ca29d41654 (0x676)
ReportEventA0x77c63ee91655 (0x677)
ReportEventW0x77c6c8391656 (0x678)
RevertToSelf0x77c715621657 (0x679)
SaferCloseLevel0x77c838251658 (0x67a)
SaferComputeTokenFromLevel0x77c833521659 (0x67b)
SaferCreateLevel0x77cada881660 (0x67c)
SaferGetLevelInformation0x77c690941661 (0x67d)
SaferGetPolicyInformation0x77c69d251662 (0x67e)
SaferIdentifyLevel0x77c821021663 (0x67f)
SaferRecordEventLogEntry0x77caf0bd1664 (0x680)
SaferSetLevelInformation0x77cb00731665 (0x681)
SaferSetPolicyInformation0x77cae47d1666 (0x682)
SaferiChangeRegistryScope0x77cb05951667 (0x683)
SaferiCompareTokenLevels0x77c6b5c91668 (0x684)
SaferiIsDllAllowed0x77caed751669 (0x685)
SaferiIsExecutableFileType0x77c69bd51670 (0x686)
SaferiPopulateDefaultsInRegistry0x77c692021671 (0x687)
SaferiRecordEventLogEntry0x77caf0bd1672 (0x688)
SaferiSearchMatchingHashRules0x77c679db1673 (0x689)
SetAclInformation0x77ca34e31674 (0x68a)
SetEncryptedFileMetadata0x77ca2c911675 (0x68b)
SetEntriesInAccessListA0x77cb3edd1676 (0x68c)
SetEntriesInAccessListW0x77cb2be81677 (0x68d)
SetEntriesInAclA0x77cb15e91678 (0x68e)
SetEntriesInAclW0x77c72a661679 (0x68f)
SetEntriesInAuditListA0x77cb3f161680 (0x690)
SetEntriesInAuditListW0x77cb2c211681 (0x691)
SetFileSecurityA0x77ca19511682 (0x692)
SetFileSecurityW0x77c679c31683 (0x693)
SetInformationCodeAuthzLevelW0x77cb00731684 (0x694)
SetInformationCodeAuthzPolicyW0x77cae47d1685 (0x695)
SetKernelObjectSecurity0x77c746451686 (0x696)
SetNamedSecurityInfoA0x77cb15a01687 (0x697)
SetNamedSecurityInfoExA0x77cb35191688 (0x698)
SetNamedSecurityInfoExW0x77cb33021689 (0x699)
SetNamedSecurityInfoW0x77c69fe21690 (0x69a)
SetPrivateObjectSecurity0x77ca34f31691 (0x69b)
SetPrivateObjectSecurityEx0x77ca35031692 (0x69c)
SetSecurityAccessMask0x77ca35131693 (0x69d)
SetSecurityDescriptorControl0x77c87a8b1694 (0x69e)
SetSecurityDescriptorDacl0x77c7415e1695 (0x69f)
SetSecurityDescriptorGroup0x77c6f4641696 (0x6a0)
SetSecurityDescriptorOwner0x77c6f44c1697 (0x6a1)
SetSecurityDescriptorRMControl0x77ca35231698 (0x6a2)
SetSecurityDescriptorSacl0x77c746801699 (0x6a3)
SetSecurityInfo0x77c69edf1700 (0x6a4)
SetSecurityInfoExA0x77cb3a011701 (0x6a5)
SetSecurityInfoExW0x77cb37e91702 (0x6a6)
SetServiceBits0x77cc21eb1703 (0x6a7)
SetServiceObjectSecurity0x77ca35331704 (0x6a8)
SetServiceStatus0x77c6c7a61705 (0x6a9)
SetThreadToken0x77c6c7ce1706 (0x6aa)
SetTokenInformation0x77c69a921707 (0x6ab)
SetTraceCallback0x77cb85a71708 (0x6ac)
SetUserFileEncryptionKey0x77ca2f571709 (0x6ad)
SetUserFileEncryptionKeyEx0x77ca2a9d1710 (0x6ae)
StartServiceA0x77ca35431711 (0x6af)
StartServiceCtrlDispatcherA0x77ca35531712 (0x6b0)
StartServiceCtrlDispatcherW0x77c6a9651713 (0x6b1)
StartServiceW0x77c679741714 (0x6b2)
StartTraceA0x77cb8b261715 (0x6b3)
StartTraceW0x77c6e4671716 (0x6b4)
StopTraceA0x77cb95b71717 (0x6b5)
StopTraceW0x77c70deb1718 (0x6b6)
SystemFunction0010x77ca3fb01719 (0x6b7)
SystemFunction0020x77c86fd01720 (0x6b8)
SystemFunction0030x77c684851721 (0x6b9)
SystemFunction0040x77ca3ff51722 (0x6ba)
SystemFunction0050x77ca403a1723 (0x6bb)
SystemFunction0060x77c683ca1724 (0x6bc)
SystemFunction0070x77c6b9a91725 (0x6bd)
SystemFunction0080x77ca58161726 (0x6be)
SystemFunction0090x77ca58bd1727 (0x6bf)
SystemFunction0100x77ca58cd1728 (0x6c0)
SystemFunction0110x77ca59181729 (0x6c1)
SystemFunction0120x77ca59251730 (0x6c2)
SystemFunction0130x77ca595f1731 (0x6c3)
SystemFunction0140x77ca5a951732 (0x6c4)
SystemFunction0150x77ca59991733 (0x6c5)
SystemFunction0160x77ca59a61734 (0x6c6)
SystemFunction0170x77ca59dc1735 (0x6c7)
SystemFunction0180x77ca5a121736 (0x6c8)
SystemFunction0190x77ca5a1f1737 (0x6c9)
SystemFunction0200x77ca5a951738 (0x6ca)
SystemFunction0210x77ca59991739 (0x6cb)
SystemFunction0220x77ca5a951740 (0x6cc)
SystemFunction0230x77ca59991741 (0x6cd)
SystemFunction0240x77ca5a2c1742 (0x6ce)
SystemFunction0250x77c86f701743 (0x6cf)
SystemFunction0260x77ca5a881744 (0x6d0)
SystemFunction0270x77c86f631745 (0x6d1)
SystemFunction0280x77ca407f1746 (0x6d2)
SystemFunction0290x77ca40c11747 (0x6d3)
SystemFunction0300x77c86f071748 (0x6d4)
SystemFunction0310x77c86f071749 (0x6d5)
SystemFunction0320x77ca5aa51750 (0x6d6)
SystemFunction0330x77ca5aa51751 (0x6d7)
SystemFunction0340x77ca41031752 (0x6d8)
SystemFunction035CRYPTSP.Check
SignatureInFile
1753 (0x6d9)
SystemFunction0360x77c619191754 (0x6da)
SystemFunction0400x77c6a0af1755 (0x6db)
SystemFunction0410x77c6a06a1756 (0x6dc)
TraceEventntdll.EtwLog
TraceEvent
1757 (0x6dd)
TraceEventInstancentdll.EtwTraceEvent
Instance
1758 (0x6de)
TraceMessagentdll.
EtwTraceMessage
1759 (0x6df)
TraceMessageVantdll.
EtwTraceMessageVa
1760 (0x6e0)
TraceSetInformation0x77cb89871761 (0x6e1)
TreeResetNamedSecurityInfoA0x77cb1e821762 (0x6e2)
TreeResetNamedSecurityInfoW0x77cb1df81763 (0x6e3)
TreeSetNamedSecurityInfoA0x77cb1e821764 (0x6e4)
TreeSetNamedSecurityInfoW0x77cb1e8d1765 (0x6e5)
TrusteeAccessToObjectA0x77cb2d311766 (0x6e6)
TrusteeAccessToObjectW0x77cb2c481767 (0x6e7)
UninstallApplication0x77cac20d1768 (0x6e8)
UnlockServiceDatabase0x77cc1e891769 (0x6e9)
UnregisterIdleTask0x77ca55c61770 (0x6ea)
UnregisterTraceGuidsntdll.EtwUnregister
TraceGuids
1771 (0x6eb)
UpdateTraceA0x77cb95d81772 (0x6ec)
UpdateTraceW0x77cb95f91773 (0x6ed)
UsePinForEncryptedFilesA0x77ca2bb61774 (0x6ee)
UsePinForEncryptedFilesW0x77ca2bff1775 (0x6ef)
WmiCloseBlock0x77c73e3d1776 (0x6f0)
WmiDevInstToInstanceNameA0x77cb68511777 (0x6f1)
WmiDevInstToInstanceNameW0x77c8a1231778 (0x6f2)
WmiEnumerateGuids0x77cb60651779 (0x6f3)
WmiExecuteMethodA0x77cb65ca1780 (0x6f4)
WmiExecuteMethodW0x77cb5d351781 (0x6f5)
WmiFileHandleToInstanceNameA0x77cb69091782 (0x6f6)
WmiFileHandleToInstanceNameW0x77cb664f1783 (0x6f7)
WmiFreeBuffer0x77c888311784 (0x6f8)
WmiMofEnumerateResourcesA0x77cb700e1785 (0x6f9)
WmiMofEnumerateResourcesW0x77c8831f1786 (0x6fa)
WmiNotificationRegistrationA0x77cb50e11787 (0x6fb)
WmiNotificationRegistrationW0x77c6aa671788 (0x6fc)
WmiOpenBlock0x77c73b411789 (0x6fd)
WmiQueryAllDataA0x77cb63a91790 (0x6fe)
WmiQueryAllDataMultipleA0x77cb63ed1791 (0x6ff)
WmiQueryAllDataMultipleW0x77cb51aa1792 (0x700)
WmiQueryAllDataW0x77c73c0d1793 (0x701)
WmiQueryGuidInformation0x77c887951794 (0x702)
WmiQuerySingleInstanceA0x77cb64391795 (0x703)
WmiQuerySingleInstanceMultipleA0x77cb585d1796 (0x704)
WmiQuerySingleInstanceMultipleW0x77cb56351797 (0x705)
WmiQuerySingleInstanceW0x77cb53951798 (0x706)
WmiReceiveNotificationsA0x77cb51671799 (0x707)
WmiReceiveNotificationsW0x77cb51251800 (0x708)
WmiSetSingleInstanceA0x77cb64df1801 (0x709)
WmiSetSingleInstanceW0x77cb59b71802 (0x70a)
WmiSetSingleItemA0x77cb65531803 (0x70b)
WmiSetSingleItemW0x77cb5b751804 (0x70c)
WriteEncryptedFileRaw0x77ca29021805 (0x70d)

【Shell32.DLL 333個】
Shell32.DLL(Function Name) Address Ordinal
SHChangeNotifyRegister0x738924692 (0x2)
SHDefExtractIconA0x73a423d53 (0x3)
SHChangeNotifyDeregister0x738977754 (0x4)
SHDefExtractIconW0x73866f1e6 (0x6)
PifMgr_OpenProperties0x73a121e49 (0x9)
PifMgr_GetProperties0x73a1132d10 (0xa)
PifMgr_SetProperties0x73a11c8911 (0xb)
PifMgr_CloseProperties0x73a10a2513 (0xd)
SHStartNetConnectionDialogW0x73a462eb14 (0xe)
ILFindLastID0x738a2dbc16 (0x10)
ILRemoveLastID0x738a4cab17 (0x11)
ILClone0x738a16e318 (0x12)
ILCloneFirst0x738a467419 (0x13)
ILIsEqual0x738a571c21 (0x15)
DAD_DragEnterEx20x73a3986522 (0x16)
ILIsParent0x73894b2123 (0x17)
ILFindChild0x7388b56624 (0x18)
ILCombine0x738a18eb25 (0x19)
ILSaveToStream0x738489a127 (0x1b)
SHILCreateFromPath0x7385fa9628 (0x1c)
IsLFNDriveA0x73a3122741 (0x29)
IsLFNDriveW0x7381a26c42 (0x2a)
PathIsExe0x7385c18543 (0x2b)
PathMakeUniqueName0x73a3170147 (0x2f)
PathQualify0x73a312ee49 (0x31)
PathResolve0x7381439751 (0x33)
RestartDialog0x73a3a11859 (0x3b)
PickIconDlg0x73a0ba6462 (0x3e)
GetFileNameFromBrowse0x73a43d0363 (0x3f)
DriveType0x7389e6bb64 (0x40)
IsNetDrive0x738a6d6066 (0x42)
Shell_MergeMenus0x73849fa567 (0x43)
SHGetSetSettings0x7388a40c68 (0x44)
Shell_GetImageLists0x73960b3d71 (0x47)
Shell_GetCachedImageIndex0x738e7be172 (0x48)
SHShellFolderView_Message0x73a6b14773 (0x49)
SHCreateStdEnumFmtEtc0x73a03bf574 (0x4a)
PathYetAnotherMakeUniqueName0x7391c03775 (0x4b)
SHMapPIDLToSystemImageListIndex0x73960e7077 (0x4d)
SHOpenPropSheetW0x73a7a3ca80 (0x50)
OpenAs_RunDLL0x73a18be581 (0x51)
CIDLData_CreateFromIDArray0x73a3083a83 (0x53)
OpenRegStream0x7383004685 (0x55)
SHDoDragDrop0x73a3989e88 (0x58)
SHCloneSpecialIDList0x7381a4c589 (0x59)
SHFindFiles0x73a2561490 (0x5a)
PathGetShortPath0x73a3172792 (0x5c)
SHGetRealIDL0x7381218498 (0x62)
SHRestricted0x7387f0e3100 (0x64)
SHCoCreateInstance0x7389b7d9102 (0x66)
SignalFileOpen0x73962f42103 (0x67)
IsLFNDrive0x7381a26c119 (0x77)
OpenAs_RunDLLA0x73a18be5125 (0x7d)
DAD_AutoScroll0x73887005129 (0x81)
DAD_DragEnterEx0x7395d7b7131 (0x83)
DAD_DragLeave0x73a37a1c132 (0x84)
OpenAs_RunDLLW0x73a18c82133 (0x85)
DAD_DragMove0x73a38a02134 (0x86)
PrepareDiscForBurnRunDllW0x73a20e2e135 (0x87)
DAD_SetDragImage0x738a84ed136 (0x88)
DAD_ShowDragImage0x738b4a31137 (0x89)
PrintersGetCommand_RunDLL0x73a231aa138 (0x8a)
PrintersGetCommand_RunDLLA0x73a231aa139 (0x8b)
SHCLSIDFromString0x7388bd29147 (0x93)
SHFind_InitMenuPopup0x73a6fd43149 (0x95)
PrintersGetCommand_RunDLLW0x73a2322f150 (0x96)
ILGetSize0x738a16cb152 (0x98)
ILGetNext0x73846469153 (0x99)
ILAppendID0x73a43f95154 (0x9a)
ILFree0x7389c2d1155 (0x9b)
ILCreateFromPath0x73a44025157 (0x9d)
SHSimpleIDListFromPath0x7391c77f162 (0xa2)
Win32DeleteFile0x7391d3fb164 (0xa4)
SHCreateDirectory0x7390dd83165 (0xa5)
SHAddFromPropSheetExtArray0x73a4898c167 (0xa7)
SHCreatePropSheetExtArray0x738d9a90168 (0xa8)
SHDestroyPropSheetExtArray0x738d9b78169 (0xa9)
SHReplaceFromPropSheetExtArray0x73a489f8170 (0xaa)
PathCleanupSpec0x7391be74171 (0xab)
SHValidateUNC0x7380beab173 (0xad)
SHCreateShellFolderViewEx0x73a6b328174 (0xae)
SHSetInstanceExplorer0x738167b8176 (0xb0)
SHObjectProperties0x73a23418178 (0xb2)
SHGetNewLinkInfoA0x73a458c4179 (0xb3)
SHGetNewLinkInfoW0x73a4589b180 (0xb4)
ShellMessageBoxWshlwapi.ShellMessageBoxW182 (0xb6)
ShellMessageBoxAshlwapi.ShellMessageBoxA183 (0xb7)
ILCreateFromPathA0x73a4405f189 (0xbd)
ILCreateFromPathW0x73a44025190 (0xbe)
SHUpdateImageA0x73a4f900191 (0xbf)
SHUpdateImageW0x73a4f734192 (0xc0)
SHHandleUpdateImage0x738f70e4193 (0xc1)
SHFree0x7389c2d1195 (0xc3)
SHAlloc0x7381a615196 (0xc4)
SHHelpShortcuts_RunDLL0x73a2337f199 (0xc7)
SHHelpShortcuts_RunDLLA0x73a2337f206 (0xce)
SHHelpShortcuts_RunDLLW0x73a233da207 (0xcf)
AppCompat_RunDLLW0x73a2c624208 (0xd0)
AssocCreateForClasses0x7382c73c226 (0xe2)
AssocGetDetailsOfPropKey0x7388adf7228 (0xe4)
CheckEscapesW0x73a31928229 (0xe5)
SHSetFolderPathA0x73a4fac5231 (0xe7)
SHSetFolderPathW0x73a4f953232 (0xe8)
CommandLineToArgvW0x73819ee8238 (0xee)
PathIsSlowW0x739421bb239 (0xef)
PathIsSlowA0x73a31825240 (0xf0)
SHTestTokenMembership0x73852ce2245 (0xf5)
Control_RunDLL0x73a35668255 (0xff)
SHCreateShellFolderView0x738308ff256 (0x100)
Control_RunDLLA0x73a35668263 (0x107)
Control_RunDLLAsUserW0x73a35647267 (0x10b)
Control_RunDLLW0x738d9e95268 (0x10c)
DllCanUnloadNow0x738b96c1269 (0x10d)
DllGetClassObject0x738b25f9271 (0x10f)
DllGetVersion0x73b78ad8272 (0x110)
DllInstall0x73a3bdcb273 (0x111)
DllRegisterServer0x73899a3d274 (0x112)
DllUnregisterServer0x73899a3d275 (0x113)
DoEnvironmentSubstA0x73a05016276 (0x114)
DoEnvironmentSubstW0x73811c72277 (0x115)
DragAcceptFiles0x73921bf1278 (0x116)
DragFinish0x73a14e4a279 (0x117)
DragQueryFile0x73a150b1280 (0x118)
DragQueryFileA0x73a150b1281 (0x119)
DragQueryFileAorW0x73a14e5b282 (0x11a)
DragQueryFileW0x73a1508e283 (0x11b)
DragQueryPoint0x73a14de7284 (0x11c)
DuplicateIcon0x73a049ac285 (0x11d)
ExtractAssociatedIconA0x73a04efe286 (0x11e)
ExtractAssociatedIconExA0x73a04d53287 (0x11f)
ExtractAssociatedIconExW0x73a04b0b288 (0x120)
ExtractAssociatedIconW0x73a04e1e289 (0x121)
ExtractIconA0x73a04ea8290 (0x122)
ExtractIconEx0x73a04aaf291 (0x123)
ExtractIconExA0x73a04aaf292 (0x124)
ExtractIconExW0x7391f0bd293 (0x125)
ExtractIconW0x7390dd1c294 (0x126)
FindExecutableA0x73a42c37295 (0x127)
FindExecutableW0x738022f9296 (0x128)
FreeIconList0x738dd797297 (0x129)
GetCurrentProcessExplicitAppUserModelID0x73a34b3b298 (0x12a)
InitNetworkAddressControl0x7387c0ff299 (0x12b)
InternalExtractIconListA0x73887005300 (0x12c)
InternalExtractIconListW0x73887005301 (0x12d)
LaunchMSHelp_RunDLLW0x73a15912302 (0x12e)
Options_RunDLL0x73b480e4303 (0x12f)
Options_RunDLLA0x73b480e4304 (0x130)
Options_RunDLLW0x738cb997305 (0x131)
RealShellExecuteA0x73a46721306 (0x132)
RealShellExecuteExA0x73a46716307 (0x133)
RealShellExecuteExW0x73a46716308 (0x134)
RealShellExecuteW0x73a46721309 (0x135)
RegenerateUserEnvironment0x738baee9310 (0x136)
RunAsNewUser_RunDLLW0x73a15a32311 (0x137)
SHAddDefaultPropertiesByExt0x738ee38d312 (0x138)
SHAddToRecentDocs0x7391b046313 (0x139)
SHAppBarMessage0x73813278314 (0x13a)
SHAssocEnumHandlers0x7393262f315 (0x13b)
SHAssocEnumHandlersForProtocolByApplication0x738e8581316 (0x13c)
SHBindToFolderIDListParent0x738a6d23317 (0x13d)
SHBindToFolderIDListParentEx0x738a4d24318 (0x13e)
SHBindToObject0x738a2bfa319 (0x13f)
SHBindToParent0x7388b0b4320 (0x140)
SHBrowseForFolder0x73a4dc6a321 (0x141)
SHBrowseForFolderA0x73a4dc6a322 (0x142)
SHBrowseForFolderW0x73a4db32323 (0x143)
SHChangeNotify0x73857965324 (0x144)
SHChangeNotifyRegisterThread0x73846607325 (0x145)
SHChangeNotifySuspendResume0x73857f7f326 (0x146)
SHCreateAssociationRegistration0x738f8c3d327 (0x147)
SHCreateDataObject0x73990600328 (0x148)
SHCreateDefaultContextMenu0x7384c224329 (0x149)
SHCreateDefaultExtractIcon0x7386c101330 (0x14a)
SHCreateDefaultPropertiesOp0x73a487d2331 (0x14b)
SHCreateDirectoryExA0x7391516b332 (0x14c)
SHCreateDirectoryExW0x738adb61333 (0x14d)
SHCreateItemFromIDList0x738a6bf5334 (0x14e)
SHCreateItemFromParsingName0x73854215335 (0x14f)
SHCreateItemFromRelativeName0x7399fd6f336 (0x150)
SHCreateItemInKnownFolder0x738ed657337 (0x151)
SHCreateItemWithParent0x7388b436338 (0x152)
SHCreateLocalServerRunDll0x738f5920339 (0x153)
SHCreateProcessAsUserW0x73a46704340 (0x154)
SHCreateQueryCancelAutoPlayMoniker0x738f9d6d341 (0x155)
SHCreateShellItem0x73910f7c342 (0x156)
SHCreateShellItemArray0x7382eeac343 (0x157)
SHCreateShellItemArrayFromDataObject0x7384ad77344 (0x158)
SHCreateShellItemArrayFromIDLists0x73864cc9345 (0x159)
SHCreateShellItemArrayFromShellItem0x7382ef43346 (0x15a)
SHEmptyRecycleBinA0x73a6f003347 (0x15b)
SHEmptyRecycleBinW0x73a6efc4348 (0x15c)
SHEnableServiceObject0x7380e4f1349 (0x15d)
SHEnumerateUnreadMailAccountsW0x73a240df350 (0x15e)
SHEvaluateSystemCommandTemplate0x73863f70351 (0x15f)
SHExtractIconsW0x73a04e7b352 (0x160)
SHFileOperation0x73a5addd353 (0x161)
SHFileOperationA0x73a5addd354 (0x162)
SHFileOperationW0x738596f6355 (0x163)
SHFormatDrive0x738b40c5356 (0x164)
SHFreeNameMappings0x73a5002d357 (0x165)
SHGetDataFromIDListA0x73a44a8d358 (0x166)
SHGetDataFromIDListW0x738325db359 (0x167)
SHGetDesktopFolder0x738a199a360 (0x168)
SHGetDiskFreeSpaceA0x73a44a30361 (0x169)
SHGetDiskFreeSpaceExA0x73a44a30362 (0x16a)
SHGetDiskFreeSpaceExW0x738aa7e2363 (0x16b)
SHGetDriveMedia0x738f9c2d364 (0x16c)
SHGetFileInfo0x739ae8f3365 (0x16d)
SHGetFileInfoA0x739ae8f3366 (0x16e)
SHGetFileInfoW0x739ae7b2367 (0x16f)
SHGetFolderLocation0x7388e018368 (0x170)
SHGetFolderPathA0x73917804369 (0x171)
SHGetFolderPathAndSubDirA0x73a4fb57370 (0x172)
SHGetFolderPathAndSubDirW0x73835121371 (0x173)
SHGetFolderPathEx0x73885660372 (0x174)
SHGetFolderPathW0x73885708373 (0x175)
SHGetIDListFromObject0x738a29c7374 (0x176)
SHGetIconOverlayIndexA0x73a75403375 (0x177)
SHGetIconOverlayIndexW0x73a75353376 (0x178)
SHGetInstanceExplorer0x73846399377 (0x179)
SHGetItemFromDataObject0x7384e8cc378 (0x17a)
SHGetItemFromObject0x73849ded379 (0x17b)
SHGetKnownFolderIDList0x7388a29d380 (0x17c)
SHGetKnownFolderItem0x7389133c381 (0x17d)
SHGetKnownFolderPath0x738b4ca0382 (0x17e)
SHGetLocalizedName0x73a453c2383 (0x17f)
SHGetMalloc0x73820602384 (0x180)
SHGetNameFromIDList0x7382aa50385 (0x181)
SHGetNewLinkInfo0x73a458c4386 (0x182)
SHGetPathFromIDList0x73921c24387 (0x183)
SHGetPathFromIDListA0x73921c24388 (0x184)
SHGetPathFromIDListEx0x7385ed61389 (0x185)
SHGetPathFromIDListW0x738917bf390 (0x186)
SHGetPropertyStoreForWindow0x738affdd391 (0x187)
SHGetPropertyStoreFromIDList0x73a44dfb392 (0x188)
SHGetPropertyStoreFromParsingName0x73a44e61393 (0x189)
SHGetSettings0x73a758e8394 (0x18a)
SHGetSpecialFolderLocation0x7388e141395 (0x18b)
SHGetSpecialFolderPathA0x73a4fb26396 (0x18c)
SHGetSpecialFolderPathW0x73820468397 (0x18d)
SHGetStockIconInfo0x739a8142398 (0x18e)
SHGetTemporaryPropertyForItem0x7398c977399 (0x18f)
SHGetUnreadMailCountW0x73a2760d400 (0x190)
SHInvokePrinterCommandA0x73a2301d401 (0x191)
SHInvokePrinterCommandW0x73a22d6f402 (0x192)
SHIsFileAvailableOffline0x73a28ef7403 (0x193)
SHLoadInProc0x73b551a3404 (0x194)
SHLoadNonloadedIconOverlayIdentifiers0x73a76c29405 (0x195)
SHOpenFolderAndSelectItems0x73a44d16406 (0x196)
SHOpenWithDialog0x73a18b89407 (0x197)
SHParseDisplayName0x73887f83408 (0x198)
SHPathPrepareForWriteA0x73a7b0d3409 (0x199)
SHPathPrepareForWriteW0x7385558b410 (0x19a)
SHQueryRecycleBinA0x73a6e689411 (0x19b)
SHQueryRecycleBinW0x73a6e5ab412 (0x19c)
SHQueryUserNotificationState0x7380b3b4413 (0x19d)
SHRemoveLocalizedName0x73a4546f414 (0x19e)
SHResolveLibrary0x7394591c415 (0x19f)
SHSetDefaultProperties0x73a4889f416 (0x1a0)
SHSetKnownFolderPath0x73b5aa7d417 (0x1a1)
SHSetLocalizedName0x7390da0b418 (0x1a2)
SHSetTemporaryPropertyForItem0x739ab66c419 (0x1a3)
SHSetUnreadMailCountW0x73a27822420 (0x1a4)
SHShowManageLibraryUI0x73b64a78421 (0x1a5)
SHUpdateRecycleBinIcon0x7380c5a5422 (0x1a6)
SetCurrentProcessExplicitAppUserModelID0x7390cdcc423 (0x1a7)
SheChangeDirA0x73a14950424 (0x1a8)
SheChangeDirExW0x73a149ad425 (0x1a9)
SheGetDirA0x73a146f2426 (0x1aa)
SheSetCurDrive0x73a14c30427 (0x1ab)
ShellAboutA0x73a7cc59428 (0x1ac)
ShellAboutW0x738ca129429 (0x1ad)
ShellExec_RunDLL0x73a471f5430 (0x1ae)
ShellExec_RunDLLA0x73a471f5431 (0x1af)
ShellExec_RunDLLW0x73a47103432 (0x1b0)
ShellExecuteA0x73a47078433 (0x1b1)
ShellExecuteEx0x73a46fdd434 (0x1b2)
ShellExecuteExA0x73a46fdd435 (0x1b3)
ShellExecuteExW0x73821e46436 (0x1b4)
ShellExecuteW0x73813c71437 (0x1b5)
ShellHookProc0x73887005438 (0x1b6)
Shell_GetCachedImageIndexA0x73a42434439 (0x1b7)
Shell_GetCachedImageIndexW0x73875936440 (0x1b8)
Shell_NotifyIcon0x73a48af2441 (0x1b9)
Shell_NotifyIconA0x73a48af2442 (0x1ba)
Shell_NotifyIconGetRect0x738c5e65443 (0x1bb)
Shell_NotifyIconW0x738201c1444 (0x1bc)
StrChrA0x73bb00c8445 (0x1bd)
StrChrIA0x73bb00d3446 (0x1be)
StrChrIW0x73bb00de447 (0x1bf)
StrChrW0x7394cb08448 (0x1c0)
StrCmpNA0x73bb00e9449 (0x1c1)
StrCmpNIA0x73bb00f4450 (0x1c2)
StrCmpNIW0x738bdbfe451 (0x1c3)
StrCmpNW0x73bb00ff452 (0x1c4)
StrNCmpA0x73a0ac70453 (0x1c5)
StrNCmpIA0x73a0ad6b454 (0x1c6)
StrNCmpIW0x73a0ace8455 (0x1c7)
StrNCmpW0x73a0aba5456 (0x1c8)
StrRChrA0x73bb010a457 (0x1c9)
StrRChrIA0x73bb0115458 (0x1ca)
StrRChrIW0x73bb0120459 (0x1cb)
StrRChrW0x73bb012b460 (0x1cc)
StrRStrA0x73a0ae4c461 (0x1cd)
StrRStrIA0x73bb0136462 (0x1ce)
StrRStrIW0x73bb0141463 (0x1cf)
StrRStrW0x73a0ade3464 (0x1d0)
StrStrA0x73bb014c465 (0x1d1)
StrStrIA0x73bb0157466 (0x1d2)
StrStrIW0x7391da20467 (0x1d3)
StrStrW0x73bb0162468 (0x1d4)
WOWShellExecute0x73a46ed5469 (0x1d5)
WaitForExplorerRestartW0x73a3bcb1470 (0x1d6)
RealDriveType0x7389e6d3524 (0x20c)
SHFlushSFCache0x73a6fdb5526 (0x20e)
SHChangeNotification_Lock0x7389962d644 (0x284)
SHChangeNotification_Unlock0x73899609645 (0x285)
WriteCabinetState0x73a03f33652 (0x28c)
ReadCabinetState0x7392c8c1654 (0x28e)
IsUserAnAdmin0x738544f5680 (0x2a8)
StgMakeUniqueName0x73a7db30682 (0x2aa)
SHPropStgCreate0x738e7f2c685 (0x2ad)
SHPropStgReadMultiple0x738e7ebf688 (0x2b0)
SHPropStgWriteMultiple0x738e7aeb689 (0x2b1)
CDefFolderMenu_Create20x73a3050a701 (0x2bd)
SHGetSetFolderCustomSettings0x7393344f709 (0x2c5)
SHMultiFileProperties0x73a7a81b716 (0x2cc)
SHGetImageList0x73868de6727 (0x2d7)
RestartDialogEx0x73a39e5e730 (0x2da)
SHCreateFileExtractIconW0x73a45cb8743 (0x2e7)
SHLimitInputEdit0x73a766c9747 (0x2eb)
SHGetAttributesFromDataObject0x73991114750 (0x2ee)
ILLoadFromStreamEx0x7385ea3d846 (0x34e)