-
Hey Guys ... Ubuntu broke upx packed .elf files again. This time 9.10. I use
--force-execve --best --crp-ms=999999 --nrv2d
it's a open watcom .elf produced program and the force-execve was needed to fix up prior version to work with ubuntu .. now nothing works.
Is there a fix/work around?.
2009-10-31 21:06:14 UTC by nobody
-
http://sf.net/projects/upx/forums/forum/6806/topic/2194914
http://sf.net/projects/upx/forums/forum/6806/topic/1728625.
2009-10-24 04:18:00 UTC by dos386
-
> The win32 version of upx.exe and the executables compressed with it are being (falsely?)
This had been reported already 1'000'000'000'000 times. UPX is UPX'ed itself as well. Bug authors of mcafee and esafe about this "problem".
2009-10-24 04:14:28 UTC by dos386
-
Hehe ... many utils to strip UPX headers around (license violation ?), many stripped EXE's (???), but I haven't yet seen any tool to restore them. It's definitely possible (as long as the file runs), but one migh have to look into the stub disassembly.
2009-10-24 04:09:08 UTC by dos386
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-10-23 02:21:30 UTC by sf-robot
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-10-23 02:21:28 UTC by sf-robot
-
Hi,
Apologies for this very off-topic topic. I've been trying to reach Markus Oberhumer for a couple of months by e-mail and phone to his oberhumer.com company. I've received no reply what so ever. Does anyone know of a way to get in contact with him??
Thanks,
Simon.
2009-10-22 10:53:59 UTC by zipponator
-
https://www.pysol.org:4443/hg/upx.hg.
2009-10-08 22:41:23 UTC by jreiser
-
Where exactly is the upx source code repository? I found http://upx.hg.sourceforge.net/hgweb/upx/upx/, but last commit was 7 months ago. Is there some other repository?.
2009-10-08 22:11:48 UTC by cluthi
-
Class PackLinuxElf does nothing special here. There is a side effect in PackExe::PackExe(), file p_exe.cpp:
// disable lzma for "--brute" unless explicitly given "--lzma"
if (opt->all_methods_use_lzma && !opt->method_lzma_seen)
opt->all_methods_use_lzma = false;
which is triggered during the Visit to find he proper packer:
#0 PackExe::PackExe(struct InputFile *...
2009-10-08 21:39:36 UTC by jreiser