View Single Post
Posts: 388 | Thanked: 842 times | Joined on Sep 2009 @ Finland
#9
Originally Posted by Mentalist Traceur View Post
At any rate, any chance you could give an overview of how you ran the .deb in a controlled manner?
It's possible to investigate without installing/running with:

Code:
dpkg -x <package> <dir>
to extract the files in the package

Code:
dpkg -e <package>
to extract the scripty parts

It won't help you see inside binary files, though.
 

The Following 9 Users Say Thank You to hqh For This Useful Post: