开发者

What is Microsoft Application Verifier for?

开发者 https://www.devze.com 2023-02-14 21:21 出处:网络
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 atta

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

精彩评论

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