Is there a tool to dump/show event data templates defined in a provider's manifest?

ⅰ亾dé卋堺 提交于 2019-12-10 19:06:28

问题


> wevtutil.exe gp <provider-name> /ge /gm /f:xml

prints the manifest given a provider, except for its data templates. Is there a tool I am missing that would display the templates defined in an installed provider's manifest? They must be out there in the binary WEVT_TEMPLATE resource, since the Tdh* functions seem to know about them.


回答1:


Perfview can do this with this command:

PerfView userCommand DumpRegisteredManifest <provider-name>

This dumps the complete manifest into an XML.




回答2:


Resource Hacker allows the display of WEVT_TEMPLATE structure.



来源:https://stackoverflow.com/questions/39089525/is-there-a-tool-to-dump-show-event-data-templates-defined-in-a-providers-manife

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!