windbg bp condition

0:000> bp 0012f2fc "j @ecx == 0 '';'gc'" 0:000> g    j表明judgement,与c++中的condition?A:B相似。html 若是断点处ecx是0,则停下;不然go until next breakpoint(gc).python   bp 0012f2fc "j (@@c++(*(int*)(@esp+4) == 0x50)) 'dd
相关文章
相关标签/搜索