用于观察可执行文件的作用的应用程序?

发布于 2024-09-02 10:42:33 字数 463 浏览 5 评论 0原文

我需要准确找出 Lua 程序使用哪些文件/目录,以便我可以尝试仅将其所需的内容打包到 ZIP 文件中,并提出一种简单的方法来部署此脚本。

我使用了 SysInternals 的 进程监视器,但令我惊讶的是它在观看节目时返回的少量信息(对于 Lua 用户来说,它是 wsapi.exe ,这是轻量级 Xavante Web 服务器的启动器)。

有人知道一个好的 Windows 应用程序可以完全监控程序的行为,例如。类似于著名的 PCMag 的 InCtrl5 的现场版本。

谢谢。

I need to find out exactly what files/directories a Lua program uses so I can try to only pack what it needs into a ZIP file, and come up with a simple way to deploy this script.

I used SysInternals' Process Monitor, but I'm surprised by the small amount of information it returned while it watched the program (For Lua users out there, it's wsapi.exe, which is the launcher for the light-weight Xavante web server).

Does someone know of a good Windows application that can completely monitor what a program does, eg. something like a live version of the venerable PCMag's InCtrl5.

Thank you.

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

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

发布评论

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

评论(1

寻找一个思念的角度 2024-09-09 10:42:33

进程监视器将捕获一切。如果它没有捕捉到动作,那么它一定是在不同的进程中发生的。尝试根据您期望使用的文件而不是您期望发生的进程进行过滤。

Process monitor will catch everything. If it's not catching the action then it must be happening in a different process. Try filtering based on the files you expect to be used rather than the process you expect it to happen in.

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