home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 August / PCWorld_2000-08_cd.bin / Software / Vyzkuste / tiptrik / upx101w / BUGS next >
Text File  |  2000-02-10  |  2KB  |  52 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. Things not (yet) supported:
  18. ===========================
  19.  
  20. dos/exe
  21. -------
  22.  * normal dos/exes with new exe headers
  23.  * max ~24000 relocation records (...should be enough for everyone ;-)
  24.  * exe + sys combined images
  25.  
  26. wc/le
  27. -----
  28.  * 16-bit selector alias fixups
  29.  * 16-bit offset relocation for objects larger than 4 kbyte
  30.  * 16:16 fixups
  31.  
  32. If you need any of the above (they're very rare), send us an url of a
  33. test file.
  34.  
  35.  * 16-bit objects are not loaded into DOS memory
  36.  * There is still a problem with the wdosx extender: if you compress a
  37.    wc/le file which does NOT contain the wdosx extender, and after this
  38.    you bind the wdosx stub to the compressed file, then it will work.
  39.    Otherwise it won't.
  40.  * unpacked pmwlite compressed programs might not work when compressed
  41.    with upx (pmwunlite bug mainly :-)
  42.  
  43. win32/pe
  44. --------
  45.  * writeable shared sections (`--force' *may* work)
  46.  * certificates in the image
  47.  
  48. djgpp2/coff
  49. -----------
  50.  * all overlays (except Allegro pakfiles) are silently stripped
  51.  
  52.