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

Created Issue: [0.3.x] enumSymbols raises exception for export symbols [13771]

1. Take module without symbol information but with some export functions2. Eval expression:```module('nosymbolmodule').enumSymbols()```Expected:list of all exportsIn fact:Traceback (most recent call...

View Article


Created Issue: [0.3.x] enumSymbols works wrong on x86 build [13772]

Repro:1) Get last pykd from PyPI for python x862) Run python REPL and type commands:```from pykd import *startProcess('notepad.exe')ntdll = module('ntdll')ntdll.enumSymbols('Zw*')```Expected:list of...

View Article


Edited Issue: [0.3.x] enumSymbols works wrong on x86 build [13772]

Repro:1) Get last pykd from PyPI for python x862) Run python REPL and type commands:```from pykd import *startProcess('notepad.exe')ntdll = module('ntdll')ntdll.enumSymbols('Zw*')```Expected:list of...

View Article

Edited Issue: [0.3.x] enumSymbols raises exception for export symbols [13771]

1. Take module without symbol information but with some export functions2. Eval expression:```module('nosymbolmodule').enumSymbols()```Expected:list of all exportsIn fact:Traceback (most recent call...

View Article

Commented Feature: 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 Article


Commented Issue: [0.3.x] enumSymbols works wrong on x86 build [13772]

Repro:1) Get last pykd from PyPI for python x862) Run python REPL and type commands:```from pykd import *startProcess('notepad.exe')ntdll = module('ntdll')ntdll.enumSymbols('Zw*')```Expected:list of...

View Article

Commented Issue: [0.3.x] enumSymbols raises exception for export symbols [13771]

1. Take module without symbol information but with some export functions2. Eval expression:```module('nosymbolmodule').enumSymbols()```Expected:list of all exportsIn fact:Traceback (most recent call...

View Article

Commented Issue: [0.3.x] enumSymbols works wrong on x86 build [13772]

Repro:1) Get last pykd from PyPI for python x862) Run python REPL and type commands:```from pykd import *startProcess('notepad.exe')ntdll = module('ntdll')ntdll.enumSymbols('Zw*')```Expected:list of...

View Article


Source code checked in, #90857

[0.3.x] add: test for workitem/13772

View Article


Edited Issue: [0.3.x] enumSymbols works wrong on x86 build [13772]

Repro:1) Get last pykd from PyPI for python x862) Run python REPL and type commands:```from pykd import *startProcess('notepad.exe')ntdll = module('ntdll')ntdll.enumSymbols('Zw*')```Expected:list of...

View Article

Source code checked in, #90862

[0.3.x] changed : version up to 0.3.0.34

View Article

Released: PYKD 0.3.0.34 (Nov 16, 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

Created Release: PYKD 0.3.0.34 (Nov 16, 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


Edited Issue: [0.3.x] enumSymbols raises exception for export symbols [13771]

1. Take module without symbol information but with some export functions2. Eval expression:```module('nosymbolmodule').enumSymbols()```Expected:list of all exportsIn fact:Traceback (most recent call...

View Article

Edited 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 Article


Closed 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 outputComments: out of date

View Article

New Post: DbgException: File: dia\symexport.cpp Line: 27 Not Implemented

Исправлено в 0.3.0.34

View Article


Released: PYKD 0.3.0.34 (Nov 16, 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.34 (Nov 16, 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

Updated Wiki: Home

По-русскиPyKd - Python extension for WinDBG to access Debug EnginePurpose This project can help to automate debugging and crash dump analysis using Python. It allows one to take the best from both...

View Article
Browsing all 1625 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>