I have downloaded and installed both x64 and x86 extensions and tried to load them but am getting erros like it doesnt recognize the file as a valid WIN32/64 module.
Can someone give me a little assistance here:
Install of x64 version for windbg amd64
0:000> .load pykd.pyd
The call to LoadLibrary(pykd.pyd) failed, Win32 error 0n126
0:000> .load winext\pykd.pyd
The call to LoadLibrary(winext\pykd.pyd) failed, Win32 error 0n126
0:000> .load pykd.pyd
The call to LoadLibrary(pykd.pyd) failed, Win32 error 0n126
After install of the x86 install executable.
0:000> .load pykd.pyd
The call to LoadLibrary(pykd.pyd) failed, Win32 error 0n193
0:000> .load pykd.pyd
The call to LoadLibrary(pykd.pyd) failed, Win32 error 0n193
Can someone give me a little assistance here:
Install of x64 version for windbg amd64
0:000> .load pykd.pyd
The call to LoadLibrary(pykd.pyd) failed, Win32 error 0n126
"The specified module could not be found."
Please check your debugger configuration and/or network access.0:000> .load winext\pykd.pyd
The call to LoadLibrary(winext\pykd.pyd) failed, Win32 error 0n126
"The specified module could not be found."
Please check your debugger configuration and/or network access.0:000> .load pykd.pyd
The call to LoadLibrary(pykd.pyd) failed, Win32 error 0n126
"The specified module could not be found."
Please check your debugger configuration and/or network access.After install of the x86 install executable.
0:000> .load pykd.pyd
The call to LoadLibrary(pykd.pyd) failed, Win32 error 0n193
"%1 is not a valid Win32 application."
Please check your debugger configuration and/or network access.0:000> .load pykd.pyd
The call to LoadLibrary(pykd.pyd) failed, Win32 error 0n193
"%1 is not a valid Win32 application."
Please check your debugger configuration and/or network access.