Commented Issue: [pykd-0.2.x] dbgCommand('g') hangs up [11652]
any command changing execution status leads to a hang with dbgCommand callComments: ** Comment from web user: cleaker ** go.py (eip.py) may be any easy script likeit does not depends of pykd versionэто...
View ArticleCommented Issue: [pykd-0.2.x] dbgCommand('g') hangs up [11652]
any command changing execution status leads to a hang with dbgCommand callComments: ** Comment from web user: cleaker ** Хорошо работает и когда pykd загружен, пока не запущен первый скрипт.
View ArticleCreated Issue: [0.2.x] conditional breakpoint does not work properly after a...
1. >bp ntdll!NtCreateFile "gu; r eax; gc"2.>g_eax value__eax value__eax value_3. .load pykd4.!py any_script5.no output. Expected: eax output
View ArticleEdited Issue: [0.2.x] conditional breakpoint does not work properly after a...
1. >bp ntdll!NtCreateFile "gu; r eax; gc"2.>g_eax value__eax value__eax value_3. .load pykd4.!py any_script5.no output. Expected: eax output
View ArticleCommented Issue: [pykd-0.2.x] dbgCommand('g') hangs up [11652]
any command changing execution status leads to a hang with dbgCommand callComments: ** Comment from web user: kernelnet ** ConfimedI made a new tiket for this issue: 12030Thank you for your report
View ArticleSource code checked in, #84891
[0.2.x] fixed : issue #12068 ( windbg crash at loadWStr(0) )
View ArticleCreated Release: PYKD 0.2.0.22 (авг 23, 2013)
fixed : issue #12068 windbg crash at loadWStr(0) fixed : issue #12017 Exception Always First Chancefixed : issue #12018"print ExceptionInfo" displays wrong exception params
View ArticleReleased: PYKD 0.2.0.22 (авг 23, 2013)
fixed : issue #12068 windbg crash at loadWStr(0) fixed : issue #12017 Exception Always First Chance fixed : issue #12018"print ExceptionInfo" displays wrong exception params
View ArticleUpdated Release: PYKD 0.2.0.22 (авг 23, 2013)
fixed : issue #12068 windbg crash at loadWStr(0) fixed : issue #12017 Exception Always First Chancefixed : issue #12018"print ExceptionInfo" displays wrong exception params
View ArticleNew Post: could I debug kernel outside of Windbg?
I don't want to run pykd in windbg could pykd implement a "debugKernel" function? for example: I want to run "pykd.dbgCommand('!process 0 0')" outside of Windbg
View ArticleNew Post: could I debug kernel outside of Windbg?
Now is not supported. You can write issue (feature request). It is not difficult to implement.
View Article