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

Commented Unassigned: Extension named pykd.pyd [12657]

$
0
0
I know that PYD files are Python DLLs. In WinDbg I have to use `.load pykd.pyd` to load the extension.

I would appreciate if the extension would be renamed to DLL so that I can load it like every other extension using `.load pykd`.
Comments: ** Comment from web user: kernelnet **

I think about it. But there is one reason: if you have renamed pykd.pyd to pykd.dll the python program will not be able to import pykd when windbg plugin will be still working. So we need to add additional setting for the installer. I'm not sure we need it at this project stage


Viewing all articles
Browse latest Browse all 1625

Trending Articles