Quantcast
Channel: Python extension for WinDbg
Viewing all articles
Browse latest Browse all 1625

Commented Unassigned: x64 install [13940]

$
0
0
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 **

Hi,

i fixed it by reinstalling pykd with
pip uninstall pykd
pip install pykd

thanks!


Viewing all articles
Browse latest Browse all 1625

Trending Articles