Released: PYKD 0.3.0.26 (Jun 09, 2015)
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 ArticleCreated Release: PYKD 0.3.0.26 (Jun 09, 2015)
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 ArticleNew Post: Не выполняются команды dbgCommand при отладке ядра
Добрый день, столкнулся со следующей проблемой: если запускать pykd-скрипт из отладчика, предварительно подключившись отладчиком к ядру и закомментировав строку с pykd.attachKernel, то команды...
View ArticleNew Post: Не выполняются команды dbgCommand при отладке ядра
Все команды, начинающиеся с '!' - это расширения. Расширения в windbg устроены очень просто - это функции, экспортируемые из dll по имениВы можете выяснить, какие расширения загружены в windbg с...
View ArticleNew Post: Minimal Build Environment ?
I'm interested in building the 0.3 branch from scratch. Will the Community/Express editions of Visual Studio work for this ? Is there a preferred version to work with (I see solutions for a few...
View ArticleNew Post: Не выполняются команды dbgCommand при отладке ядра
Спасибо за ответ, загрузка winxp/exts.dll решила проблему с !token
View ArticleNew Post: Minimal Build Environment ?
Visual Studio 2013 Community Edition is deal ( Express is not recommended : some ATL stuff is used ) The only difficult to build project is setting workspace. Pykd is depended on kdlibcpp. You should...
View ArticleNew Post: Minimal Build Environment ?
Thanks ! For 0.2: If I hit TAB after 1 or more characters entered while in !pycmd mode. Windbg goes into the BUSY loop forever. I am used to ipython so my fingers sometimes just press tab for...
View ArticleNew Post: Minimal Build Environment ?
use 0.3 version with bootstrapper:http://pykd.codeplex.com/releases/view/614442
View ArticleSource code checked in, #90701
[0.3.x] added : dinput routine ( provide input for debugger ) [0.3.x] added : onStartInput callback ( request debug input ) [0.3.x] added : onStopInput callback ( debug input is completed )
View ArticleReleased: PYKD 0.3.0.27 (Jul 17, 2015)
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 ArticleCreated Release: PYKD 0.3.0.27 (Jul 17, 2015)
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 ArticleCreated Issue: dbgCommand: BaseException: IDebugControl::ExecuteWide failed...
I have proposed a PyKd script on Stack Overflow (http://stackoverflow.com/a/32060333/480982), but when I run it, it results in an exception in the 12th call to dbgCommand:```from pykd import *str =...
View ArticleCommented Issue: dbgCommand: BaseException: IDebugControl::ExecuteWide failed...
I have proposed a PyKd script on Stack Overflow (http://stackoverflow.com/a/32060333/480982), but when I run it, it results in an exception in the 12th call to dbgCommand:```from pykd import *str =...
View ArticleCommented Issue: dbgCommand: BaseException: IDebugControl::ExecuteWide failed...
I have proposed a PyKd script on Stack Overflow (http://stackoverflow.com/a/32060333/480982), but when I run it, it results in an exception in the 12th call to dbgCommand:```from pykd import *str =...
View ArticleClosed Issue: dbgCommand: BaseException: IDebugControl::ExecuteWide failed...
I have proposed a PyKd script on Stack Overflow (http://stackoverflow.com/a/32060333/480982), but when I run it, it results in an exception in the 12th call to dbgCommand:```from pykd import *str =...
View ArticleNew Comment on "PYKD 0.2. Documentation"
in 3.1 should change true to True: try: while true: go() print "break" except: print "process terminated"
View ArticleReleased: PYKD 0.3.0.28 (Sep 04, 2015)
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