Source code checked in, #89242
[0.3.x] fix for module without debug symbols: findSymbol(<addr>, False) returns only module name (without displacement)
View ArticleEdited 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 ArticleUpdated 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 ArticleReleased: 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 ArticleUpdated 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 ArticleUpdated Wiki: Documentation
русскийPYKD 0.3. Руководство пользователяPYKD 0.2. Рукводство пользователя.PYKD 0.2. TutorialEnglishPYKD 0.2. DocumentationPYKD 0.3. API ReferencePYKD 0.2. API Reference
View ArticleUpdated 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 ArticleCreated Issue: [0.3.x] getThreadSystemID call lead to onCurrentThreadChange...
this may be the cause of deadlock if getThreadSystemID is called from onCurrentThreadChange callback
View ArticleEdited Issue: [0.3.x] getThreadSystemID call lead to onCurrentThreadChange...
this may be the cause of deadlock if getThreadSystemID is called from onCurrentThreadChange callback
View ArticleCreated 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 ArticleEdited 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 ArticleEdited 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 ArticleSource code checked in, #89433
[0.3.x] misprint: CPUContextAdapter::getSP -> CPUContextAdapter::getFP
View ArticleSource 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 ArticleSource code checked in, #89457
[0.3.x] added : added EventHandler::onChangeLocalScope ( the current local scope has been changed )
View ArticleSource code checked in, #89459
[0.3.x] added : Breakpoint::getOffset method ( Return breakpoint's memory offset )
View ArticleEdited Issue: [0.3.x] getThreadSystemID call lead to onCurrentThreadChange...
this may be the cause of deadlock if getThreadSystemID is called from onCurrentThreadChange callback
View ArticleCreated 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 ArticleEdited 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