Closed Issue: getContext() raises exception. [10850]
I try to debug a x86 app with x64 windbg. The call getContext() always raises exception. For pairs ( x86 app - x86 windbg ), ( x64 app - x64 windbg ) it works fine.Comments: close all old bugs
View ArticleClosed Issue: reg("REGISTER_NAME") raises exception if a register name is...
>>> print reg("eax")0>>>print reg("EAX")Traceback (most recent call last): File "<console>", line 1, in <module>BaseException: Call IDebugRegister::GetIndexByName...
View ArticleClosed Issue: typeInfo does not work with Base types [10921]
Create typeInfo through module class method:>>> app = module("targetapp")>>> print app.type("UInt1B")Type name: UInt1B Size: 0x1 (1) Create typeInfo througn constructor:>>>...
View ArticleClosed Issue: ImportError: DLL load failed with error code -529697949 [10998]
Не уверен что это баг pykd.При работе с pykd как с библиотекой, мы можем получить следующие.>>> import pykdTraceback (most recent call last): File "<stdin>", line 1, in...
View ArticleClosed Issue: [0.1.x] (newClnt.go() ) Fatal Python error: PyEval_SaveThread:...
c:\>python bug.py Fatal Python error: PyEval_SaveThread: NULL tstate This application has requested the Runtime to terminate it in an unusual way.Please contact the application's support team for...
View ArticleClosed Issue: pyDia: Call IDiaDataSource::loadDataFromPdb failed errors [11014]
Doing some modifications to the samples drvobj.py script. After getting exceptions, or errors, or just general use after some time i start to get the below error. I tried reloading symbols, but the...
View ArticleCreated Issue: [pykd-0.2.x] dbgCommand("a") hangs up [11651]
Work out of windbg ( console ):>>> import pykd>>> pykd.startProcess("notepad.exe")0>>> pykd.dbgCommand("a")expected: dbgCommand("a") setconsole to input mode and getting user...
View ArticleCreated Issue: [pykd-0.2.x] dbgCommand('g') hangs up [11652]
any command changing execution status leads to a hang with dbgCommand call
View ArticleCreated Issue: [pykd-0.2.x] problem with symbols in standalone mode [11653]
Try to call commands with python interpreter:import pykdpykd.startProcess("notepad.exe")pykd.dbgCommand(".reload /f")print pykd.dbgCommand("lm" )Output:77560000 776e0000 ntdll __(export symbols) __...
View ArticleCreated 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 ArticleCommented Issue: [pykd-0.2.x] problem with symbols in standalone mode [11653]
Try to call commands with python interpreter:import pykdpykd.startProcess("notepad.exe")pykd.dbgCommand(".reload /f")print pykd.dbgCommand("lm" )Output:77560000 776e0000 ntdll __(export symbols) __...
View ArticleClosed Issue: [pykd-0.2.x] problem with symbols in standalone mode [11653]
Try to call commands with python interpreter:import pykdpykd.startProcess("notepad.exe")pykd.dbgCommand(".reload /f")print pykd.dbgCommand("lm" )Output:77560000 776e0000 ntdll __(export symbols) __...
View ArticleSource code checked in, #83040
[0.2.x] fixed : issue #11643 ( setBp does not work in standalone script ( out of windbg ) )
View ArticleCreated Issue: [pykd-0.2.x] pykd block 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 ArticleSource code checked in, #83096
[0.2.x] fixed : issue #11654 ( problem with getting export symbols )
View ArticleCommented 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 Article