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 ArticleCreated 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 ArticleEdited 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 ArticleEdited 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 ArticleCommented 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 ArticleCommented 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 ArticleCommented 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 ArticleCommented 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 ArticleEdited 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 ArticleReleased: 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 ArticleCreated 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 ArticleEdited 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 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 ArticleClosed 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 ArticleNew Post: DbgException: File: dia\symexport.cpp Line: 27 Not Implemented
Исправлено в 0.3.0.34
View ArticleReleased: 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 ArticleUpdated 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 ArticleUpdated 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