Log in

View Full Version : setting a memory breakpoint on priv


clafrieda
February 8th, 2006, 23:20
Is there anyway to set a memory breakpoint on Priv memory? Everytime I try ollydbg say it's unable to set a breakpoint on that memory location. I tried setting a hardware breakpoint on that memory, but it didn't seem to have any effect (unless there were no accesses).

shERis
February 9th, 2006, 05:55
Change to memory map window, select PRIV memory, right click, select Set Access/Full Access - and you are done!

But if memory block has no access privilege - what it is good for ???

clafrieda
February 9th, 2006, 08:36
I remembered trying that before, and I just double checked... it doesn't work. Still can't apply the memory breakpoint.


After changing access fo full->

Access goes from RW to RWE, but still get the error:

"Ollydbg is unable to activate memory breakpoint on address range ... Breakpoint is completely removed."