Windbg导出User32.dll里面的所有函数

这里要用到一个 Windbg 命令:x user32!* 

X [模块名] ![函数名/*]

解释:

X  :表示查询的意识

x user32!MessageBXA  表示在User32 中查询函数MessageBoxA

x user32!* 表示查询所有语句 和SQL 中 * 的意思一样的

如果一个函数名称不记得全部了 你也可以,用部分匹配的方式去查找,如:

x user32!Message*

结果为以Message开始的函数都会列出来!

0:000> x user32!*
76b7729c USER32!GetClassInfoExA = <no type information>
76b87bc9 USER32!NtUserInvalidateRect = <no type information>
76b9776d USER32!_ClientCopyDDEIn2 = <no type information>
76bd112d USER32!SvSpontUnadvise = <no type information>
76b93a04 USER32!ImeWndProcA = <no type information>
76bbc20b USER32!ShowStartGlass = <no type information>
76bd9e1c USER32!pfnWowGetProcModule = <no type information>
76ba6c53 USER32!NtUserMapVirtualKeyEx = <no type information>
76b7109c USER32!_imp___allmul = <no type information>
76ba572b USER32!__fnOUTLPRECT = <no type information>
76bc0c7c USER32!TabbedTextOutA = <no type information>
76b713b4 USER32!_imp__GlobalHandle = <no type information>
76bd573b USER32!MirrorWindowRect = <no type information>
76bc1529 USER32!UT_PrevGroupItem = <no type information>
76b71380 USER32!_imp__FindResourceExA = <no type information>
76b72676 USER32!NtUserSetInformationThread = <no type information>
76b9990f USER32!ECGetControlBrush = <no type information>
76b71344 USER32!_imp__InterlockedIncrement = <no type information>
76b83a4d USER32!InitUserApiHook = <no type information>
76b9d989 USER32!LBSetCItemFullMax = <no type information>
76bd653a USER32!_imp_load__PowerGetActiveScheme = <no type information>
76b751a4 USER32!__ClientLoadImage = <no type information>
76bd9004 USER32!_imp__ReportEventW = <no type information>
76b7268a USER32!NtUserLockWindowStation = <no type information>
76ba29b4 USER32!ArrangeIconicWindows = <no type information>
76b712c4 USER32!_imp__SetLayoutWidth = <no type information>
76b8fc4a USER32!_DllMainCRTStartupForGS2 = <no type information>
76b71004 USER32!_imp__RtlSetLastWin32Error = <no type information>
76b71010 USER32!_imp___wtoi = <no type information>
76bc7a38 USER32!szEXECHELP = <no type information>
76bb40d0 USER32!szEMISeverity = <no type information>
76b7389d USER32!NtUserUpdatePerUserSystemParameters = <no type information>
76b714c0 USER32!_imp__GlobalUnlock = <no type information>
76b714ac USER32!_imp__RegSetValueExW = <no type information>
76b820f6 USER32!NtUserSetWindowsHookEx = <no type information>
76b75678 USER32!ScaleProc = <no type information>
76bd2e57 USER32!AbandonTransaction = <no type information>
76b87a64 USER32!SetPropW = <no type information>
76bd4d71 USER32!NtUserMNDragLeave = <no type information>
76b98683 USER32!__fnHkINLPCBTACTIVATESTRUCT = <no type information>
76bd98e0 USER32!DialogLookaside = <no type information>
76b714dc USER32!_imp__FreeLibrary = <no type information>
76ba49e6 USER32!NtUserGetCaretPos = <no type information>
76bd4bb9 USER32!NtUserGetImeHotKey = <no type information>
76bc2cf4 USER32!ECUpdateFormat = <no type information>
76bbc19f USER32!RegisterUserHungAppHandlers = <no type information>
76b90b81 USER32!UninitializeTouchInfoList = <no type information>
76ba5e25 USER32!IsAnyGestureMessage = <no type information>
76b933b1 USER32!MLReplaceSel = <no type information>
76b79111 USER32!ResetMessagePumpHook = <no type information>
76bc8217 USER32!LBPrintCallback = <no type information>
76ba3e3d USER32!SetPropA = <no type information>
76bd4e5f USER32!NtUserResolveDesktopForWOW = <no type information>
76b7807c USER32!InitializeIcs = <no type information>
76bc521c USER32!SLGetBlkEnd = <no type information>
76b7a6db USER32!__fnINSTRING = <no type information>
76b810e1 USER32!InitClsMenuNameW = <no type information>
76b86d34 USER32!NtUserSBGetParms = <no type information>
76b892b9 USER32!NtUserValidateTimerCallback = <no type information>
76bd4dfb USER32!NtUserRealChildWindowFromPoint = <no type information>
76ba055a USER32!IsVisible = <no type information>
76b7d16a USER32!__fnINOUTNEXTMENU = <no type information>
76b7e58f USER32!GetCurrentThreadDesktopWindow = <no type information>
76ba4870 USER32!MapDialogRect = <no type information>
76b82e8a USER32!GetClassInfoW = <no type information>
76bca8a5 USER32!LBSetTabStops = <no type information>
76b86d80 USER32!IsDPIAbsoluteSysMet = <no type information>
76b7e4a3 USER32!InitClsMenuNameA = <no type information>
76bbd29c USER32!DialogBoxIndirectParamA = <no type information>
76bd9a00 USER32!fFontAssocStatus = <no type information>
76bcc0bd USER32!LoadOLEOnce = <no type information>
76bd9098 USER32!gcxGray = <no type information>
76bb1e8c USER32!szMS_POPUPHELP = <no type information>
76b7a4d0 USER32!CopyImage = <no type information>
76bbe261 USER32!DlgDirListComboBoxW = <no type information>
76ba0327 USER32!xxxLBoxDeleteItem = <no type information>
76bbb19b USER32!AllocGestureDataCopy = <no type information>
76bcee1d USER32!GetClassWOWWords = <no type information>
76b8325e USER32!DefWindowProcWorker = <no type information>
76bbc9e0 USER32!GUID_VIDEO_SUBGROUP = <no type information>
76bd0803 USER32!DwmSetRedirSurfacePresentFlags = <no type information>
76bd3b03 USER32!AppendMenuA = <no type information>
76b8f2ca USER32!CategoryMaskFromEvent = <no type information>
76bcf20c USER32!OemToCharBuffW = <no type information>
76bd5a88 USER32!aGeneralPunctuation_EndBreak = <no type information>
76b716fd USER32!CreateDesktopW = <no type information>
76bccad0 USER32!szEventMsgFile = <no type information>
76b9a57c USER32!ButtonWndProcWorker = <no type information>
76bd07cb USER32!DwmGetRedirSurfacePresentFlags = <no type information>
76bd37b6 USER32!DdeQueryConvInfo = <no type information>
76b956bc USER32!PaintRect = <no type information>
76bd645c USER32!RtlUnwind = <no type information>
76b710a0 USER32!_imp__RtlUnicodeToMultiByteSize = <no type information>
76bd551d USER32!RemoveGaps = <no type information>
76b78dfe USER32!wcsncpycch = <no type information>
76bbcfd6 USER32!GetIconInfoExW = <no type information>
76ba244f USER32!ListBoxWndProcA = <no type information>
76b712b0 USER32!_imp__EnableEUDC = <no type information>
76b8088e USER32!RegisterDefaultClass = <no type information>
76bcc4b6 USER32!MonitorStringHandle = <no type information>
76b83e7b USER32!NtUserUpdateInputContext = <no type information>
76bc13fb USER32!_ClientGetDDEFlags = <no type information>
76b7612e USER32!CheckMenuItem = <no type information>
76b95aa9 USER32!NtUserSfmDxOpenSwapChain = <no type information>
76bd58c6 USER32!UserIsFELineBreakEnd = <no type information>
76bb955c USER32!xxxBNGetDC = <no type information>
76b9fee5 USER32!xxxCBSetDroppedSize = <no type information>
76ba1bd0 USER32!SetScrollPos = <no type information>
76bccfe2 USER32!MB_UpdateDlgHdr = <no type information>
76b9dc9a USER32!xxxSetLBScrollParms = <no type information>
76ba0490 USER32!CopyAcceleratorTableA = <no type information>
76ba5b2a USER32!__ClientExtTextOutW = <no type information>
76b9bd74 USER32!xxxLBPaint = <no type information>
76bd90d0 USER32!hmodUser = <no type information>
76b9feae USER32!xxxCBPosition = <no type information>
76b86a30 USER32!SetRect = <no type information>
76b91d29 USER32!MLSetTabStops = <no type information>
76bcece0 USER32!fnCOPYGLOBALDATA = <no type information>
76bce8c9 USER32!MessageBoxIndirectA = <no type information>
76bd41af USER32!dummyImmGetOpenStatus = <no type information>
76b717d9 USER32!NtUserCreateDesktopEx = <no type information>
76bbc9f0 USER32!GUID_VIDEO_POWERDOWN_TIMEOUT = <no type information>
76ba252b USER32!GetScrollPos = <no type information>
76b9159f USER32!Scale824 = <no type information>
76bd9100 USER32!g_pfnImeWndProcW = <no type information>
76b76e57 USER32!GetProcAddress = <no type information>
76b7f5e5 USER32!HowManyColors = <no type information>
76b7be96 USER32!dummyImmSetCompositionFontA = <no type information>
76bbc1d8 USER32!SetCursorPos = <no type information>
76b87b9b USER32!NtUserDispatchMessage = <no type information>
76bbf412 USER32!__fnINCNTOUTSTRING = <no type information>
76b71090 USER32!_imp__CsrClientCallServer = <no type information>
76bd9ee0 USER32!szERROR = <no type information>
76b82280 USER32!EnumDisplaySettingsW = <no type information>
76b86632 USER32!SetScrollInfo = <no type information>
76b874b1 USER32!GetClientRect = <no type information>
76bd9e24 USER32!ghinstOLE = <no type information>
76b994cd USER32!IsCharUpperW = <no type information>
76b7d656 USER32!PostMessageA = <no type information>
76bd9108 USER32!__security_cookie = <no type information>
76b84a30 USER32!ImeNotifyHandler = <no type information>
76b91456 USER32!BltColor = <no type information>
76b76d9a USER32!_tailMerge_CFGMGR32_dll = <no type information>
76b78b28 USER32!GetSizeDialogTemplate = <no type information>
76bc88c4 USER32!xxxLBoxCaretBlinker = <no type information>
76b983a8 USER32!EnumDisplaySettingsA = <no type information>
76b71174 USER32!_imp__GetMapMode = <no type information>
76b8f319 USER32!__security_check_cookie = <no type information>
76bd41af USER32!dummyImmWINNLSGetEnableStatus = <no type information>
76b93826 USER32!MLDeleteText = <no type information>
76b73f22 USER32!CliReadRegistryValue = <no type information>
76b71210 USER32!_imp__GetTextMetricsW = <no type information>
76bbf35b USER32!__fnINPGESTURENOTIFYSTRUCT = <no type information>
76ba5a25 USER32!CopyIcon = <no type information>
76b86225 USER32!PostMessageW = <no type information>
76bd21b6 USER32!IsCharUpperA = <no type information>
76b71370 USER32!_imp__SizeofResource = <no type information>
76b7c921 USER32!IsWindowEnabled = <no type information>
76b7a774 USER32!InternalFindWindowExA = <no type information>
76ba386d USER32!EnableScrollBar = <no type information>
76bd1c16 USER32!SvRespAdviseDataAck = <no type information>
76b9343d USER32!MLInsertText = <no type information>
76b7bea0 USER32!SplFreeResource = <no type information>
76b7d488 USER32!GetQueueStatus = <no type information>
76b81829 USER32!__fnINLPWINDOWPOS = <no type information>
76bd41af USER32!dummyImmLockImeDpi = <no type information>
76b868fe USER32!InternalGetWindowText = <no type information>
76bbd50b USER32!GetTouchInputInfoWorker = <no type information>
76b99323 USER32!CreateIcoCurIndirect = <no type information>
76bd0659 USER32!GetReasonTitleFromReasonCode = <no type information>
76bd2642 USER32!DeleteLinkCount = <no type information>
76ba229e USER32!ShowWindowNoRepaint = <no type information>
76b87c4b USER32!DT_DrawStr = <no type information>
76b80351 USER32!GetBestImage = <no type information>
76b88409 USER32!GetSystemMetrics = <no type information>
76b819c3 USER32!ULongLongToUInt = <no type information>
76bc0d3c USER32!GetTabbedTextExtentA = <no type information>
76b95eba USER32!wvsprintfW = <no type information>
76b7d5ef USER32!NtUserDestroyWindow = <no type information>
76bc7167 USER32!PrivateExtractIconExA = <no type information>
76b76c25 USER32!DoCallback = <no type information>
76b86614 USER32!SetWindowLongW = <no type information>
76bd9130 USER32!pfnFindResourceExA = <no type information>
76b9978a USER32!ECGetEditDC = <no type information>
76bd903c USER32!_imp__PowerWriteDCValueIndex = <no type information>
76bc0d12 USER32!GetTabbedTextExtentW = <no type information>
76b7e7a9 USER32!GetCurrentThreadDesktopHwnd = <no type information>
76b7146c USER32!_imp__QueryPerformanceCounter = <no type information>
76bbbec3 USER32!TellWOWThehDlg = <no type information>
76b809ae USER32!RtlGetExpWinVer = <no type information>
76bd9128 USER32!pfnFindResourceExW = <no type information>
76b967b4 USER32!SendNotifyMessageA = <no type information>
76b71110 USER32!_imp__RtlFindActivationContextSectionString = <no type information>
76b7fde8 USER32!GetAppCompatFlags = <no type information>
76b7406c USER32!_LoadKeyboardLayoutEx = <no type information>
76b9b454 USER32!CBNcCreateHandler = <no type information>
76ba1b58 USER32!NtUserGetUpdateRgn = <no type information>
76b91c9a USER32!MLSize = <no type information>
76b74cd1 USER32!Scale424 = <no type information>
76bbf153 USER32!__fnSENTDDEMSG = <no type information>
76bc2ca6 USER32!DbcsCombine = <no type information>
76b7c184 USER32!NtUserIsTopLevelWindow = <no type information>
76b88650 USER32!_SEH_epilog4 = <no type information>
76b7e18a USER32!CreateWindowExA = <no type information>
76b714d0 USER32!_imp__GlobalDeleteAtom = <no type information>
76b713c8 USER32!_imp__GetCPInfo = <no type information>
76b7148c USER32!_imp__DelayLoadFailureHook = <no type information>
76b713bc USER32!_imp__Sleep = <no type information>
76b87915 USER32!MapWindowPoints = <no type information>
76b75b6e USER32!EnumDisplayDevicesW = <no type information>
76bbe5ec USER32!InitiateEnumerationProc = <no type information>
76bc6055 USER32!SLSetFocus = <no type information>
76bba9db USER32!Map8 = <no type information>
76b864f8 USER32!AdjustWindowRectEx = <no type information>
76bc7927 USER32!LaunchHelp = <no type information>
76bca18a USER32!DlgDirSelectExW = <no type information>
76b872e1 USER32!RealDefWindowProcW = <no type information>
76b7107c USER32!_imp__CsrFreeCaptureBuffer = <no type information>
76ba0208 USER32!LBGetItemRect = <no type information>
76bd99fc USER32!gphn = <no type information>
76bbc132 USER32!SetProgmanWindow = <no type information>
76bbcf28 USER32!ScrollBarWndProcA = <no type information>
76b7fc1e USER32!PathIsUNC = <no type information>
76b7f283 USER32!LoadCursorW = <no type information>
76b86e81 USER32!IsDPIDWMSysMet = <no type information>
76ba6189 USER32!PathFindFileName = <no type information>
76b7241d USER32!IsTestSigningEnabled = <no type information>
76bd4e37 USER32!NtUserRegisterTasklist = <no type information>
76b84b56 USER32!NtUserSetImeOwnerWindow = <no type information>
76b7dfbd USER32!CharPrevA = <no type information>
76b8335a USER32!CalcWakeMask = <no type information>
76ba1833 USER32!DrawIcon = <no type information>
76bd418b USER32!dummyImmNotifyIME = <no type information>
76b738d7 USER32!GetCursorBitCount = <no type information>
76bd9eb0 USER32!gatomReaderMode = <no type information>
76b9d301 USER32!DrawFrameControl = <no type information>
76bd629a USER32!dummyCtfImmHideToolbarWnd = <no type information>
76b83ef8 USER32!AllocateFromZone = <no type information>
76ba3de1 USER32!RemovePropA = <no type information>
76bcd5cb USER32!MB_AddPushButtons = <no type information>
76b97a16 USER32!InternalDdeQueryString = <no type information>
76bd908c USER32!gcyGray = <no type information>
76b966dc USER32!szMS_WINHELP = <no type information>
76bc2b5c USER32!ECCopy = <no type information>
76b93677 USER32!MLSetSelection = <no type information>
76bd4eff USER32!NtUserSetSystemCursor = <no type information>
76b739c7 USER32!SetUserObjectSecurity = <no type information>
76ba65ce USER32!GetWindowRgn = <no type information>
76bcbda9 USER32!GetMenuContextHelpId = <no type information>
76bd9e20 USER32!gdwEMIControl = <no type information>
76b71190 USER32!_imp__ExcludeClipRect = <no type information>
76b90e1f USER32!CharUpperBuffA = <no type information>
76bd41af USER32!dummyImmGetContext = <no type information>
76b7be96 USER32!dummyImmWINNLSEnableIME = <no type information>
76bbb09b USER32!EnumPropsW = <no type information>
76bd1ee1 USER32!ClStartRequest = <no type information>
76b7c265 USER32!GetUpdateRect = <no type information>
76b96ace USER32!SetCommonStateFlags = <no type information>
76bd9f30 USER32!pfnWowTask16SchedNotify = <no type information>
76b71214 USER32!_imp__GetTextColor = <no type information>
76b7d8cb USER32!ImeWndDestroyHandler = <no type information>
76bbbb65 USER32!GrayStringW = <no type information>
76bd41af USER32!dummyImmFreeLayout = <no type information>
76b86e3e USER32!IsWindowFrameMetric = <no type information>
76ba5e97 USER32!NtUserCallMsgFilter = <no type information>
76bbf31d USER32!__fnINLPCOMPAREITEMSTRUCT = <no type information>
76b9810c USER32!RegisterGhostWindow = <no type information>
76b7140c USER32!_imp__lstrlenW = <no type information>
76ba6dfa USER32!SetWindowsHookExA = <no type information>
76b71300 USER32!_imp__GetDeviceCaps = <no type information>
76bd9900 USER32!ButtonLookaside = <no type information>
76ba6ec1 USER32!fnHkINLPCWPSTRUCTA = <no type information>
76b71244 USER32!_imp__OffsetWindowOrgEx = <no type information>
76b95abd USER32!NtUserSfmDxQuerySwapChainBindingStatus = <no type information>
76b88600 USER32!_SEH_prolog4 = <no type information>
76ba1d32 USER32!AnimateWindow = <no type information>
76bd4a2d USER32!NtUserBuildPropList = <no type information>
76ba6f51 USER32!NtUserPhysicalToLogicalPoint = <no type information>
76b7c6c2 USER32!NtUserDestroyCursor = <no type information>
76b7125c USER32!_imp__SelectPalette = <no type information>
76b82a0c USER32!ObjectFromDIBResource = <no type information>
76b7bd75 USER32!GetPrevPwnd = <no type information>
76bbf78a USER32!__ClientDeliverUserApc = <no type information>
76b7decf USER32!EnumDesktopsW = <no type information>
76bc0a90 USER32!UserLpkTabbedTextOut = <no type information>
76bc85e6 USER32!xxxFindString = <no type information>
76b760b0 USER32!CharToOemBuffA = <no type information>
76b86a10 USER32!SetRectEmpty = <no type information>
76ba1b1d USER32!BringWindowToTop = <no type information>
76b9afe2 USER32!xxxLBInsertItem = <no type information>
76bd5b00 USER32!aFullWidthHalfWidthVariants_EndBreak = <no type information>
76bd0821 USER32!SfmGetLogicalSurfaceBinding = <no type information>
76bc2d89 USER32!ECSetIMEMenu = <no type information>
76bd90c4 USER32!pfnLockResource = <no type information>
76bd4195 USER32!dummyImmGetCompositionWindow = <no type information>
76ba5785 USER32!NtUserShowScrollBar = <no type information>
76bbd5b2 USER32!PreprocessTouchInputMessage = <no type information>
76bbf35b USER32!__fnPOPTINLPUINT = <no type information>
76badfc0 USER32!szEDITCLASS = <no type information>
76bbd383 USER32!WowServerLoadCreateCursorIcon = <no type information>
76b7124c USER32!_imp__ExtTextOutW = <no type information>
76bcfe64 USER32!LoadReasonStrings = <no type information>
76b71390 USER32!_imp__SearchPathW = <no type information>
76b71de5 USER32!NtUserCreateWindowStation = <no type information>
76b7d16a USER32!__fnINLPUAHINITMENU = <no type information>
76bc6f72 USER32!IsEmptyString = <no type information>
76b980f8 USER32!NtUserHungWindowFromGhostWindow = <no type information>
76bbda2c USER32!xxxCBGetTextHelper = <no type information>
76bcb50c USER32!ScrollChildren = <no type information>
76bcbc38 USER32!TileWindows = <no type information>
76b94d2f USER32!CreateLocalMemHandle = <no type information>
76b97830 USER32!FixupDdeExecuteIfNecessary = <no type information>
76b71168 USER32!_imp__GetClipRgn = <no type information>
76b9d051 USER32!xxxInvertLBItem = <no type information>
76b81b7f USER32!ValidateWIDTHBYTES_Dword = <no type information>
76b78c08 USER32!DefShortToInt = <no type information>
76bce6f8 USER32!mpTypeCcmd = <no type information>
76bd9124 USER32!fpLpkEditControl = <no type information>
76bbb28e USER32!IsDefaultGestureHandler = <no type information>
76b9805a USER32!NtUserValidateHandleSecure = <no type information>
76bd9114 USER32!ghbrWindowText = <no type information>
76ba545f USER32!InternalDialogBox = <no type information>
76b89481 USER32!__ClientWaitMessageExMPH = <no type information>
76bd5765 USER32!InvertRect = <no type information>
76b78839 USER32!GetMenuItemInfoInternalA = <no type information>
76b71504 USER32!_imp__WideCharToMultiByte = <no type information>
76bd92f8 USER32!idtVtbl = <no type information>
76b7adb6 USER32!NtUserGetCPD = <no type information>
76ba516a USER32!DialogBox2 = <no type information>
76ba3ccc USER32!DefFrameProcW = <no type information>
76bcae5d USER32!MDIActivateDlgSize = <no type information>
76bd4a41 USER32!NtUserSetDisplayConfig = <no type information>
76b71138 USER32!_imp__RtlOpenCurrentUser = <no type information>
76bd282e USER32!FChildVisible = <no type information>
76b71158 USER32!_imp__RtlInitUnicodeString = <no type information>
76b71308 USER32!_imp__GdiGetBitmapBitsSize = <no type information>
76bd4c59 USER32!NtUserGetPriorityClipboardFormat = <no type information>
76b87964 USER32!NtUserGetProp = <no type information>
76b7d09f USER32!GetMenuItemInfoInternalW = <no type information>
76bd4acb USER32!NtUserDrawAnimatedRects = <no type information>
76b71048 USER32!_imp__strrchr = <no type information>
76bd4b91 USER32!NtUserGetCursorInfo = <no type information>
76bb94ad USER32!xxxBNInitDC = <no type information>
76b7a8c4 USER32!NtUserMoveWindow = <no type information>
76b7d924 USER32!NtUserUnhookWinEvent = <no type information>
76bcf592 USER32!ReaderWndProc = <no type information>
76bcc8ce USER32!EndTaskModalDialog = <no type information>
76bbbc4b USER32!GetRemoteInputLanguage = <no type information>
76bd0c06 USER32!xxxNextAniIconStep = <no type information>
76b99c79 USER32!GetMaxOverlapChars = <no type information>
76b91fe9 USER32!ECImmSetCompositionFont = <no type information>
76bbcd01 USER32!DesktopWndProcW = <no type information>
76bd9084 USER32!gcLoadUserApiHook = <no type information>
76b78931 USER32!NtUserRemoveMenu = <no type information>
76bd6553 USER32!_tailMerge_WINSTA_dll = <no type information>
76b891b5 USER32!PeekMessageW = <no type information>
76bd9e34 USER32!pfnWowEmptyClipBoard = <no type information>
76ba648c USER32!__fnINLPDRAWITEMSTRUCT = <no type information>
76b80a8e USER32!RtlInitLargeUnicodeString = <no type information>
76b86b91 USER32!GetWindowBorders = <no type information>
76b8f7ec USER32!NtUserConsoleControl = <no type information>
76b95068 USER32!fnEMGETSEL = <no type information>
76b890e8 USER32!GetInputBits = <no type information>
76b82eb2 USER32!PeekMessageA = <no type information>
76b76ec1 USER32!RegisterDeviceNotificationWorker = <no type information>
76bd4575 USER32!SyncSoftKbdState = <no type information>
76b97d0e USER32!InternalFreeDataHandle = <no type information>
76ba5f86 USER32!GetACPCharSet = <no type information>
76b866e3 USER32!IsIconic = <no type information>
76b861dd USER32!GetKeyboardLayout = <no type information>
76b937b7 USER32!ECCalcChangeSelection = <no type information>
76bd4b7d USER32!NtUserGetControlColor = <no type information>
76b710dc USER32!_imp__NtVdmControl = <no type information>
76bb9477 USER32!BNSetFont = <no type information>
76b90730 USER32!GetImmFileName = <no type information>
76bd99c0 USER32!StaticLookaside = <no type information>
76bd41b9 USER32!dummyImmGetCandidateWindow = <no type information>
76b942df USER32!NtUserGetMenuItemRect = <no type information>
76b713e8 USER32!_imp__GetSystemWindowsDirectoryW = <no type information>
76bbf8a5 USER32!__ClientWOWTask16SchedNotify = <no type information>
76b7be96 USER32!dummyImmReleaseContext = <no type information>
76bbdf61 USER32!xxxCBInvertStaticWindow = <no type information>
76b9ca83 USER32!SLPaint = <no type information>
76b71068 USER32!_imp__CsrAllocateMessagePointer = <no type information>
76bd90a8 USER32!pfnLocalLock = <no type information>
76bc4942 USER32!MLKeyDown = <no type information>
76bd41af USER32!dummyIMPQueryIMEW = <no type information>
76ba50f9 USER32!__fnDWORDOPTINLPMSG = <no type information>
76bd9110 USER32!ghdcGray = <no type information>
76b76818 USER32!ValidateHSZ = <no type information>
76b71240 USER32!_imp__SaveDC = <no type information>
76b71288 USER32!_imp__GetStockObject = <no type information>
76b7147c USER32!_imp__GlobalFindAtomA = <no type information>
76bb969b USER32!BNMultiDraw = <no type information>
76bd900c USER32!_imp__OpenProcessToken = <no type information>
76bbb2aa USER32!SendGestureInput = <no type information>
76b7118c USER32!_imp__GetBoundsRect = <no type information>
76b80af6 USER32!__fnINLPCREATESTRUCT = <no type information>
76b7dbc7 USER32!OpenDesktopW = <no type information>
76b73b35 USER32!NtUserSetImeHotKey = <no type information>
76b817d5 USER32!__fnINOUTLPWINDOWPOS = <no type information>
76b7ba48 USER32!UserCallDlgProcCheckWow = <no type information>
76b98f61 USER32!GetClipboardFormatNameA = <no type information>
76bd629a USER32!IsWow64Message = <no type information>
76b9d3a9 USER32!ECEmptyUndo = <no type information>
76b7d955 USER32!OpenDesktopA = <no type information>
76b7cdce USER32!GetMenu = <no type information>
76b8fc94 USER32!InitializeLpkHooks = <no type information>
76b7f04d USER32!FindExistingCursorIcon = <no type information>
76b9ab11 USER32!xxxLBoxDrawItem = <no type information>
76bd9980 USER32!ListboxLookaside = <no type information>
76b77b12 USER32!DispatchHookW = <no type information>
76bbf35b USER32!__fnINLPHELPINFOSTRUCT = <no type information>
76b7d85d USER32!ImeBroadCastMsg = <no type information>
76b761a5 USER32!NtUserVkKeyScanEx = <no type information>
76bc4878 USER32!MLPasteText = <no type information>
76b7c01f USER32!UpdateLayeredWindow = <no type information>
76b842af USER32!IsServerSideWindow = <no type information>
76bcea4d USER32!MessageBoxExW = <no type information>
76b7d6d7 USER32!PostQuitMessage = <no type information>
76b710d0 USER32!_imp__NtDeleteValueKey = <no type information>
76bd13a1 USER32!SpontaneousClientMessage = <no type information>
76b95024 USER32!__fnOUTDWORDDWORD = <no type information>
76b712e8 USER32!_imp__GetBkColor = <no type information>
76b7f481 USER32!ConvertDIBBitmap = <no type information>
76bcb2bd USER32!ValidatePositionableWindow = <no type information>
76bd504f USER32!NtUserIsTouchWindow = <no type information>
76bb40e8 USER32!szDMREnable = <no type information>
76ba3173 USER32!_DefSetText = <no type information>
76bc66cb USER32!SLMouseMotion = <no type information>
76b750ec USER32!NtUserSfmDxReportPendingBindingsToDwm = <no type information>
76ba266f USER32!GetClassLongA = <no type information>
76bbf6be USER32!__ClientLpkDrawTextEx = <no type information>
76b7c382 USER32!NtUserSetLayeredWindowAttributes = <no type information>
76bd90b0 USER32!pfnFreeResource = <no type information>
76b7be96 USER32!dummyImmSetStatusWindowPos = <no type information>
76b713b8 USER32!_imp__FoldStringW = <no type information>
76bc6161 USER32!SLChangeSelection = <no type information>
76bd6690 USER32!_sz_CFGMGR32_dll = <no type information>
76bc6f9a USER32!ExtractIconFromBMP = <no type information>
76b7bfe9 USER32!DDEMLMotherWndProc = <no type information>
76b71498 USER32!_imp__TerminateProcess = <no type information>
76b9deaa USER32!xxxLBSize = <no type information>
76b71234 USER32!_imp__GdiLoadType1Fonts = <no type information>
76bd9f28 USER32!gpfnOLERegisterDD = <no type information>
76bba7fa USER32!DdeEnableCallback = <no type information>
76b9e0c9 USER32!xxxLBShowHideScrollBars = <no type information>
76b82061 USER32!SetWindowsHookExAW = <no type information>
76b710fc USER32!_imp__NtQuerySecurityObject = <no type information>
76bbc89c USER32!LoadKeyboardLayoutW = <no type information>
76bbe021 USER32!xxxCBKillFocusHelper = <no type information>
76b9ecfd USER32!xxxCBPaint = <no type information>
76b99d56 USER32!ECGetDBCSVector = <no type information>
76ba6e97 USER32!SendMessageTimeoutA = <no type information>
76bbc187 USER32!GetWindowContextHelpId = <no type information>
76bd4f27 USER32!NtUserSetWindowDisplayAffinity = <no type information>
76b87cae USER32!DrawTextExWorker = <no type information>
76b81d53 USER32!NtUserGetIconSize = <no type information>
76b713a8 USER32!_imp__ExitThread = <no type information>
76b72e2d USER32!ReadChunk = <no type information>
76b80d5d USER32!NtUserCreateWindowEx = <no type information>
76b886b0 USER32!ValidateHwnd = <no type information>
76b9a4b9 USER32!DrawTextExA = <no type information>
76b84e9c USER32!DT_GetExtentMinusPrefixes = <no type information>
76bd4adf USER32!NtUserDrawCaption = <no type information>
76bc1c16 USER32!ECIsCharNumeric = <no type information>
76ba2e04 USER32!SwitchWindowsMenus = <no type information>
76bd90a0 USER32!gfFirstThread = <no type information>
76b9b242 USER32!DrawDiagonal = <no type information>
76bbd08f USER32!GetIconInfoExA = <no type information>
76bd233d USER32!FreeUMHandleEntry = <no type information>
76b7be96 USER32!dummyImmGetCompositionFontW = <no type information>
76b7b899 USER32!__ClientWOWGetProcModule = <no type information>
76bbcb5b USER32!dummyImmSetCompositionStringAW = <no type information>
76ba3d4c USER32!ValidateRgn = <no type information>
76b90b01 USER32!SetProcessDPIAware = <no type information>
76bbbdc6 USER32!CreateDesktopA = <no type information>
76ba70b6 USER32!EnumWindowStationsW = <no type information>
76bcf0e0 USER32!OemToCharBuffA = <no type information>
76b711f0 USER32!_imp__GetCharWidthInfo = <no type information>
76b74544 USER32!pfnClientWorker = <no type information>
76b823cb USER32!ClientToScreen = <no type information>
76b7c1f2 USER32!ScreenToClient = <no type information>
76b75d87 USER32!IncLocalAtomCount = <no type information>
76b7bf3b USER32!LookupIconIdFromDirectoryWorker = <no type information>
76ba0469 USER32!LoadAcceleratorsA = <no type information>
76b71490 USER32!_imp__LoadLibraryExA = <no type information>
76bd1d41 USER32!ClStartUnadvise = <no type information>
76bbb409 USER32!GestureInputProcessor = <no type information>
76b80504 USER32!CreateIconFromResourceEx = <no type information>
76ba41de USER32!CallWindowProcA = <no type information>
76bbc0dc USER32!SetShellWindow = <no type information>
76b71284 USER32!_imp__GdiProcessSetup = <no type information>
76b74c32 USER32!NtUserCallHwnd = <no type information>
76b9df5a USER32!LBGetText = <no type information>
76b71398 USER32!_imp__LoadLibraryExW = <no type information>
76b7eee1 USER32!SystemParametersInfoW = <no type information>
76bd4ba5 USER32!NtUserGetGuiResources = <no type information>
76bd41af USER32!dummyImmPutImeMenuItemsIntoMappedFile = <no type information>
76b7abb7 USER32!LoadAcc = <no type information>
76b9d7be USER32!xxxCBMessageItemHandler = <no type information>
76bc0c4d USER32!TabbedTextOutW = <no type information>
76b785a4 USER32!UnregisterMessagePumpHook = <no type information>
76b79f1f USER32!GetParentDialog = <no type information>
76bc321d USER32!ECMenu = <no type information>
76ba4459 USER32!ApplyFunctionToObjects = <no type information>
76b8565d USER32!NtUserGetForegroundWindow = <no type information>
76b726e5 USER32!CloseKeyboardLayoutFile = <no type information>
76b713d8 USER32!_imp__ReadFile = <no type information>
76bc0dd1 USER32!PSMTextOut = <no type information>
76bc720c USER32!GetHandleData = <no type information>
76b77bb6 USER32!RtlCaptureLargeAnsiString = <no type information>
76b9d3ce USER32!ECNotifyParent = <no type information>
76b72aea USER32!GetKeyboardDllName = <no type information>
76bd98d8 USER32!gcCallUserApiHook = <no type information>
76b88220 USER32!DrawTextW = <no type information>
76bcfaf6 USER32!ReasonCodeNeedsBugID = <no type information>
76bd62bf USER32!_W32ExceptionHandler = <no type information>
76b841fa USER32!ChangeWindowMessageFilter = <no type information>
76ba6568 USER32!DestroyAcceleratorTable = <no type information>
76b7104c USER32!_imp__sscanf_s = <no type information>
76bbb226 USER32!TransferGestureInfo = <no type information>
76b71064 USER32!_imp__RtlReAllocateHeap = <no type information>
76b71494 USER32!_imp__GetSystemTimeAsFileTime = <no type information>
76bd31b0 USER32!LinkTransaction = <no type information>
76b94db7 USER32!__ClientGetListboxString = <no type information>
76b8147a USER32!NtUserShowWindow = <no type information>
76bcd23b USER32!StringCbPrintfW = <no type information>
76bbc223 USER32!SwapMouseButton = <no type information>
76b9082f USER32!InitializeImmEntryTable = <no type information>
76bd41b9 USER32!dummyImmSetActiveContext = <no type information>
76ba3a32 USER32!MDIClientWndProcW = <no type information>
76bd90ec USER32!fpLpkPSMTextOut = <no type information>
76bd0ce9 USER32!ExtractDDEDataInfo = <no type information>
76bd9920 USER32!pciiList = <no type information>
76b99c12 USER32!ECInitInsert = <no type information>
76b71278 USER32!_imp__DeleteDC = <no type information>
76b95794 USER32!StaticCallback = <no type information>
76b7be96 USER32!dummyImmGetProperty = <no type information>
76bbbbe3 USER32!GetRemoteKeyboardLayoutFromConfigData = <no type information>
76bbbeda USER32!CascadeChildWindows = <no type information>
76bd24c8 USER32!AddLink = <no type information>
76b8fb00 USER32!NtUserGetThreadDesktop = <no type information>
76b85316 USER32!CreateIMEUI = <no type information>
76b7fe12 USER32!NtUserGetCaretBlinkTime = <no type information>
76b71014 USER32!_imp___alldiv = <no type information>
76bc1621 USER32!GetNextDlgGroupItem = <no type information>
76b980e4 USER32!NtUserSfmDxReleaseSwapChain = <no type information>
76b7f034 USER32!GetIcoCurHeight = <no type information>
76b84ae3 USER32!SendOpenStatusNotify = <no type information>
76b99c98 USER32!ECCreate = <no type information>
76b713c0 USER32!_imp__GetStringTypeW = <no type information>
76b7a749 USER32!NtUserCheckDesktopByThreadId = <no type information>
76bd00d1 USER32!DestroyReasons = <no type information>
76ba1aa9 USER32!WaitForInputIdle = <no type information>
76bcf556 USER32!ReaderFeedback = <no type information>
76b97551 USER32!SvSpontExecute = <no type information>
76b98946 USER32!InsertMenuItemA = <no type information>
76bbf4ab USER32!__fnHkINLPRECT = <no type information>
76bcb53c USER32!ArrangeWindows = <no type information>
76b877e9 USER32!TestWindowProcess = <no type information>
76ba4926 USER32!GetDialogBaseUnits = <no type information>
76b9773b USER32!__ClientCopyDDEIn2 = <no type information>

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
### 回答1: Windbg 6.12.0002.633 是Microsoft官方提供的Windows调试工具。它是一种强大的调试器,用于分析和诊断Windows操作系统中发生的问题。Windbg可以用于调试用户模式和内核模式的应用程序。 作为一种高级调试工具,Windbg提供了各种功能和命令,以帮助开发人员定位和修复软件中的bug。它可以在程序崩溃时捕获详细的调试信息,并分析导致崩溃的原因。通过使用Windbg,开发人员可以查看变量的值、调用栈、线程状态等信息,以便更好地理解程序的执行过程和内部结构。 除了基本的调试功能外,Windbg还提供了一些高级的功能,如内存分析、性能分析和追踪。开发人员可以使用Windbg来分析程序的内存使用情况,查找内存泄露和内存损坏问题。此外,Windbg还可以用于分析程序的性能瓶颈,帮助开发人员找到性能优化的方向。 总之,Windbg是一个强大的调试工具,可以帮助开发人员解决软件中出现的各种问题。通过使用Windbg,开发人员可以深入了解程序的内部机制,准确地定位问题,并快速地进行修复。 ### 回答2: Windbg6.12.0002.633是微软开发的一款调试工具,主要用于Windows操作系统的内核和应用程序的调试。它是Windows驱动程序开发和崩溃分析领域最受欢迎的调试工具之一。 Windbg6.12.0002.633具有强大的调试功能和丰富的调试命令,能够提供全面的调试信息和分析能力。它可以与符号服务器和调试扩展进行集成,以便更好地支持各种调试场景。 Windbg6.12.0002.633通过分析可执行文件的运行状态,可以帮助开发人员快速定位和解决程序中的bug和崩溃问题。它可以提供堆栈跟踪信息,显示线程状态和资源使用情况,查看内存中的变量和对象等等。开发人员可以通过这些信息提高调试效率,加快问题解决的速度。 此外,Windbg6.12.0002.633还拥有强大的内核调试功能,可以用于分析Windows内核驱动程序的运行情况。它可以与微软内核模式调试器KD一起使用,提供对内核服务、驱动程序和操作系统的完全访问权,使开发人员可以深入了解和调试系统的内部工作原理。 总之,Windbg6.12.0002.633是一款功能强大的调试工具,对于开发人员来说是一个宝贵的资源。它可以帮助开发人员提高调试效率,解决程序中的问题,提升软件质量。 ### 回答3: Windbg 6.12.0002.633是一款由微软提供的高级调试工具。它是一种非常强大而且灵活的工具,广泛应用于Windows操作系统的开发与调试过程中。 首先,Windbg 6.12.0002.633可以用于对应用程序、驱动程序或操作系统进行调试。它提供了各种功能来帮助开发人员分析应用程序或系统在运行时的问题。通过Windbg,开发人员可以查看具体的错误信息,堆栈跟踪,寄存器状态等,以便更好地理解代码执行时的情况。 其次,Windbg 6.12.0002.633还支持远程调试功能。这意味着开发人员可以通过网络连接到远程计算机并进行调试。这对于调试在远程服务器上运行的应用程序或系统特别有用。远程调试功能使得开发人员可以在实际环境中进行调试,从而更好地解决问题。 此外,Windbg 6.12.0002.633还内置了一些实用的调试命令。这些命令可以用于查看和修改内存,设置断点,单步执行代码等。这些命令的强大功能可以帮助开发人员快速定位并解决问题。 总之,Windbg 6.12.0002.633是一款功能强大且灵活的调试工具,它可以帮助开发人员解决应用程序或系统中的问题。无论是本地调试还是远程调试,Windbg都能提供全面的支持,并以其丰富的功能和实用的命令帮助开发人员更好地理解和解决问题。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值