home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaDemoCD1.iso / DEMOS / DEVIOUSDESIGN-bpIssue37.dms / in.adf / ­­>UTILITIES<­­ / XLD.lha / XLD / XLD.doc next >
Encoding:
Text File  |  1993-03-19  |  4.3 KB  |  101 lines

  1. *======================================================================*
  2. *                           XL-Decruncher 1.0                          *
  3. *----------------------------------------------------------------------*
  4. *            Written in 1994 by Turbo/Infect                *
  5. *                 This utility requires Kickstart 2.0!                 *
  6. *          You need arp.library to run XLD with Kickstart 1.3!         *
  7. *======================================================================*
  8.  
  9. 0. First words
  10. --------------
  11. Yo! I'll write this fastly in german:
  12. Hallo Georg.  Tja, sorry, daß ich Dein Proggy reSourced und umgeschrieben
  13. habe, aba es ist echte Sche..e, da gibt es ne geniale library und nur VirusZ
  14. kann sie benutzen.  Also, ich weiss jetzt nich, ob das Teil Share/Lizenzware
  15. oder so ist.  Ich hoffe nich, ich habe auch in der doku zu VirusZ keine
  16. Angaben gefunden.  Mann, warum wirfst Du keine Includes oder wenigstens ein
  17. XLD mit 'auf den Markt'...
  18.  
  19. 1.Copyright
  20. -----------
  21. This program and its documentation are nearly 100% the same like DLD from
  22. Georg Hörmann (I've simply rewritten this crap to use less time as possible).
  23. The XFDmaster.library copyright © 1994 by Georg Hörmann.
  24.  
  25. 2.Disclaimer
  26. ------------
  27. This software is provided "as is". I'm in no way responsible for any
  28. damages or loss of data caused by this software.
  29.  
  30. 3. What is XLD?
  31. ---------------
  32. XLD is the utility you were waiting for so long. It makes it possible
  33. to load and decrunch almost every packed file. This is especially
  34. useful for packers that don't have a decruncher.
  35.  
  36. 4. How to use XLD?
  37. ------------------
  38. Nothing more easy than that! Copy the latest XFDmaster.library to your
  39. libs: drawer and everything is ready for the first attempts.
  40. With Kick 1.3, you have to copy arp.library to your libs drawer too.
  41. XLD's shell syntax is as follows:
  42.  
  43. SOURCE,DEST,LIST/S
  44.  
  45. SOURCE    -Crunched file you want to have decrunched.
  46.      If LIST is specified, this is the name of the directory to
  47.      be listed (LIST uses current path if SOURCE is not specified).
  48. DEST    -If specified, file to save decrunched data to,
  49.      if not specified, the sourcefile will be overwritten.
  50.      If LIST option is active, this is ignored.
  51. LIST    -Instead of decrunching the source file, XLD prints
  52.      a listing of the contents of the directory specified with
  53.      SOURCE. You'll get a listing of the following format:
  54.             filename                length  cruncher
  55.      e.g.   testfile              12345678  PowerPacker 3.0
  56.  
  57. If you do not specify any parameters, XLD will print a short help
  58. page with a rough overview of functions and the current version
  59. of your XFDmaster.library.
  60. Do not run XLD from workbench, it is a shell command.
  61.  
  62. There are some small improvements form DLD->XLD
  63. - Address crunched files will be get an comment on the decrunched file.
  64.   In the comment you will found jump & decrunchadr...(Yo, no more use the
  65.   brain just use DOpus or c:list...-)
  66. - In the Infotext U will now see the number of known crunchers too.
  67.  
  68. 5. It doesn't decrunch my files!
  69. --------------------------------
  70. There can be several reasons for this (although every[!] error will be
  71. reported with a little message, some people will never understand it):
  72. a) The file is not crunched.
  73. b) The file is crunched with an unknown cruncher.
  74. c) The file is defect.
  75. d) You don't have enough memory to decrunch the file.
  76. e) You try to run XLD on Kickstart 1.3 without arp.library in LIBS:!
  77. f) You have not installed XFDmaster.library in your libs: drawer.
  78. g) etc.
  79.  
  80.  
  81. 6. Bugs?!?!
  82. -----------
  83. - encrypted files (e.g. Powerpacker) will be not decrunched. U will always
  84.   get the error "wrong password". May it's not implemented in XFDmaster yet,
  85.   may I must get this password 'by hand'...
  86.   
  87.  
  88.  
  89. *=====================================================================*
  90. *            XLD history            *
  91. *=====================================================================*
  92.  
  93. 1.0    -After 'kotzing' about some (really fuckin) bugs during decrunching
  94.     absolute files with DLD and decrunch.library, I have ReSourced the
  95.     XFDmaster.library to check out the several routines. After some
  96.     hours work most LVO's will be 'clear' .Also the decrunch-info-
  97.     structure will be ok (look in the include files). After
  98.     ReSourcing DLD I've recoded DLD in one hour to XLD.
  99.        -Comment string for absolute address files added
  100.        -Show number of known decrunchers added (just for information)
  101.