PDA

View Full Version : Ollydbg: Freezing on setting Breakpoint


cjstudios
August 29th, 2006, 05:28
I've been trying to get my feet wet with ollydbg using <program name deleted> as a test subject.

after a few days of reading tutorials from differnet forums, I'm stuck with these 2 problems before I can proceed further.

1. When I set a memory on-write breakpoint at the temporary value of how much gold I have. <program name deleted> freezes (even the mouse doesn’t respond) but Olly still displays the status as “running”. Removing the breakpoint unfreezes <program name deleted> and everything runs normally again. Any suggestions what might be happening?

2. Is there a way to set a conditional memory on-write breakpoint? Eg. Break only if someone is writing to that address AND the value written is 10. Perhaps have olly verify a particular condition before enabling the memory on-write breakpoint.

Thanks

Silkut
August 29th, 2006, 05:53
Did you read the FAQ ?
I suggest you to remove any target name, to avoid deleting.

Quote:
DO NOT POST THE NAME OF THE SOFTWARE COMPANY THAT MAKES THE PROGRAM


a must-read before posting: http://www.woodmann.com/fravia/rce-faq.htm

Regards.