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

New Post: pykd 0.3 - Receiving error when trying to set registers

Also seeing something similar when using pykd.getCurrentThread():0:000> ~ . 0 Id: 580.758 Suspend: 1 Teb: 000007ff`fffde000 Unfrozen 0:000> .load pykd 0:000> !py Python 2.7.9 (default, Dec 10...

View Article


Created Unassigned: [0.3.x] some functions disturb thread context [13725]

see discussion: https://pykd.codeplex.com/discussions/645468repro steps:```0:000> .load pykd0:000> !pyPython 2.7.9 (default, Dec 10 2014, 12:28:03) [MSC v.1500 64 bit (AMD64)] on win32Type...

View Article


New Post: pykd 0.3 - Receiving error when trying to set registers

Bug confirmed. It is a regression after fix for issue #13499 I've opened an new issue #13725

View Article

Source code checked in, #90824

[0.3.x] fixed : stkwalk.py WOW64 parameter

View Article

Source code checked in, #90828

[0.3.x] added : ctor for targetSystem, targetProcess and tragetThread classes

View Article


Released: PYKD 0.3.0.31 (Oct 02, 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

Updated Release: PYKD 0.3.0.31 (Oct 02, 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 Article

Commented Unassigned: [0.3.x] some functions disturb thread context [13725]

see discussion: https://pykd.codeplex.com/discussions/645468repro steps:```0:000> .load pykd0:000> !pyPython 2.7.9 (default, Dec 10 2014, 12:28:03) [MSC v.1500 64 bit (AMD64)] on win32Type...

View Article


New Post: pykd 0.3 - Receiving error when trying to set registers

Fixed with 0.3.0.31, please try.

View Article


Patch Uploaded: #17899

dagestan1337 has uploaded a patch.Description:Adds thread tick count output with feature of filtering by it.

View Article

Edited Unassigned: [0.3.x] some functions disturb thread context [13725]

see discussion: https://pykd.codeplex.com/discussions/645468repro steps:```0:000> .load pykd0:000> !pyPython 2.7.9 (default, Dec 10 2014, 12:28:03) [MSC v.1500 64 bit (AMD64)] on win32Type...

View Article

New Post: pykd 0.3 - Receiving error when trying to set registers

Just tested out 0.3.0.31, and it fixed the issue for me :) Thanks!

View Article

Created Unassigned: Read memory functions incorrectly cast pointers [13739]

My use case is as follows:1) x64 debugger2) x64 pykd3) Attached as a kernel debugger4) Target being debugged is x86 platformUsing the read memory functions (ptrMWord, ptrFloat, etc), these apis...

View Article


Commented Unassigned: Read memory functions incorrectly reports bad address...

My use case is as follows:1) x64 debugger2) x64 pykd3) Attached as a kernel debugger4) Target being debugged is x86 platformUsing the read memory functions (ptrMWord, ptrFloat, etc), these apis...

View Article

Commented Unassigned: Read memory functions incorrectly reports bad address...

My use case is as follows:1) x64 debugger2) x64 pykd3) Attached as a kernel debugger4) Target being debugged is x86 platformUsing the read memory functions (ptrMWord, ptrFloat, etc), these apis...

View Article


Created Issue: [0.3.x] typeInfo constructor raises exception "not...

There is a module with symbols.If we try to get type information by full name:typeInfo("MYMODULE!MYTYPE")It is OKBut if we are trying to get type information by short name:typeInfo("MYTYPE")I get...

View Article

Edited Issue: [0.3.x] typeInfo constructor raises exception "not implemented"...

There is a module with symbols.If we try to get type information by full name:typeInfo("MYMODULE!MYTYPE")It is OKBut if we are trying to get type information by short name:typeInfo("MYTYPE")I get...

View Article


Created Issue: [0.3.x] typeInfo raises TypeException for function pointer...

```pfn = typedVar("funcPtr")pfn1 = typedVar( pfn.type().name(), pfn.address)Traceback (most recent call last): File "<input>", line 1, in <module>TypeException: _function type_: invalid...

View Article

Edited Issue: [0.3.x] typeInfo raises TypeException for function pointer [13742]

```pfn = typedVar("funcPtr")pfn1 = typedVar( pfn.type().name(), pfn.address)Traceback (most recent call last): File "<input>", line 1, in <module>TypeException: _function type_: invalid...

View Article

Source code checked in, #90841

[0.3.x] changed : version up to 0.3.0.32

View Article
Browsing all 1625 articles
Browse latest View live