summaryrefslogtreecommitdiffstats
path: root/archive/upx/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'archive/upx/DETAILS')
-rwxr-xr-xarchive/upx/DETAILS19
1 files changed, 13 insertions, 6 deletions
diff --git a/archive/upx/DETAILS b/archive/upx/DETAILS
index ba067c6af6..a8ad187785 100755
--- a/archive/upx/DETAILS
+++ b/archive/upx/DETAILS
@@ -18,13 +18,18 @@ cat << EOF
UPX is a versatile executable packer with the following features:
- * excellent compression ratio: typically compresses better than WinZip/zip/gzip, use UPX to decrease the size of your distribution !
+ * excellent compression ratio: typically compresses better than
+ WinZip/zip/gzip, use UPX to decrease the size of your distribution !
- * very fast decompression: ~10 MB/sec on an ancient Pentium 133, ~200 MB/sec on an Athlon XP 2000+.
+ * very fast decompression: ~10 MB/sec on an ancient Pentium 133,
+ ~200 MB/sec on an Athlon XP 2000+.
- * no memory overhead for your compressed executables because of in-place decompression.
+ * no memory overhead for your compressed executables because of
+ in-place decompression.
- * safe: you can list, test and unpack your executables. Also, a checksum of both the compressed and uncompressed file is maintained internally.
+ * safe: you can list, test and unpack your executables. Also, a
+ checksum of both the compressed and uncompressed file is maintained
+ internally.
* universal: UPX can pack a number of executable formats:
o atari/tos
o djgpp2/coff
@@ -39,8 +44,10 @@ cat << EOF
* portable: UPX is written in portable endian-neutral C++
- * extendable: because of the class layout it's very easy to add new executable formats or new compression algorithms
+ * extendable: because of the class layout it's very easy to add new
+ executable formats or new compression algorithms
- * free: UPX is distributed with full source code under the GNU General Public License, and may be used freely even with commercial programs.
+ * free: UPX is distributed with full source code under the GNU General
+ Public License, and may be used freely even with commercial programs.
EOF