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

Source code checked in, #89242

[0.3.x] fix for module without debug symbols: findSymbol(<addr>, False) returns only module name (without displacement)

View Article


Source code checked in, #89257

[0.3.x] fixed : working with msdia without registration

View Article


Edited Issue: [0.3.x] can not enumerate threads [13347]

I try to enumerate tread by this code:```threadCount = getNumberThreads()for t in xrange(threadCount) threadId = getThreadId(t) print "TID: %x" % getThreadSystemID(threadId)```But all calls of the...

View Article

Updated Release: PYKD 0.3.0.13 (Dec 06, 2014)

Installation guide: 0. choose x86 or x64 and download it1. unpack archive to any catalog2. if you have not a VS Studio 2012 installed, you should register msdia110.dll by the command regsvr32...

View Article

Released: PYKD 0.3.0.13 (Dec 06, 2014)

Installation guide: 0. choose x86 or x64 and download it 1. unpack archive to any catalog 2. if you have not a VS Studio 2012 installed, you should register msdia110.dll by the command regsvr32...

View Article


Updated Release: PYKD 0.3.0.13 (Dec 06, 2014)

Installation guide: 0. choose x86 or x64 and download it1. unpack archive to any catalog2. if you have not a VS Studio 2012 installed, you should register msdia110.dll by the command regsvr32...

View Article

Updated Wiki: Documentation

русскийPYKD 0.3. Руководство пользователяPYKD 0.2. Рукводство пользователя.PYKD 0.2. TutorialEnglishPYKD 0.2. DocumentationPYKD 0.3. API ReferencePYKD 0.2. API Reference

View Article

Updated Wiki: PYKD 0.3. Руководство пользователя

Оглавление1. Введение1.1 Общие сведения1.2 Быстрый старт1.3 Сборка из исходников1.4 Ручная установка1.5 Изменения в API2. Команды для windbg2.1 Загрузка плагина2.2 Запуск скрипта2.3 режим консоли2.4...

View Article


Created Issue: [0.3.x] getThreadSystemID call lead to onCurrentThreadChange...

this may be the cause of deadlock if getThreadSystemID is called from onCurrentThreadChange callback

View Article


Edited Issue: [0.3.x] getThreadSystemID call lead to onCurrentThreadChange...

this may be the cause of deadlock if getThreadSystemID is called from onCurrentThreadChange callback

View Article

Created Issue: [0.3.x] cpu() raises exception after loadDump [13351]

Work as expected:>>>startProcess("notepad.exe")>>>cpu()Work with failure:>>>loadDump("dump.dmp")>>>cpu()Traceback (most recent call last): File "<input>", line...

View Article

Edited Issue: [0.3.x] cpu() raises exception after loadDump [13351]

Work as expected:>>>startProcess("notepad.exe")>>>cpu()Work with failure:>>>loadDump("dump.dmp")>>>cpu()Traceback (most recent call last): File "<input>", line...

View Article

Edited Issue: [0.3.x] cpu() raises exception after loadDump [13351]

Work as expected:```>>>startProcess("notepad.exe")>>>cpu()```Work with failure:```>>>loadDump("dump.dmp")>>>cpu()Traceback (most recent call last): File...

View Article


Source code checked in, #89433

[0.3.x] misprint: CPUContextAdapter::getSP -> CPUContextAdapter::getFP

View Article

Source code checked in, #89456

[0.3.x] added : setFrame routine ( change current local scope ) [0.3.x] added : resetFrame routine ( resets the current scope to the default scope of the current thread )

View Article


Source code checked in, #89457

[0.3.x] added : added EventHandler::onChangeLocalScope ( the current local scope has been changed )

View Article

Source code checked in, #89459

[0.3.x] added : Breakpoint::getOffset method ( Return breakpoint's memory offset )

View Article


Edited Issue: [0.3.x] getThreadSystemID call lead to onCurrentThreadChange...

this may be the cause of deadlock if getThreadSystemID is called from onCurrentThreadChange callback

View Article

Created Unassigned: [0.3.x] can not get symbol information on x64 system [13365]

1. Install pykd from pypi:pip install pykd2. Try to debug application with existing local symbols```startProcess("targetapp.exe")print module("targetapp")Synbols: export symbol```

View Article

Edited Unassigned: [0.3.x] can not get symbol information on x64 system [13365]

1. Install pykd from pypi:pip install pykd2. Try to debug application with existing local symbols```startProcess("targetapp.exe")print module("targetapp")Synbols: export symbol```

View Article
Browsing all 1625 articles
Browse latest View live