Log in

View Full Version : How to watch a specific range of memory ?


Xtra
April 30th, 2005, 04:49
Hi all !

I was wondering how I can monitor data *changes* withing a specific memory range.
Any idea ?
thx

Ricardo Narvaja
April 30th, 2005, 05:46
pot a MEMORY BREAKPOINT ON WRITE in this range of memory if you donīt want OLLY stop, write a little script tjam store the change in the log and make olly continue RUNNING.

Ricardo

Xtra
May 1st, 2005, 01:59
Yep, that what's exacly what I've been looking for!
Thx