Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - UPX -- Error
UPX Executable packer doesn't want to compress executables compiled and liked with digitalmars tools, with an error message: "CantPackException: file is possibly packed/protected (try --force)" Trying force yuilds following results: - with stable 1.24 - a 100% broken executables. GPF at start. - with alpha 1.90 - an execuble *seems* to work. But as the homepage says, it only *seems* so, since it has to be broken at some point. A matter of luck though. What might be the reason of it? According to the authors, current UPX has following bugs and non-working features in Win32/PE - writeable shared sections (`--force' *may* work) - certificates in the image. -i. Feb 23 2003
"Ilya Minkov" <midiclub 8ung.at> wrote in message news:b3bdlm$10ll$1 digitaldaemon.com...UPX Executable packer doesn't want to compress executables compiled and liked with digitalmars tools, with an error message: "CantPackException: file is possibly packed/protected (try --force)" Trying force yuilds following results: - with stable 1.24 - a 100% broken executables. GPF at start. - with alpha 1.90 - an execuble *seems* to work. But as the homepage says, it only *seems* so, since it has to be broken at some point. A matter of luck though. Feb 23 2003
In article <b3bv3v$1f6q$1 digitaldaemon.com>, Walter says..."Ilya Minkov" <midiclub 8ung.at> wrote in message news:b3bdlm$10ll$1 digitaldaemon.com...UPX Executable packer doesn't want to compress executables compiled and Feb 25 2003
I've been using HeavenTools PE Explorer to fish around (graphical dumpexe), Feb 25 2003
Sure. http://upx.sourceforge.net/#download I have tried a ton of other executable compressors. Some, like the one from Ian Luck work, most others don't, but i'm not sure these do at all. :) I've collected the data *somewhere* and can't tell more right now... till i find where i have put it. Anyway, there's no source to the others, not much to analyze... Walter wrote:Is the source available to UPX? That would likely be the fastest way to see why it is failing. Optlink produces standard PE exe files that work fine from win32s to XP. I have no idea why UPX would fail on them. Feb 26 2003
"Ilya Minkov" <midiclub 8ung.at> wrote in message news:b3j726$1ia$1 digitaldaemon.com...BTW, your compiler is not very huge. I don't see a single reason why a VM has to be larger. It can even only be a simple 300k compiler. :) Feb 26 2003
|