-
linuxhippy registered the Java User Interface Browser project.
2007-10-11 17:05:09 UTC in Java User Interface Browser
-
well sad that it has been closed - in fact both executables are perfectly valid.
Yes maybe they do unusual things and some thing not quite right, but they load and work - both under Win98/NT/2000/XP/Vista and not with UPX.
The linux version does not even do crazy things and still does not compile.
Well and both cases are closed - although at least the problems on linux shouln't cause too...
2007-06-19 15:17:41 UTC in UPX - a powerful executable packer
-
Thanks a lot :-)
2007-05-30 12:28:31 UTC in ProGuard Java Optimizer and Obfuscator
-
Ok, thanks a lot for your patience with finding the problem.
I'll compress all "default"-dlls (not made with excelsior) with upx and the executable with aspack.
In a test-run I came down from ~22mb to 8mb redistributable :-)
Thanks a lot for UPX, its a great project :-)
lg Clemens.
2007-05-22 15:27:02 UTC in UPX - a powerful executable packer
-
When processing some classes with proguard-4.0b4, it aborts with the following message:
"Instruction has invalid variable index size ([20288] astore"
I uploaded all involved classes + the configuration file which has been used. Sorry for the abolute paths...
http://stud4.tuwien.ac.at/~e0625701/proguard_pob.tar.bz2
Thanks a lot for proguard, lg Clemens.
2007-05-22 14:56:05 UTC in ProGuard Java Optimizer and Obfuscator
-
is there no possibility of working arround this problem - maybe by specifying that this section should be not compressed or maybe some hooking tricks?
Why does it work with ASPack? I guess its not nearly as cool as upx, as it seems it does not support in-location-decompression :-/
lg Clemens.
2007-05-22 14:20:07 UTC in UPX - a powerful executable packer
-
I tried a few differed packers for windows, and only aspack works. (PECompact, upx, petite, ww32pack, aspack, ...)
However as it seems it does not suppport in-place decompression and therefor wastes RAM :-/.
2007-05-20 12:53:23 UTC in UPX - a powerful executable packer
-
because of the size-constraints I uploaded the runtime+executable files to my university home.
Simply download, extract and the uncompressed windows executable should work fine.
http://stud4.tuwien.ac.at/~e0625701/excelsior_test.zip.
2007-05-19 11:20:04 UTC in UPX - a powerful executable packer
-
Hello,
I tried to process some executables generated by Excelsior-JET (a java->x86 compiler), however windows-executables crash at startup with a segfault and on Linux upx stops with "UnknownExecutableFormatException".
The segfault occurs at the same adress as with PECompact2, and even happens when running on wine (the uncompressed executable works to some degree).
I attached the...
2007-05-19 11:06:36 UTC in UPX - a powerful executable packer
-
Logged In: YES
user_id=431708
Well I guess it was a bug in proguard-3.6 since those two
phones are all "real" j2me implementations I tried it on, I
don't have more phones to try.
However with proguard-3.7beta2 it works fine on both, even
optimization works perfectly (which was broken too in
3.5/3.6 for this Midlet).
Thanks a lot, lg Clemens.
2006-09-24 15:31:01 UTC in ProGuard Java Optimizer and Obfuscator