Jump to content

Recommended Posts

Posted (edited)

Ever downloaded a screensaver or something and when you unzip and install it asks to install other stuff like toolbars etc.

is there a way to strip out all this spyware stuff using some extract method?

Thanks for help

:thumbup

Edited by Railman5

Posted

some installers (inno setup for instance uses 3rd party tools like inno unpack which will allow u extract inno setups)

Posted
some installers (inno setup for instance uses 3rd party tools like inno unpack which will allow u extract inno setups)
innounp is one of them, it's quite popular since Inno setups tend to be very common. For other installers you'll have to use some other unpacker.

Then you just find the install script and manually install whichever portions you want, following the directions of the script.

Posted
some installers (inno setup for instance uses 3rd party tools like inno unpack which will allow u extract inno setups)

Would you please suggest me this kind of tools for NSIS packages?

Posted

Currently, there are no unpackers for the NSIS, but since it's open-source it shouldn't be too difficult to write one. Besides, the installer itself already contains the decompressor code.

If you know the compression method used and have a decompressor for that method, it's possible to unpack the thing manually... and an automated approach shouldn't be too far off. I've unpacked many unknown installers manually this way.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...