Log in

View Full Version : Memory breakpoint with condittion on EIP


Anonymous
December 19th, 2002, 02:32
Hi all,

I'm trying to set a memory breakpoint with the condition that EIP > some address
so with the commandline plugin i'll set the following breakpoint
mw b43881 eip>b43700
the problem is olly also breaks when the eip<b43700
Can someone tell me what's wrong?

Lownoise

TBD
December 19th, 2002, 02:58
according to plugin 1.08 help, Setmembreakpoint does not support conditional breakpoint, the expression 1,2 must resolve to an address.

e.g. mw 401000,401002

lownoise
December 19th, 2002, 04:19
Tbd,

Thanks for your quick reply.
Maybee it's something for the next version?
in the meantime back to Softice for this kind of breakpoints

Lownoise

Anonymous
January 3rd, 2003, 17:17
Yes Yes Yes
It could be nice superb if we can have all command like Softice in OllyDbg.
I believe, it's a lot of work but it's a must.

I am waiting to have some news regarding this request.

SoftIce has actually at around 140 commands.