home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / virus / xenozap.lzh / XenoZap.doc < prev    next >
Text File  |  1989-12-01  |  3KB  |  66 lines

  1.          XenoZap 1.0 written 11/30/89, 17:00-02:30 by Kevin Kelm.
  2.                      XenoZap is in the Public Domain.
  3.  
  4. DISCLAIMER:
  5.  
  6.      The only reason you would run XenoZap is if you have a number of
  7. Xeno-infected program files.  USE THIS PROGRAM AT YOUR OWN RISK.  Though I do
  8. a lot of programming, I have never worked with executable files before and
  9. hacked this vaccine without the aid of an AmigaDOS manual; though XenoZap
  10. works perfectly on my system, it may damage some executables.  This has NEVER
  11. happened to me, but there is a light chance it MAY to you, so use it at your
  12. own risk.  I assume NO responsibility for the results of your decision to use
  13. XenoZap.
  14.  
  15. WHAT IT DOES:
  16.  
  17.      XenoZap, unlike VirusX4.0, recursively descends into directories and can
  18. clean the virus out of an entire device at the same time.  Even better, you
  19. can put on the command line the names of any number of devices.  As an
  20. example, suppose you have a hard drive with three partitions and two floppy
  21. drives.  Put a couple of suspect disks in the drives and type:
  22.  
  23. XenoZAP dh0: dh1: dh2: df0: df1:
  24.  
  25. ...and XenoZap will kill the Xeno virus on all 5 devices!  RAM: and VD0: will
  26. work as well; any storage device will work.  You may also specify
  27. directories:
  28.  
  29. XenoZAP dh0:C
  30.  
  31. ... will weed it out of your C directory only (and all sub-directories).
  32. XenoZap will also work on a single file.  Example:
  33.  
  34. XenoZAP df0:Prefs/Preferences
  35.  
  36. ... will make XenoZap check and fix only Preferences.
  37.  
  38. NOTICE:  If your computer is currently infected with the Xeno virus and it is
  39. actively running, XenoZap will first deactivate it in memory.  If you KNOW it
  40. is running, be VERY SURE to include the XenoZap program itself in your list
  41. of files to clean.  Example:
  42.  
  43. XenoZAP df0: df1: RAM:XenoZap
  44.  
  45.      This insures that your next invocation of XenoZap will not re-infect the
  46. system, since the virus will attach itself as soon as you run the program.
  47.  
  48.      Be certain to run XenoZap on EVERY SINGLE DISK, DIRECTORY OR EXECUTABLE
  49. that you think you have used since BEFORE the trouble began.  If you just
  50. want to CHECK a disk for Xeno, write protect it and run XenoZap on it.  It
  51. will alert you as to which files are bad, but will be unable to change them.
  52.  
  53. HOW IT WORKS:
  54.  
  55.      XenoZap does NOT actually remove the virus from the file.  It jumps
  56. around it so that the virus code will not be executed.  XenoZap 2.0 WILL play
  57. with the executables to clean them out entirely.  This is why XenoZap 1.0
  58. (this version) writes the string "XenoZAPPED!" to each program it saves--
  59. though the virus is dead, XenoZap 2.0 will still see it and remove it from
  60. the file.
  61.  
  62.      Well, I think that about does it.  Good luck.  Xeno caused me a great
  63. deal of inconvenience.  I hope XenoZap makes the ordeal easier for you!
  64.  
  65.      Kevin
  66.