通过在c#中使用绕道查找进程访问的文件? [英] Find Files accessed by a process by using detours in c#?

查看:37
本文介绍了通过在c#中使用绕道查找进程访问的文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我需要找出给定(钩子)进程访问的文件。我应该用c#和绕道来实现什么?

I need to find out the files accessed by a given (hook) process. what am I supposed to achieve that using c# and detours?


任何人都可以启发我吗?

Can anyone enlighten me?


提前致谢:

Thanks in advance :

推荐答案

SystemHandleInformation将提供有关正在运行的进程的详细信息。我们要求查找用户完成的文件操作。我们需要在文件打开时捕获进程。
SystemHandleInformation will give details on the running process. Our requirement to find the file action done by the user. We need to catch the process at the time of file open.


这篇关于通过在c#中使用绕道查找进程访问的文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆