用于监视 WMI 调用的工具

发布于 2025-01-07 07:06:37 字数 216 浏览 1 评论 0 原文

我正在对第 3 方程序进行一些逆向工程,该程序正在对名称空间 Root\HP\InstrumentedBIOS 进行一些 WMI 调用。是否有类似于 Process Monitor 的工具,可以让我监视由另一个应用程序?

I am doing some reverse engineering on a 3rd party program that is making some WMI calls to the namespace Root\HP\InstrumentedBIOS. Are there any tools similar to Process Monitor that allows me to monitor WMI calls performed by another application?

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

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

发布评论

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

评论(3

听闻余生 2025-01-14 07:06:37

忽略您想要的特定应用程序,您可能希望研究 WMI 日志记录/跟踪,作为更深入地了解运行时进行的 WMI 调用的方法,例如:

http://blogs.technet.com/b/askperf/archive/2008/03/04/wmi-debug-logging.aspx

Ignoring the specific application you have in mind, you might want to look into WMI logging/tracing as a way to gain more insight into WMI calls being made at run-time, e.g.:

http://blogs.technet.com/b/askperf/archive/2008/03/04/wmi-debug-logging.aspx

霊感 2025-01-14 07:06:37

从 Windows Vista 开始,您可以使用 Windows 事件跟踪 (ETW) 使用事件查看器工具,请查看这篇 MSDN 文章以获取更多信息跟踪 WMI 活动

Starting with windows vista you can use the Event Tracing for Windows (ETW) with the Event Viewer tool, check this MSDN article for more info Tracing WMI Activity.

北城半夏 2025-01-14 07:06:37

KS-Soft 的 WMI Explorer 是一个工具,允许您探索 WMI 中的所有内容,包括本地或远程计算机上的管理类、对象及其属性。可以从此处下载

WMI Explorer by KS-Soft, is a tool that allows you to explore everything in WMI which includes management classes, objects and their properties on local or remote machines. It can be downloaded from here

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