开发者

Watching what an app does?

开发者 https://www.devze.com 2023-01-13 01:33 出处:网络
There\'s a proprietary application that I need that is packaged within a live ISO based on Ubuntu 9.10, so I\'d like to try and tr开发者_如何学编程ansplant it into a Ubuntu 10.04 ISO and add/remove ap

There's a proprietary application that I need that is packaged within a live ISO based on Ubuntu 9.10, so I'd like to try and tr开发者_如何学编程ansplant it into a Ubuntu 10.04 ISO and add/remove applications and drivers.

I have no idea if it's going to work, but in any case, I need an application that I would launch before running the proprietary app, point it to the main binary of that proprietary application, and expect to see all the locations/files it uses so that I can see what directories and files it expects to find.

Does any Linux application do this?

Thank you.


You'll need 'strace'. But note that if there's a file which is used only in some rare conditions, i.e. not every time you are running the application, you'll not see it accessed.

0

精彩评论

暂无评论...
验证码 换一张
取 消