Programming Languages: Assembly, C++
License: GNU General Public License version 2.0 (GPLv2)
browse code,
statistics http://upx.hg.sourceforge.net:8000/hgroot/upx/upx (read-only)
Adding a new processor type to the linux/elf format is certainly possible. You would need to modify src/p_lx_elf.cpp & src/p_lx_elf.h. For the decompressor stub a new file is needed in src/stub/src/. There is more information in this forum about this topic by jreiser. He is the one who could help you.
2012-05-29 02:10:18 PDT by ml1050
Hi Fellows, We are trying to use some compressor under uclinux using blackfin, can upx to support this format? How? It's also linux elf format, but currently we meet the problem "UnknownExecutableFormatException", thanks!
2012-05-28 23:50:43 PDT by sky9forever
README.1ST says: new format: added support for linux elf/arm which is supposed to be the format used by native libs on android. Can you please clarify if it actually works? I build shared lib with normal ndk (gcc toolchain from google) and upx doesn't work for me: upx: libtest-ffmpeg.so: UnknownExecutableFormatException This lib works fine on android phones. Is it a bug in upx or...
2012-05-03 19:48:48 PDT by pps83
methods: --nrv2b --nrv2d --nrv2e --lzma filter: a number between 0-255.
2012-04-16 03:26:39 PDT by ml1050
Can you please post a list of the methods and filters? This would help a lot.
2012-04-15 12:09:03 PDT by Oliver
Could you please add a support for binaries for a Linksys NSLU2 with OpenWRT (armv5teb)? When i try to pack a selfcompiled file i will get this error: "G:\Downloads\UPX Packer\upx308w>upx -9 -k list_smargo Ultimate Packer for eXecutables Copyright (C) 1996 - 2011 UPX 3.08w Markus Oberhumer, Laszlo Molnar & John Reiser...
2012-04-03 06:38:34 PDT by robby-reloaded
just test upx on ncat and found out this. If i download ncat from insecure.org and pack it with upx it works fine. but if i decompress the file it is not executeable. the programm (ncat) crashes after start.
2012-04-02 01:08:43 PDT by nobody
Hi When you'll get some time, would you like to add multithreads compression as it'll save a lots of time and optimize UPX so it can use 64 Bits features to compress faster, please. Regards.
2012-03-29 13:57:35 PDT by accountcreation
> Why do you want to compress a file with debug information in it? Would not be simpler to use a detached debug info file? "debug information" can be the path to that detached debug info file. It's required to create .dmp file containing path to .pdb.
2012-03-27 05:00:18 PDT by nobody
MIPS function mmap_privanon() had a bug. This is fixed in -r 2261 (commit 60b0b82cb556) and also is now in tip -r 2268 (commit 7ab53a06aa72).
2012-03-13 20:06:24 PDT by jreiser