Log in

View Full Version : Windbg breakpoint with condition


rxxxxxx333
January 12th, 2011, 01:19
Hi all,

I try to set breakpoint on address

Code:

bu ndriver+0x122 ";as /ma ${/v:funcname} poi(@esp+4); .echo ${funcname};.if($scmp(\"${funcname}\",\"IoFreeIrp\"== 0){db poi(@esp+4) } .else { g }"


but funcname is bad (db poi(@esp+4) have normal result). What is incorrect?

Thanks!

PS Excuse for my English.