home *** CD-ROM | disk | FTP | other *** search
/ Software Recommendations - 1998 Season 1 / DNBCD4.iso / develop / NUMEGA / zip / vxd / Vxdlib.dnb < prev    next >
Encoding:
Text File  |  1998-02-05  |  1.8 KB  |  33 lines

  1. ╠ß╚íWindows╨Θ─Γ╔Φ▒╕╟²╢»│╠╨≥╡─╣ñ╛▀
  2.  
  3.   ╕├╣ñ╛▀╙├╙┌┤╙W3ú¿WIN386.EXEú⌐║═W4ú¿VMM32.VXDú⌐╕±╩╜╡─╬─╡╡╬─╝■╓╨╠ß╚í│÷Windows╨Θ─Γ╔Φ▒╕╟²╢»│╠╨≥íú
  4.  
  5. ┬╖╛╢ú║\develop\numega\zip\vxd\
  6. ╬─╝■ú║vxdlib.zip
  7.  
  8. VxDLIB:
  9.  
  10.     This tool was primarily designed to extract Windows Virtual Device
  11.     Drivers (VxDs) from W3 (WIN386.EXE) & W4 (VMM32.VXD) format archive
  12.     files. The W4 format is unique to Windows '95 and is a compressed W3
  13.     image, the compression algorithm is the same as that used by DoubleSpace
  14.     (aka DriveSpace) and MRCI (Microsoft's Realtime Compression Interface),
  15.     and uses a Lempel Ziv (LZ) technique to replace repeating data patterns.
  16.     This tool can also unpack a W4 file so that tools like Andrew Schulman's
  17.     W3MAP can work as they did with Windows 3.xx. Unpacking the file will
  18.     also allow you to examine the file with regular hex editors. Unpacked
  19.     files will typically take up far more space, my copy of VMM32.VXD went
  20.     from 0.7MB to 2.0MB. A temporary file is created during pack/unpack
  21.     operations, so this program should be run from the directory where the
  22.     W3/W4 file resides. Files can be packed, or repacked, using this tool.
  23.     I have been able to achieve higher compression ratios than Microsoft's
  24.     DEVLIB tool by finding the best match in the history buffer rather than
  25.     just a good one. Compression speeds are markedly slower than DEVLIB,
  26.     this is because I'm lazy and wrote this tool in C, not highly optimized
  27.     assembler as Microsoft did, and not because I'm an Electronics Engineer!
  28.  
  29.     If you found this tool to be mildly useful or entertaining please send
  30.     me some Email, positive feedback is always good to get and makes writing
  31.     FREEWARE worth while. If you didn't like this tool, discard it, and keep
  32.     your sentiments to yourself.
  33.