
Hi, i am using pydbg to hook fucntion call. based on information from that call, I set memory BP for monitoring access to certain memory buffer. This seems simple! But, I dont know what happens in between, my process (debuggee) terminates all of a sudden after throwing few memory access alerts. Any hints where could be the problem?
thanks