Updated Wiki: Documentation
русскийPYKD 0.2. Рукводство пользователя.PYKD 0.2. TutorialPYKD 0.1. Рукводство пользователя.Pykd 0.0 documentationEnglishPYKD 0.2. DocumentationPYKD 0.2. API ReferencePYKD 0.1. API Reference
View ArticleCreated Unassigned: How to use getParams()? [12739]
I'm trying to implement a multi-load breakpoint script, which is called like this: sxe -c"!py loadModule.py comctl32 comdlg32 clr mscorwks" ldHowever, I can't get the parameters working: from pykd...
View ArticleSource code checked in, #87274
[0.2.x] fixed : issue #12739 ( How to use getParams()? )
View ArticleCommented Unassigned: How to use getParams()? [12739]
I'm trying to implement a multi-load breakpoint script, which is called like this: sxe -c"!py loadModule.py comctl32 comdlg32 clr mscorwks" ldHowever, I can't get the parameters working: from pykd...
View ArticleEdited Unassigned: How to use getParams()? [12739]
I'm trying to implement a multi-load breakpoint script, which is called like this: sxe -c"!py loadModule.py comctl32 comdlg32 clr mscorwks" ldHowever, I can't get the parameters working: from pykd...
View ArticleEdited Unassigned: String length limited to 16384? [12653]
>>> print(loadExt("C:\\Windows\\Microsoft.NET\\Framework64\\v2.0.50727\\sos.dll")) 60326272>>> stat = callExt(60326272, "dumpheap", "-stat") ... 000007feee3c5b80 1797 261624...
View ArticleEdited Feature: !help command [12728]
Pykd has no !help command.When trying new plugins, this is one of the first things I do. How else should I find out how the plugin works? BTW: the help function of Python is one thing I really...
View ArticleCommented Issue: How to use getParams()? [12739]
I'm trying to implement a multi-load breakpoint script, which is called like this: sxe -c"!py loadModule.py comctl32 comdlg32 clr mscorwks" ldHowever, I can't get the parameters working: from pykd...
View ArticleCommented Issue: How to use getParams()? [12739]
I'm trying to implement a multi-load breakpoint script, which is called like this: sxe -c"!py loadModule.py comctl32 comdlg32 clr mscorwks" ldHowever, I can't get the parameters working: from pykd...
View ArticleSource code checked in, #87276
[0.2.x] fixed : issue #12653 ( String length limited to 16384? )
View ArticleEdited Issue: String length limited to 16384? [12653]
>>> print(loadExt("C:\\Windows\\Microsoft.NET\\Framework64\\v2.0.50727\\sos.dll")) 60326272>>> stat = callExt(60326272, "dumpheap", "-stat") ... 000007feee3c5b80 1797 261624...
View ArticleSource code checked in, #87278
[0.2.x] added : removeExt routine ( Unload a WinDBg extension. Parameters: extension path )
View ArticleSource code checked in, #87280
[0.3.x] added : removeExt ( Unload a WinDBG extension. Parameter: extension path )
View ArticleCreated Release: PYKD 0.2.0.28 (Feb 13, 2014)
added : getExt routine. Return handle of the loaded extensionadded : removeExt routine : Unload extension by extension pathadded : getExtensionSearchPath : Return the extension DLL search pathfixed...
View ArticleReleased: PYKD 0.2.0.28 (Feb 13, 2014)
added : getExt routine. Return handle of the loaded extension added : removeExt routine : Unload extension by extension path added : getExtensionSearchPath : Return the extension DLL search pathfixed...
View ArticleUpdated Release: PYKD 0.2.0.28 (Feb 13, 2014)
added : getExt routine. Return handle of the loaded extensionadded : removeExt routine : Unload extension by extension pathadded : getExtensionSearchPath : Return the extension DLL search pathfixed...
View ArticleNew Post: BaseException: File: .\dia\symexport.cpp Line: 103 TODO
kd> !py e:\py\drvobj.py Traceback (most recent call last): File "e:\py\drvobj.py", line 108, in <module>run() File "e:\py\drvobj.py", line 105, in runprintDrvMajorTable( "afd" ) File...
View ArticleNew Post: BaseException: File: .\dia\symexport.cpp Line: 103 TODO
pykd failed to find symbols for the nt module ( windows kernel ) Run windbg command:lmm nt for sure you have a symbols for windows kernel. To diagnose a problem with symbols run windbg command:!sym...
View ArticleUpdated Wiki: PYKD 0.2. Documentation
Table of contents1. Introduction1.1 General information1.2 Quick start1.3 Building from source1.4 Manual installation1. Introduction1.1 General information The Pykd project started in 2010. The main...
View ArticleUpdated Wiki: PYKD 0.2. Documentation
Table of contents1. Introduction1.1 General information1.2 Quick start1.3 Building from source1.4 Manual installation1.5 API changes1. Introduction1.1 General information The Pykd project started in...
View Article