Quantcast
Channel: Python extension for WinDbg
Browsing all 1625 articles
Browse latest View live

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 Article


Closed 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 Article


Closed 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 Article

Closed Issue: ImportError: DLL load failed with error code -529697949 [10998]

Не уверен что это баг pykd.При работе с pykd как с библиотекой, мы можем получить следующие.>>> import pykdTraceback (most recent call last): File "<stdin>", line 1, in...

View Article

Closed 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 Article


Closed 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 Article

Created Issue: [pykd-0.2.x] setBp does nor work in standalone script ( out of...

subj

View Article

Source code checked in, #82991

added: print boost::intrusive list, rbtree containers

View Article


Created Feature: [pykd-0.2.x] TypeInfo::getAlign [11648]

feature request

View Article


Created 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 Article

Created Issue: [pykd-0.2.x] dbgCommand('g') hangs up [11652]

any command changing execution status leads to a hang with dbgCommand call

View Article

Created 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 Article

Created 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


Source code checked in, #83027

[0.2.x] fixed : CoInitialize error

View Article

Commented 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 Article


Closed 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 Article

Source code checked in, #83040

[0.2.x] fixed : issue #11643 ( setBp does not work in standalone script ( out of windbg ) )

View Article


Created 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 Article

Source code checked in, #83096

[0.2.x] fixed : issue #11654 ( problem with getting export symbols )

View Article

Commented 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
Browsing all 1625 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>