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

New Post: pykd 0.3 doesn't work eventHandler onLoadModule

$
0
0
from pykd import *

class MyEventHandler(eventHandler):
    def onLoadModule(self, module):
        dprintln("onLoadModule_2134 ()")
        return DEBUG_STATUS_BREAK 

myHandler = MyEventHandler()
dprintln("Hello world")
go()
I attach debugger to the calc.exe
Load pykd and run script: .load pykd; !py C:\dbg;
I see "Hello world" , and thats all ( I don't see any messages with 'onLoadModule_2134' ((
Why ?

OS windows XP sp3, debugger 6.12
Python 2.7 x86

Viewing all articles
Browse latest Browse all 1625

Latest Images

Trending Articles



Latest Images

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