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

Source code checked in, #83945

[0.3.x] updated : tests

View Article


Source code checked in, #83948

[0.3.x] updated : tests

View Article


Source code checked in, #83966

[0.3.x] updated : tests

View Article

Source code checked in, #83968

[0.3.x] updated : targetBreak

View Article

Source code checked in, #83972

[0.3.x] updated : py command

View Article


Released: PYKD 0.2.0.21 (Jun 09, 2013)

added : searchMemory routine ( Search in virtual memory ) fixed : typeInfo ctor raise SEH exception

View Article

Created Release: PYKD 0.2.0.21 (июн 09, 2013)

added : searchMemory routine ( Search in virtual memory )fixed : typeInfo ctor raise SEH exception

View Article

Source code checked in, #84021

[0.3.x] updated : tests

View Article


Reopened Issue: [pykd-0.2.x] find symbol by name ("public" pdb) [11723]

```>>> dbgCommand("x calc!CUIController::EditControlledSetText")'00000000`ff406ce0 calc!CUIController::EditControlledSetText (<no parameter info>)\n'``````>>> calc =...

View Article


Reopened Issue: [pykd-0.2.x] pykd blocks pdb files [11665]

1. run script and get typeInfo from a module2. call .reload /u windbg command3. try to delete module.pdb file (for example, rebuild module)Result: module.pdb can not be deleted4. .unload pykd and try...

View Article

Reopened Issue: [pykd-0.2.x] problem with getting export symbols [11654]

1 getting module instancem = module("module_without_pdb")print mModule: module_without_pdbStart: 77380000 End: 77529000 Size: 1a9000Image: module_without_pdb.dllSymbols: export symbolsTimestamp:...

View Article

Reopened Issue: [pykd-0.2.x] dbgCommand("a") hangs up [11651]

Work out of windbg ( console ):import pykd)pykd.startProcess("notepad.exe")0pykd.dbgCommand("a")expected: dbgCommand("a") setconsole to input mode and getting user input

View Article

Reopened Issue: [pykd-0.2.x] setBp does not work in standalone script ( out...

subj

View Article


Source code checked in, #84081

[0.3.x] updated : test

View Article

Source code checked in, #84082

[0.3.x] refactored

View Article


Source code checked in, #84101

[0.3.x] added : event handler

View Article

Source code checked in, #84103

[0.3.x] added : findSymbol

View Article


New Post: Launch pykd from outside of Windbg

Hello, I'd like to have a Python script that uses pykd, but outside of Windbg (in my case, i want to automate a dump analysis and be able to debug the script with Visual Studio Python Tools). However,...

View Article

New Post: Launch pykd from outside of Windbg

I have two ideas:Launch Python with modified environment variables, i mean PATH.You can make custom build of pykd which loads required dlls specifing full path.

View Article

New Post: Launch pykd from outside of Windbg

You can simply copy dbgeng, dbghelp, symsrv, srcsrv to system32 directory. WinDBG extensions you should load manualy anyway.

View Article
Browsing all 1625 articles
Browse latest View live


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