Created
December 13, 2011 22:36
-
-
Save anaisbetts/1474254 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PS C:\Users\Administrator\Desktop\Windows> C:\Debuggers_x86\kd.exe -z C:\Windows\notepad.exe | |
| Microsoft (R) Windows Debugger Version 6.11.0001.404 X86 | |
| Copyright (c) Microsoft Corporation. All rights reserved. | |
| Loading Dump File [C:\Windows\notepad.exe] | |
| Symbol search path is: *** Invalid *** | |
| **************************************************************************** | |
| * Symbol loading may be unreliable without a symbol search path. * | |
| * Use .symfix to have the debugger choose a symbol path. * | |
| * After setting your symbol path, use .reload to refresh symbol locations. * | |
| **************************************************************************** | |
| Executable search path is: | |
| ModLoad: 00000001`00000000 00000001`00035000 C:\Windows\notepad.exe | |
| *** ERROR: Module load completed but symbols could not be loaded for notepad.exe | |
| notepad+0x3570: | |
| 00000001`00003570 4883ec28 sub rsp,28h | |
| 0:000> !error c1 | |
| Error code: (Win32) 0xc1 (193) - %1 is not a valid Win32 application. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment