Application to watch what an executable does?

Posted by OverTheRainbow on Stack Overflow See other posts from Stack Overflow or by OverTheRainbow
Published on 2010-05-20T16:34:15Z Indexed on 2010/05/20 18:20 UTC
Read the original article Hit count: 166

Filed under:
|
|

Hello

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.

© Stack Overflow or respective owner

Related posts about Windows

Related posts about process