开发者

What is Microsoft Application Verifier for?

I've got Microsoft Application Verifier installed with some SDK. How do I make any use of it, practically? Are there any simple example开发者_StackOverflow社区s/explanations?


Application Verifier attaches to your application and does various things to try to make your application crash, like simulating low-resource situations. It also makes various APIs much more strict and will do things like record who leaked handles, etc.

You should definitely be using it with every desktop application or service, though to get a lot of the information out of it, you need to attach WinDbg to your process, and Application Verifier will dump more information out to the debug window.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜