Posted: Sat May 26, 2012 12:52 am Post subject: Breakpoint conditions?
I want to find the address of some pointers
here is the code
Code:
mov ecx,[ecx+edi*4]
mov [esp+10],ecx
If I set the breakpoint on line 2 with condition ECX==0x06B04A20 it breaks correctly.
But if I put the breakpoint on line 1 and set the condition to [ECX+EDI*4]==0x06B04A20 it never breaks.
I want to see the value of ecx before it is assigned the new value, how do I set the breakpoint condition?
or more generally, what's the format of breakpoint conditions?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum