I am not really sure how to set this extension. Below are few things that I tried and related questions.
Issue #1
=====
Download instruction states that simplest way of installing it is by automatic installer that checks for dependencies but I cannot find that installer. When I click on download link, I get a PYKD_BOOTSTARPPER_1.0.1.14.zip file that pykd.dll for x64 and x86. Where can I get the installer?
Issue #2
=====
On the download page, there is following instruction
__Unpack pykd.dll to the 'ext' directory.__
How to unpack this dll?
Issue #3
=====
I get error when try to install pykd
C:\Python34\Scripts>pip install pykd
Collecting pykd
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', gaierror(11002, 'getaddrinfo failed'))': /simple/pykd/
What am I dong wrong here?
Comments: ** Comment from web user: kernelnet **
Issue #1
=====
Download instruction states that simplest way of installing it is by automatic installer that checks for dependencies but I cannot find that installer. When I click on download link, I get a PYKD_BOOTSTARPPER_1.0.1.14.zip file that pykd.dll for x64 and x86. Where can I get the installer?
Issue #2
=====
On the download page, there is following instruction
__Unpack pykd.dll to the 'ext' directory.__
How to unpack this dll?
Issue #3
=====
I get error when try to install pykd
C:\Python34\Scripts>pip install pykd
Collecting pykd
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', gaierror(11002, 'getaddrinfo failed'))': /simple/pykd/
What am I dong wrong here?
Comments: ** Comment from web user: kernelnet **
You have installed 32bit python, than install 32bit pykd ( by pip ) and than try to use pykd.pyd from x64 windbg. x64 process can not load 32bit dll.
That shoud you do:
1. Install x64 python
2. Install pykd by pip. Dont copy pykd.pyd to anywhere
3. Unpack x64 pykd.dll to winext catalog of the windbg
4. Run windbg and load extension:
.load pykd