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

New Post: Locking up on hitting breakpoint?

$
0
0
I run this (with a real address in it) from a file using the !py command in windbg and it sets the bp, but when it hits, windbg says "Exception in debugger client" and locks up. What am I doing wrong? I'm using x64 windbg and downloaded and installed pykd-0.2.0.29-x64-python-2.7
import pykd

def hitBp(ID):      
        
    print("hats")

    return pykd.NoChange

pykd.setBp(address, hitBp)

Viewing all articles
Browse latest Browse all 1625

Trending Articles



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