home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d919 / bbbf.lha / BBBF / FileVirLib / DetQuick.Doc < prev    next >
Text File  |  1993-10-04  |  2KB  |  58 lines

  1.  
  2.             DetectQuick 2.04
  3.  
  4.     A file/link-virus dectector by Johan Öhman.
  5.  
  6.     Wellcome to this programme, which is intended to be
  7.     used as a virus-hunter.
  8.     It is based on the RemoveLink.library (also by me)
  9.     and it ment to show the right use of the library too
  10.     (Kind of a demonstation programme).
  11.     Ofcause it works 100% with the covered viruses.
  12.     (If you want to see all the viruses covered,
  13.      just use the 'ShowVList' programme, also in this
  14.      package).
  15.  
  16.     It is basicly a kind of a 'dir' command,
  17.     which shows the files, and if they are
  18.     infected, this prog. shows that.
  19.  
  20.     The file-reading procedure has been developed
  21.     to read files very fast, and it really is fast!
  22.  
  23.     It is possible to use this prog. under WorkBench,
  24.     but then you have to give the volume you want to
  25.     check as an arg.
  26.     (You can easily make a whole directory checker this way!)
  27.  
  28.     If the detector finds a infected file, use your newest
  29.     viruskiller on it (or why not 'RemQuick' which should
  30.     be included in this package too?!)
  31.  
  32.                         /    Johan
  33.  
  34.     Additions from 2.01 to 2.04:
  35.  
  36.     The scan speed is improved very much.
  37.     This is due to the smart(er)-load routine,
  38.     which only reads the first hunk of the file.
  39.     (That is enough for the library, to determine
  40.      a fileinfection, when you are using the 
  41.      _LVOGetFileVName.
  42.      Please notice that you need to read the whole file
  43.      if you are to use the '_LVORemoveLinks' function).
  44.  
  45.     A slight bug has been corrected too.
  46.     (A problem when printing the name of the path/disk).
  47.  
  48.     I have also added a '^C' (CTRL - C) detection function,
  49.     which will give you the chance to interrupt the scan anytime.
  50.  
  51.     AND ALL THIS WAS ACOMPLISHED WITH THESAME OBJECT CODE SIZE !
  52.  
  53.             Not bad eh !
  54.  
  55.         (Source is included in this version too.)
  56.  
  57.                             /Johan
  58.