Jump to content

Recommended Posts

Posted

Ok people ... I made this guide to show you what is UPX and how it works.

Have fun reading. :D

 

English

First of all i am gonna inform you about UPX. UPX Packer (Ultimate Packer for eXecutables) is a packer that can compress many executable files.It has many different methods of compressing to choose and it's compression is good and fast.Also with this one you can decompress already packed executable file and re-pack it better or let it unpacked ...

 

Ελληνικά

O UPX είναι ένας "συσκευαστής" με τον οποιό μπορείτε να συμπιέσετε διάφορα executables.Διαθέτει διάφορες επιλογές συμπίεσης και γρήγορη αποσυμπίεση ενός είδη πακεταρισμένου exe.

 

Guide - How to use UPX

First download UPX packer from here http://upx.sourceforge.net/#download (if you have windows OS then choose the first one).Unextract UPX.exe (only this one we need) in Desktop.Then copy the program you would like to compress in a folder you would like. (for example copy CCleaner from C:\Program Files\CCleaner to C:\test).Then copy the UPX.exe from the folder you saved it and paste it in your program's directory.

See photo for these steps:http://img40.imageshack.us/img40/5118/testzrs.jpg

Our last step is to compress the target (CCleaner is my target).Open CMD (Command Prompt) and type:

cd C:\test

(this is where my target is , you will put your path to your own target - example : C:\Documents and Settings\xxx)

After you do this one then type this code (in cmd):

for %v in (*.*) do upx "C:\test\%v"

My target is in C:\test , you will have to put your own path - example "C:\Program Files\Name\%v"

See photo: http://img190.imageshack.us/img190/1183/cmdm.jpg

Ok last step is to hit enter and let it working. Finally:http://img39.imageshack.us/img39/3166/packedt.jpg

My CCleaner packed successfully (Previous Size: 2.58 MB    New Size: 1.29 MB!)

 

P.S : I made this guide myself , hope you like it.

 

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


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..