Jump to content

[Guide]How to use UPX Packer


Ignition

Recommended Posts

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.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...