约有 2 项符合查询结果, 以下是第 1 - 1项。
费时 < 1 秒。
非常感谢张老师的回复,目前正在结合《软件调试》中的介绍学习windbg的使用方法。感觉条件断点太难了,有时可以使用,有时不行。
Posted in WinDbg
by
jaima
on 2013-10-07
bp msvcr90d!printf ''r $t0= poi(buffer); j ($scmp(\''@$t0\'', \''source\'') == 0) 'db buffer'; 'gc''' 上述命令中,buffer 是void *类型的缓冲区,source是一个字符串,请教下如何才能正确使用$scmp宏来比较呢?
Posted in WinDbg
by
jaima
on 2013-10-05