home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 August / PCWorld_2000-08_cd.bin / Software / Vyzkuste / tiptrik / upx101w / README < prev    next >
Text File  |  2000-03-25  |  5KB  |  144 lines

  1.                  ooooo     ooo ooooooooo.   ooooooo  ooooo
  2.                  `888'     `8' `888   `Y88.  `8888    d8'
  3.                   888       8   888   .d88'    Y888..8P
  4.                   888       8   888ooo88P'      `8888'
  5.                   888       8   888            .8PY888.
  6.                   `88.    .8'   888           d8'  `888b
  7.                     `YbodP'    o888o        o888o  o88888o
  8.  
  9.  
  10.                     The Ultimate Packer for eXecutables
  11.           Copyright (c) 1996-2000 Markus Oberhumer & Laszlo Molnar
  12.                http://wildsau.idv.uni-linz.ac.at/mfx/upx.html
  13.                           http://www.nexus.hu/upx
  14.                             http://upx.tsx.org
  15.  
  16.  
  17. WELCOME
  18. =======
  19.  
  20. Welcome to UPX 1.00, the first production release (after almost two years
  21. of beta testing).
  22.  
  23. Please don't forget to read the new LICENSE - UPX is now distributed
  24. under the GNU General Public License (GPL) with special exceptions
  25. allowing the distribution of all compressed executables, including
  26. commercial programs.
  27.  
  28.  
  29. INTRODUCTION
  30. ============
  31.  
  32. UPX is an advanced executable file compressor. UPX will typically
  33. reduce the file size of programs and DLLs by around 50%-70%, thus
  34. reducing disk space, network load times, download times and
  35. other distribution and storage costs.
  36.  
  37. Programs and libraries compressed by UPX are completely self-contained
  38. and run exactly as before, with no runtime or memory penalty for most
  39. of the supported formats.
  40.  
  41. UPX supports a number of different executable formats, including
  42. Win95/98/2000/NT programs and DLLs, DOS programs, and Linux executables.
  43.  
  44. UPX is free software distributed under the term of the GNU General
  45. Public License. Full source code is available.
  46.  
  47. UPX may be distributed and used freely, even with commercial applications.
  48. See the UPX License Agreement for details.
  49.  
  50. UPX is rated number one in the well known Archive Comparison Test. Visit
  51. http://web.act.by.net/~act/act-exepack.html
  52.  
  53. UPX aims to be Commercial Quality Freeware.
  54.  
  55.  
  56. SHORT DOCUMENTATION
  57. ===================
  58.  
  59. `upx program.exe' will compress a program or DLL. For best compression
  60. results try `upx --best program.exe'.
  61.  
  62. Please see the file UPX.DOC for the full documentation. The files
  63. NEWS and BUGS also contain various tidbits of information.
  64.  
  65.  
  66. DISCLAIMER
  67. ==========
  68.  
  69. UPX comes with ABSOLUTELY NO WARRANTY; for details see the file LICENSE.
  70.  
  71. Having said that, we think that UPX is quite stable now. Indeed we
  72. have compressed lots of files without any problems. Also, the
  73. current version has undergone several months of beta testing -
  74. actually it's almost 2 years since our first public beta.
  75.  
  76. This is the first production quality release, and we plan that future
  77. releases will be backward compatible with this version.
  78.  
  79. Please report all problems or suggestions to the authors. Thanks.
  80.  
  81.  
  82. THE FUTURE
  83. ==========
  84.  
  85.   - We'd really love to support handheld systems like the PalmPilot because
  86.     compression makes a lot of sense here. And - because of the atari/tos
  87.     format - we already have a working decompressor in 68000 assembly.
  88.     Unfortunately we know next to nothing about the operating system
  89.     architecture of such handhelds, so we need some information from
  90.     an expert. Please contact us if you think you can help.
  91.  
  92.   - The Linux approach could probably get ported to a lot of other Unix
  93.     variants, at least for other i386 architectures it shouldn't be too
  94.     much work. If someone sends me a fresh hard disk and an official
  95.     FreeBSD/OpenBSD/NetBSD/Solaris/BeOS... CD I might take a look at it ;-)
  96.  
  97.   - We will *NOT* add any sort of protection and/or encryption.
  98.     This only gives people a false feeling of security because
  99.     by definition all protectors/compressors can be broken.
  100.     And don't trust any advertisment of authors of other executable
  101.     compressors about this topic - just do a websearch on something
  102.     like "procdump"...
  103.  
  104.   - Fix all remaining bugs - keep your reports coming ;-)
  105.  
  106.   - See the file PROJECTS in the source code distribution if you want
  107.     to contribute.
  108.  
  109.  
  110. COPYRIGHT
  111. =========
  112.  
  113. Copyright (C) 1996-2000 Markus Franz Xaver Johannes Oberhumer
  114. Copyright (C) 1996-2000 Laszlo Molnar
  115.  
  116. This program may be used freely, and you are welcome to
  117. redistribute it under certain conditions.
  118.  
  119. This program is distributed in the hope that it will be useful,
  120. but WITHOUT ANY WARRANTY; without even the implied warranty of
  121. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  122. UPX License Agreement for more details.
  123.  
  124. You should have received a copy of the UPX License Agreement along
  125. with this program; see the file LICENSE. If not, visit the UPX home page.
  126.  
  127.  
  128. Share and enjoy,
  129. Markus & Laszlo
  130.  
  131.  
  132.    Markus F.X.J. Oberhumer                   Laszlo Molnar
  133.    markus.oberhumer@jk.uni-linz.ac.at        ml1050@cdata.tvnet.hu
  134.  
  135.  
  136.  
  137. [ The term UPX is a shorthand for the Ultimate Packer for eXecutables
  138.   and holds no connection with potential owners of registered trademarks
  139.   or other rights. ]
  140.  
  141. [ Feel free to contact us if you have commercial compression requirements
  142.   or interesting job offers. ]
  143.  
  144.