windbg setting conditional breakpoint

前端 未结 2 963
误落风尘
误落风尘 2021-01-23 01:56

I want to put a conditional breakpoint in windbg.

For example lets say LoadLibrary API.

How can I put breakpoint such that it should it whenever user32.dll get l

2条回答
  •  执笔经年
    2021-01-23 02:28

    I am a little confused by the text and header in your question. But assuming you want to set a conditional breakpoint you should take a look at the documentation cause it goes into plenty of detail on that subject.

提交回复
热议问题