Microsoft 应用程序验证器有什么用?

发布于 2024-10-20 09:12:57 字数 162 浏览 2 评论 0原文

我有 Microsoft 应用程序验证程序与一些 SDK 一起安装。实际上我该如何利用它?有没有简单的例子/解释?

I've got Microsoft Application Verifier installed with some SDK. How do I make any use of it, practically? Are there any simple examples/explanations?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

行至春深 2024-10-27 09:12:57

应用程序验证程序附加到您的应用程序并执行各种操作来尝试使您的应用程序崩溃,例如模拟资源不足的情况。它还使各种 API 更加严格,并且会执行诸如记录谁泄漏句柄等操作。

您绝对应该在每个桌面应用程序或服务中使用它,尽管要从中获取大量信息,您需要附加 < a href="http://en.wikipedia.org/wiki/WinDbg" rel="noreferrer">WinDbg 到您的进程,应用程序验证器会将更多信息转储到调试窗口。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文