UPX (Announce)
> But I don't know how GCC 4.2.2 package was compressed. Is possible to
> alalyze compressed exe soume way to tell what compress was used? If it was
> LZMA the solution is repack it with NRV.
I found this now:
upx --file-info gcc.exe
which produces:
gcc.exe [i386-dos32.djgpp2.coff, djgpp2/coff]
110636 bytes, compressed by UPX 14, method 14, level 10, filter 0x49/0x0a
available compression methods in "upx-3.01-src.tar\upx-3.01-src\src\conf.h" are:
#define M_NRV2B_LE32 2
#define M_NRV2B_8 3
#define M_NRV2B_LE16 4
#define M_NRV2D_LE32 5
#define M_NRV2D_8 6
#define M_NRV2D_LE16 7
#define M_NRV2E_LE32 8
#define M_NRV2E_8 9
#define M_NRV2E_LE16 10
//#define M_CL1B_LE32 11
//#define M_CL1B_8 12
//#define M_CL1B_LE16 13
#define M_LZMA 14
#define M_DEFLATE 15 /* zlib */
This underpins Lucho's message.
---
Forum admin
Complete thread:
- GCC 4.2.2 for DJGPP released - Rugxulo, 25.10.2007, 06:58 (Announce)
- GCC 4.2.2 for DJGPP released - RayeR, 25.10.2007, 10:54
- GCC 4.2.2 for DJGPP released - RayeR, 26.10.2007, 02:28
- GCC 4.2.2 for DJGPP released - rr, 26.10.2007, 11:19
- GCC 4.2.2 for DJGPP released - RayeR, 27.10.2007, 01:54
- GCC 4.2.2 for DJGPP released - RayeR, 27.10.2007, 03:07
- GCC 4.2.2 for DJGPP released - Rugxulo, 27.10.2007, 14:26
- GCC 4.2.2 for DJGPP released - RayeR, 28.10.2007, 23:17
- GCC/DJGPP --masm=intel (plus YASM, GCC speed) - Rugxulo, 30.10.2007, 05:42
- GCC/DJGPP --masm=intel (plus YASM, GCC speed) - RayeR, 30.10.2007, 13:09
- GCC/DJGPP --masm=intel (plus YASM, GCC speed) - Rugxulo, 31.10.2007, 00:26
- GCC/DJGPP --masm=intel (plus YASM, GCC speed) - Rugxulo, 31.10.2007, 09:31
- UPX - lucho, 31.10.2007, 10:08
- UPX - RayeR, 31.10.2007, 12:15
- UPX - rr, 31.10.2007, 17:12
- UPX - gcc - benchmark - RayeR, 01.11.2007, 02:27
- UPX - gcc - benchmark - Rugxulo, 01.11.2007, 02:47
- UPX - gcc - benchmark - RayeR, 01.11.2007, 11:10
- UPX - gcc - benchmark -- LZMA can save a lot (sometimes) - Rugxulo, 03.11.2007, 03:32
- UPX - gcc - benchmark -- LZMA can save a lot (sometimes) - RayeR, 03.11.2007, 11:25
- UPX - gcc - benchmark -- LZMA can save a lot (sometimes) - Rugxulo, 03.11.2007, 03:32
- UPX - gcc - benchmark - RayeR, 01.11.2007, 11:10
- UPX - gcc - benchmark - Rugxulo, 01.11.2007, 02:47
- UPX - rr, 31.10.2007, 13:11
- UPX - Andris, 31.10.2007, 19:30
- UPX - RayeR, 31.10.2007, 12:15
- GCC/DJGPP --masm=intel (plus YASM, GCC speed) - Rugxulo, 01.11.2007, 03:27
- UPX - lucho, 31.10.2007, 10:08
- GCC/DJGPP --masm=intel (plus YASM, GCC speed) - Rugxulo, 31.10.2007, 09:31
- GCC/DJGPP --masm=intel (plus YASM, GCC speed) - Rugxulo, 31.10.2007, 00:26
- GCC/DJGPP --masm=intel (plus YASM, GCC speed) - RayeR, 30.10.2007, 13:09
- GCC/DJGPP --masm=intel (plus YASM, GCC speed) - Rugxulo, 30.10.2007, 05:42
- GCC 4.2.2 for DJGPP released - RayeR, 28.10.2007, 23:17
- GCC 4.2.2 for DJGPP released - Rugxulo, 27.10.2007, 14:26
- GCC 4.2.2 for DJGPP released - RayeR, 27.10.2007, 03:07
- GCC 4.2.2 for DJGPP released - RayeR, 27.10.2007, 01:54
- GCC 4.2.2 for DJGPP released - rr, 26.10.2007, 11:19
- GCC 4.2.2 for DJGPP released - RayeR, 26.10.2007, 02:28
- GCC 4.2.2 for DJGPP released - RayeR, 25.10.2007, 10:54