Hi,
I'm using pydbg for one of my projects.
I have many troubles in dealing with memory breakpoints.
It seems that pydbg has problems in remove memory breakpoints.
As a small example, I set a memory bp on kernel32.dll, specifying a custom handler that simply deletes the memory breakpoint and continue the execution of the program. Then I run the program. Thanks to the memory bp, the program is stopped when the execution reaches the kernel32.dll, but when the handler code is executed, the original program frozes, and the debugger doesn't output anything neither raises an exception.
Did anyone have had a similar experience?
thanks in advance,
cheers






