mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Minor editing.
committer: mfx <mfx> 1031319451 +0000
This commit is contained in:
parent
08826398af
commit
44a6ac4c2a
|
@ -695,7 +695,7 @@ Notes:
|
||||||
If this isn't possible UPX will abort showing a 'packed data overlap'
|
If this isn't possible UPX will abort showing a 'packed data overlap'
|
||||||
error. With the "--force" option UPX will set a few 'bytes higher' loading
|
error. With the "--force" option UPX will set a few 'bytes higher' loading
|
||||||
offset for the packed file, but this isn't a real problem if it is a
|
offset for the packed file, but this isn't a real problem if it is a
|
||||||
single or will only boot once executable.
|
single or boot-only executable.
|
||||||
|
|
||||||
Extra options available for this executable format:
|
Extra options available for this executable format:
|
||||||
|
|
||||||
|
@ -704,9 +704,10 @@ Extra options available for this executable format:
|
||||||
the compression ratio in some cases, but usually
|
the compression ratio in some cases, but usually
|
||||||
the default method gives the best results anyway.
|
the default method gives the best results anyway.
|
||||||
|
|
||||||
--no-align This option disables mode 2 data sector format
|
--no-align This option disables CD mode 2 data sector format
|
||||||
alignment. This saves some bytes, but the compressed
|
alignment. This will slightly increase the compression
|
||||||
executable will not work when started from a CD.
|
ratio, but the compressed executable will not work
|
||||||
|
when started from a CD.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user