Hi,
I can't get 64bit pykd to load.
x86 works fine: I copy pykd.dll to winext and do ".load pykd"
however , when I do the same for x64, I get
The call to LoadLibrary(pykd) failed, Win32 error 0n126
"The specified module could not be found."
Please check your debugger configuration and/or network access.
Comments: ** Comment from web user: tpol **
I can't get 64bit pykd to load.
x86 works fine: I copy pykd.dll to winext and do ".load pykd"
however , when I do the same for x64, I get
The call to LoadLibrary(pykd) failed, Win32 error 0n126
"The specified module could not be found."
Please check your debugger configuration and/or network access.
Comments: ** Comment from web user: tpol **
Hi,
i fixed it by reinstalling pykd with
pip uninstall pykd
pip install pykd
thanks!