Updated.
committer: mfx <mfx> 978101535 +0000
This commit is contained in:
@@ -31,8 +31,19 @@ User interface:
|
|||||||
More formats:
|
More formats:
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
- add more file formats / platforms (there were volunteers for FreeBSD,
|
- Amiga
|
||||||
BeOS, Windows CE, Amiga, C64, ...)
|
|
||||||
|
- BeOS
|
||||||
|
|
||||||
|
- C64
|
||||||
|
|
||||||
|
- elks/8086 (this is a 16-bit linux-8086 kernel)
|
||||||
|
See http://www.elks.ecs.soton.ac.uk/
|
||||||
|
|
||||||
|
- freebsd/386 (generic), freebsd/elf386 (specialized).
|
||||||
|
Probably could share most of the linux code.
|
||||||
|
|
||||||
|
- Windows CE
|
||||||
|
|
||||||
- add support for self-extracting HTML pages using a Javascript stub
|
- add support for self-extracting HTML pages using a Javascript stub
|
||||||
(like the AlgART HTML Packer "AHP")
|
(like the AlgART HTML Packer "AHP")
|
||||||
@@ -41,23 +52,20 @@ More formats:
|
|||||||
Existing formats:
|
Existing formats:
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
- dos/com: add support for very long files - convert to exe if necessary
|
- djgpp2/coff: add support for DLX dynamic loading
|
||||||
|
(see SEAL http://www.home.sk/public/seal/ )
|
||||||
|
|
||||||
- dos/sys: add support for sys/exe combos
|
- dos/com: add support for very long files - convert to exe if necessary
|
||||||
|
|
||||||
- dos/exe: implement filter support
|
- dos/exe: implement filter support
|
||||||
|
|
||||||
- djgpp2/coff: add support for DLX dynamic loading
|
- dos/sys: add support for sys/exe combos
|
||||||
(see SEAL http://www.home.sk/public/seal/ )
|
|
||||||
|
|
||||||
- linux/i386:
|
- linux/i386:
|
||||||
- use the new assembly preprocessor stuff (ie. process the file
|
- use the new assembly preprocessor stuff (ie. process the file
|
||||||
headers internally)
|
headers internally)
|
||||||
- UPX uncompressor daemon
|
- UPX uncompressor daemon
|
||||||
- rewrite the stub in assembly (not sure if this is a good idea...)
|
- rewrite the stub in assembly (not sure if this is a good idea...)
|
||||||
- etc...
|
|
||||||
- linux/i386: add a special elf/i386 format that understands
|
|
||||||
ELF files and has filter support
|
|
||||||
|
|
||||||
- watcom/le: add support for per section compression, LX support, VXD
|
- watcom/le: add support for per section compression, LX support, VXD
|
||||||
|
|
||||||
|
|||||||
@@ -81,6 +81,9 @@ 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
|
||||||
|
|
||||||
@@ -98,3 +101,4 @@ FORMAT WIN32/PE
|
|||||||
5 - medium - ml) try to put the preprocessed imports & relocs back to their
|
5 - medium - ml) try to put the preprocessed imports & relocs back to their
|
||||||
original section if possible. this could save some virtual memory
|
original section if possible. this could save some virtual memory
|
||||||
address space.
|
address space.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user