المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : how to set breakpoint in this way?



C++ Programming
03-31-2009, 07:40 PM
Hello everyone,

I want to set a break point and wants it to be triggered when a piece memory (begin address and length are known) are changed. I am working on Windows Server 2003 x64 platform. Either solution in Windbg or solution in Visual Studio are fine. My purpose is to monitor when the memory content is changed.

thanks in advance,
George