列出所有打开的文件 [英] List all opened files

查看:73
本文介绍了列出所有打开的文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我尝试制作一个工具来报告Windows操作系统(启动项目,流程,服务等等)。

但有时候后门或特洛伊木马注入默认浏览器(chrome, firefox)所以它不会显示在进程中,所以我需要通过查找所有句柄路径找到它的路径。

可以任何一个给我一个方法来列出所有打开的文件(drivers,exe,dll, ......等等)

谢谢

I try to make a tool to report windows OS (Start up items , process , services , .... etc) .
but some times backdoors or trojans inject to default browser (chrome , firefox) so it dose not show in process , so I need to find its path by find all handles path .
can any one give me a method to list all opened files (drivers , exe , dll , .... etc)
thank you

推荐答案

我认为它不是木马。列出所有打开的文件时,您是否将其列为进程名称或窗口句柄?如果您列为进程名称,那么您可能不知道要查看的确切程序的进程名称,如果它作为窗口句柄,那么您应该能够从中获取进程名称。更多细节,与此同时我编写了一个类似于此的程序,其中我成功列出了所有打开的程序,甚至可以通过它们的句柄控制窗口。我会看看我是否可以挖掘它。
I don't think it is a trojan. Did you list it as a process name or as a window handle when listing all open files? If you listed as a process name then you probably don't know the name of the process for the exact program you want to see and if it as a window handle, then you should be able to get the process name from it.. Give more details, in the meantime i wrote a program similar to this in which i listed successfully all open programs and could even control the windows through their handles. I will see if i can dig it up.


这是非常可行的,但你可能会有点震惊:阅读这些 [ ^ ]。



然后这里有关于CP的文章它:列出使用的文件 [ ^ ]
It's very doable, but you may be in for a bit of a shock: Read these[^].

Then there's an article here on CP for it: Listing Used Files[^]


这篇关于列出所有打开的文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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