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

New Post: How to set break point callback handler

$
0
0
Hi,

Using pydbg we can easily set break point at any address and its callback handler function using dbg.bp_set( , , )
def bp_handler():
          #Do anything

dbg = pydbg()
..
..
dbg.bp_set(0xaddress,handler=bp_handler)
My question is , how do i do the same using pykd??

Thanks in Advance

Viewing all articles
Browse latest Browse all 1625

Trending Articles



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