ETW File IO Monitoring on XP/2003

半世苍凉 提交于 2019-12-11 08:26:50

问题


I've been investigating ETW for process/file/registry/network monitoring. It looks like it on Win7 it has everything I need. However, on XP it seems to be lacking the same level of detail. Specifcally, with file IO only "FileCreate" events seem to be logged and process creation events don't give a full path.

Is it possible to determine when a file is written to on XP with ETW? And how about the full path to a process start event?


回答1:


Starting with Vista MS added a lot of ETW providers to Windows. XP/Server only had a few of them. So you can't fix this for XP.



来源:https://stackoverflow.com/questions/16069230/etw-file-io-monitoring-on-xp-2003

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