ollynewby
March 24th, 2003, 03:52
Hi,
Can anyone tell me if it's possible to set a conditional breakpoint on memory read access and how that condition would look like?
To clarify, this is what I'd like to do:
I want to keep an eye on an memory address location, but I don't want Ollydbg to pause everytime when this data is being read. I want to exclude the pausing when it's being read by another module or in some parts of the program?(in my case, the data is being read for screenpainting by GDI.EXE, and I'm not interested in that part).
Thanks for your comments and/or suggestions
Can anyone tell me if it's possible to set a conditional breakpoint on memory read access and how that condition would look like?
To clarify, this is what I'd like to do:
I want to keep an eye on an memory address location, but I don't want Ollydbg to pause everytime when this data is being read. I want to exclude the pausing when it's being read by another module or in some parts of the program?(in my case, the data is being read for screenpainting by GDI.EXE, and I'm not interested in that part).
Thanks for your comments and/or suggestions