mirror of
https://github.com/upx/upx.git
synced 2025-08-11 22:52:30 +08:00
Updated from UPX 1.07 release.
committer: mfx <mfx> 982688397 +0000
This commit is contained in:
7
NEWS
7
NEWS
@ -20,6 +20,13 @@ Changes in 1.11 beta (20 Dec 2000):
|
|||||||
* reduced overall memory requirements during packing
|
* reduced overall memory requirements during packing
|
||||||
* quite a number of internal source code rearrangements
|
* quite a number of internal source code rearrangements
|
||||||
|
|
||||||
|
Changes in 1.07 (20 Feb 2001)
|
||||||
|
* win32/pe: corrected the TLS callback check
|
||||||
|
* win32/pe: really fixed that rare bug in relocation handling
|
||||||
|
* win32/pe: experimental support for SizeOfHeaders > 0x1000
|
||||||
|
* win32/pe: check for superfluous data between sections
|
||||||
|
* win32/pe: compressing screensavers (.scr) should finally work
|
||||||
|
|
||||||
Changes in 1.06 (27 Jan 2001)
|
Changes in 1.06 (27 Jan 2001)
|
||||||
* win32/pe: the check for TLS callbacks introduced in 1.05
|
* win32/pe: the check for TLS callbacks introduced in 1.05
|
||||||
was too strict - disabled for now
|
was too strict - disabled for now
|
||||||
|
2
PROJECTS
2
PROJECTS
@ -73,8 +73,6 @@ Existing formats:
|
|||||||
of problems (like importing a DLL or function fails)
|
of problems (like importing a DLL or function fails)
|
||||||
- win32/pe: finer control over resource compression, per section
|
- win32/pe: finer control over resource compression, per section
|
||||||
compression
|
compression
|
||||||
- win32/pe: compressing screensavers looses the description - probably
|
|
||||||
should not compress a special resource type
|
|
||||||
|
|
||||||
|
|
||||||
Compression ratio:
|
Compression ratio:
|
||||||
|
3
TODO
3
TODO
@ -98,9 +98,6 @@ FORMAT WIN32/PE
|
|||||||
|
|
||||||
- decrease runtime memory overhead
|
- decrease runtime memory overhead
|
||||||
|
|
||||||
- ??? compressing screensavers looses the description - probably
|
|
||||||
should not compress a special resource type ???
|
|
||||||
|
|
||||||
2 - easy - mfx + ml) new switch(es) : do not compress resource types x,y,z
|
2 - easy - mfx + ml) new switch(es) : do not compress resource types x,y,z
|
||||||
or resource names a,b,c
|
or resource names a,b,c
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user