Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
11answers
3k views

Are there any downsides to using UPX to compress a Windows executable?

I've used UPX before to reduce the size of my Windows executables, but I must admit that I am naive to any negative side effects this could have. What's the downside to all of this packing/unpacking? ...
7
votes
1answer
213 views

Boost thread and UPX compression == not valid win32 application?

When I just declare boost::thread t1, t2; in my program and then compress .exe file with UPX, the compression succeeds. But when I try to launch the compressed exe, Windows tells me that it's ...
4
votes
5answers
541 views

Method to determine if an exe file has been compressed with UPX

Is there a method to determine if an exe file has been compressed with UPX? The function to determine if an exe file has been compressed is excellent except I found a problem with the code. If the ...
3
votes
2answers
2k views

How to detect what was the PE packer used on the given exe?

I've found an application which seems to be packed. I opened it with some hex editor and it contains "UPX1" section and "3.00 UPX!" string. Unfortunately I'm not able to decompress it with upx latest, ...
2
votes
2answers
545 views

Checking if an ELF is packed with UPX in Linux

I have zero knowledge of how the ELF format works or how to access its headers and data via code, however I need to check whether an ELF binary has been compressed (packed?) with UPX for Linux. ...
2
votes
2answers
207 views

Detecting UPX programmatically

I'm trying to figure out how to detect whether a binary has been compressed with UPX. I am using a simple CRC to detect whether my app was in any way changed and if the CRC failed on the size due to a ...
1
vote
1answer
217 views

Any downsides to UPX-ing my 32-bit Python 2.6.4 development environment EXE/PYD/DLL files?

Are there any downsides to UPX-ing my 32-bit Python 2.6.4 development environment EXE/PYD/DLL files? The reason I'm asking is that I frequently use a custom PY2EXE script that UPX's copies of these ...
1
vote
3answers
502 views

Can I use upx packer to compress a commercial program?

Can I use upx packer to compress a commercial program? Or does GPL restrict me from doing that?
0
votes
0answers
27 views

how to unpack a dll file which is UPX packed but also the headers are changed?

I have a file which is UPX packed. Is there any way I can change the headers and still find it as UPX packed? And how do I unpack it ? I tried a lot of tutorials and I am fed up as all explain the ...
0
votes
0answers
65 views

Android native libraries & UPX

Is it possible to compress Android's .so libraries with UPX (or other packer)? I can see that it supports ARM...
0
votes
0answers
100 views

Delphi XE UPX except 1 resource with Hash protection

I'm planning to use UPX. I have in one of resources named "CFGres" configuration data (about 2KB data) of application (application freely read/write data in this resource that it cannot be ...
0
votes
1answer
45 views

Use UPX (executable compresser) on release builds?

I was wondering if it's normal/acceptable to use UPX (or any other executable compressor for that matter) on a release build for a project. For example, I have this executable which normally is 1.7MB ...
0
votes
5answers
550 views

madExcept + UPX

I'm having problems using madExcept + UPX on Delphi 2007. Whenever I open the compressed application, a Windows exception dialog appears code 0xc0000005. Anyone has the solution for this? Thanks!