Created Release: PYKD 0.3.0.33 (Oct 22, 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: Unable to load the pykd.pyd extension
Where do I get the python27.dll for x64 systems to install it manually?
View ArticleNew Post: Unable to load the pykd.pyd extension
girishp wrote: Where do I get the python27.dll for x64 systems to install it manually? Install latest python 2.7 x86-64 release for windows: Python Releases for Windows (%WINDIR%\System32\python27.dll...
View ArticleCommented Issue: [0.3.x] the method module.getVersion is missed [13745]
0.2.x pykd has method getVersion returning tuple (major, minor, revision, build ),0.3.x has not this methodComments: ** Comment from web user: kernelnet ** build 0.3.0.33
View ArticleCommented Issue: cdb crush right after program ends...
Hey again,I'm trying to automate some stuff so I used the console version of Microsoft debugger cdb.So I wrote bat file:-G for close cdb after process termination-c for loading script with...
View ArticleCommented Issue: Exception in debugger client...
Hello. I started to use this extension(pykd-0.3.0.32-py27-win32) in cdb.exe and windbg.exe debuggers and I ran into some troubles.first, I used setBp (very cool) function for breakpoints registration.I...
View ArticleClosed Unassigned: getParams is always empty - pykd-0.3.0.32-py27-win32 [13749]
every time the function returns empty list. (the global getParams function and stackFrame method function).why?pykd-0.3.0.32-py27-win32Comments: as designed
View ArticleCreated Unassigned: ARM and ARM64 not supported [13757]
Module and symbol related functions generate this exception:DbgException: Unknown processor typeThis exception is thrown in two places:setProcessorMode method in dbgeng.cppaddr64NoSafe method in...
View ArticleCommented Unassigned: ARM and ARM64 not supported [13757]
Module and symbol related functions generate this exception:DbgException: Unknown processor typeThis exception is thrown in two places:setProcessorMode method in dbgeng.cppaddr64NoSafe method in...
View ArticleCreated Unassigned: getProcessExeName != getCurrentProcessExeName [13759]
hello again :)I think there's little mistake in 0.3 wiki page.as mentioned there, there's function named getCurrentProcessExeName:...
View ArticleNew Post: Named breakpoint, global breakpoint list and stuff
Hey! I really love your extension, awesome thing. I'm using it in my automation, and I think it could be better and more natural. One of the things I notice (and maybe because of lack of knowledge),...
View ArticleCreated Unassigned: RuntimeError: unidentifiable C++ exception when declaring...
if I declare my own event handler before I start debug session (with startProcess) that exception being raised.
View ArticleCommented Unassigned: RuntimeError: unidentifiable C++ exception when...
if I declare my own event handler before I start debug session (with startProcess) that exception being raised.Comments: ** Comment from web user: kernelnet ** I can reproduce only this...
View ArticleCommented Unassigned: RuntimeError: unidentifiable C++ exception when...
if I declare my own event handler before I start debug session (with startProcess) that exception being raised.Comments: ** Comment from web user: roy4ronen ** yes, this is the problem.btw, if I...
View ArticleEdited Issue: RuntimeError: unidentifiable C++ exception when declaring...
if I declare my own event handler before I start debug session (with startProcess) that exception being raised.
View ArticleUpdated Wiki: PYKD 0.3. API Reference
FunctionsaddSyntheticSymboladdr64appendSrcPathappendSymbolPathattachKernelattachProcessbreakinbugCheckDatacallExtcloseDumpcompareMemorycontainingRecordcreateStructcreateUnioncurrentTimedbgCommanddeinit...
View ArticleCommented Unassigned: getProcessExeName != getCurrentProcessExeName [13759]
hello again :)I think there's little mistake in 0.3 wiki page.as mentioned there, there's function named getCurrentProcessExeName:...
View ArticleEdited Issue: getProcessExeName != getCurrentProcessExeName [13759]
hello again :)I think there's little mistake in 0.3 wiki page.as mentioned there, there's function named getCurrentProcessExeName:...
View ArticleNew Post: Named breakpoint, global breakpoint list and stuff
And we really love your bug reports, very useful indeed! About "named" breakpoints. I think it is not necessary to make it in the pykd inside. We suppose things could be made in python must be made in...
View ArticleNew Post: DbgException: File: dia\symexport.cpp Line: 27 Not Implemented
Проверил на двух установках: pykd 0.3.0.33 x64 - не воспроизводится pykd 0.3.0.33 x86 - воспроизводится, причем только с маской, без маски символы нормально получаются
View Article