What I'm trying to do is track changes in memory values ββat some specific addresses, for example, bind a callback function to the onChange event.
One idea I can come up with is to use a memory breakpoint. So how to programmatically handle breakpoints in Visual C ++?
source share