home *** CD-ROM | disk | FTP | other *** search
/ PC Joker 1999 January / PCJ0199CD2.iso / GOODIES / F-PROT / CHANGE_3.TXT < prev    next >
Text File  |  1998-06-18  |  3KB  |  63 lines

  1.                    Major changes between version 2.x and 3.x
  2.  
  3. This note is intended for users that are familiar with F-PROT version 2,
  4. and want a short summary of the major changes.
  5.  
  6.     1) The program combines the macro-virus scanning ability of F-MACROW
  7.        with F-PROT in one program.
  8.  
  9.     2) The scanning technology itself has been improved, and the program now
  10.        detects significantly more viruses than version 2 did.  Where F-PROT
  11.        2.28 detected just over 10,000 different viruses, version 3.01
  12.        detects nearly 17,000 DOS/Windows viruses, over 1,000 Trojans and
  13.        over 2,500 Word and Excel viruses, for a total of over 20,500.
  14.  
  15.     3) The program is now almost entirely data-driven, which means that
  16.        adding detection and disinfection of new viruses will usually not
  17.        require any changes to the program itself.  Therefore, it will
  18.        usually be sufficient just to update the SIGN.DEF and MACRO.DEF
  19.        files, which also means that we will be able to provide updates
  20.        much more frequently than before.
  21.  
  22.     4) Version 2 was a 16-bit program, compiled with Borland's C compiler,
  23.        but version 3.x is a 32-bit DOS-extender program, compiled with
  24.        Watcom C and uses the CauseWay DOS extender.
  25.  
  26.     5) Version 3.x requires DOS 3.0 (or later) and at least a 80386 with
  27.        4MB of memory, where the previous version would work on a 8088, 
  28.        with 512K memory, running DOS 2.  We know that a small minority of
  29.        our former users will not be able to use version 3 for this reason,
  30.        but unfortunately there is nothing we can do about this.
  31.  
  32.     6) The VIRSTOP program has been discontinued, and further updates will
  33.        not be provided.  We consider the technology it used outdated, as it
  34.        provides no protection against polymorphic viruses or macro viruses,
  35.        which are probably the biggest problem today.
  36.   
  37.        For Windows '95 users we offer a VxD replacement, named F-StopW. 
  38.        This program (unlike the old VIRSTOP) should have the same detection
  39.        capabilities as the main scanner in F-PROT itself.
  40.  
  41.     7) F-PROT 3.x is able to scan inside .ZIP and .ARJ archives, without
  42.        having to rely on an external program.
  43.  
  44.     8) The heuristics in version 3 are being redesigned, with the primary
  45.        goal of redesigning the false alarm rate.  This work is still in
  46.        progress, but the current heuristics are now enabled by default.
  47.  
  48.     9) Before starting a scan, the program now automatically scans MBRs
  49.        and boot sectors on the hard disk.
  50.  
  51.    10) User-defined strings are no longer supported, as the program does
  52.        not use "strings" as such any more.
  53.  
  54.    11) The list of known viruses is no longer included in the form of
  55.        VIRLIST.LIS, but it can be produced by the program itself by
  56.        giving the following command:
  57.  
  58.              F-PROT /VIRLIS > VIRLIST.LIS
  59.  
  60.    12) The virus information section of version 2 was badly outdated and
  61.        has been removed.  It will be replaced by a different program in
  62.        the future.
  63.