Released: PYKD 0.2.0.21 (Jun 09, 2013)
added : searchMemory routine ( Search in virtual memory ) fixed : typeInfo ctor raise SEH exception
View ArticleCreated Release: PYKD 0.2.0.21 (июн 09, 2013)
added : searchMemory routine ( Search in virtual memory )fixed : typeInfo ctor raise SEH exception
View ArticleReopened Issue: [pykd-0.2.x] find symbol by name ("public" pdb) [11723]
```>>> dbgCommand("x calc!CUIController::EditControlledSetText")'00000000`ff406ce0 calc!CUIController::EditControlledSetText (<no parameter info>)\n'``````>>> calc =...
View ArticleReopened Issue: [pykd-0.2.x] pykd blocks pdb files [11665]
1. run script and get typeInfo from a module2. call .reload /u windbg command3. try to delete module.pdb file (for example, rebuild module)Result: module.pdb can not be deleted4. .unload pykd and try...
View ArticleReopened Issue: [pykd-0.2.x] problem with getting export symbols [11654]
1 getting module instancem = module("module_without_pdb")print mModule: module_without_pdbStart: 77380000 End: 77529000 Size: 1a9000Image: module_without_pdb.dllSymbols: export symbolsTimestamp:...
View ArticleReopened Issue: [pykd-0.2.x] dbgCommand("a") hangs up [11651]
Work out of windbg ( console ):import pykd)pykd.startProcess("notepad.exe")0pykd.dbgCommand("a")expected: dbgCommand("a") setconsole to input mode and getting user input
View ArticleNew Post: Launch pykd from outside of Windbg
Hello, I'd like to have a Python script that uses pykd, but outside of Windbg (in my case, i want to automate a dump analysis and be able to debug the script with Visual Studio Python Tools). However,...
View ArticleNew Post: Launch pykd from outside of Windbg
I have two ideas:Launch Python with modified environment variables, i mean PATH.You can make custom build of pykd which loads required dlls specifing full path.
View ArticleNew Post: Launch pykd from outside of Windbg
You can simply copy dbgeng, dbghelp, symsrv, srcsrv to system32 directory. WinDBG extensions you should load manualy anyway.
View Article