Quantcast
Channel: Python extension for WinDbg
Viewing all articles
Browse latest Browse all 1625

New Post: could I debug kernel outside of Windbg?

$
0
0
changeset/85045: (not yet released)
Python 2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pykd
>>> pykd.attachKernel(r"com:pipe,resets=0,reconnect,port=\\.\pipe\kd_Windows_7_RTM")
>>> ext = pykd.loadExt(r"C:\Program Files\Debugging Tools for Windows (x64)\winxp\kdexts.dll")
>>> print pykd.dbgCommand("!process 0 0 explorer.exe")
PROCESS 8421b030  SessionId: 1  Cid: 0528    Peb: 7ffdc000  ParentCid: 015c
    DirBase: 2ed50280  ObjectTable: 999d8eb0  HandleCount: 759.
    Image: explorer.exe


>>>

Viewing all articles
Browse latest Browse all 1625

Trending Articles



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