home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / VIRUS / HTSCAN17.ZIP / WHATSNEW.DOC < prev   
Text File  |  1992-04-16  |  7KB  |  147 lines

  1. Version 1.17 (April 1992)
  2.  
  3. - Starting with version 1.17 HTScan will be available in several languages.
  4. - With /$? it is possible to get help for the advanced options. 
  5. - A new option /$M has been introduced. With this option you can specify a 
  6.   directory to which infected files should be moved. 
  7. - An other new option /$U has been introduced for running unattended. When used,
  8.   HTScan will not ask whether a file should be moved, renamed or deleted.
  9. - The boot-record markers are no longer checked. This will eliminate the high 
  10.   number of warnings about an unusual boot-sector.
  11. - HTScan now supports AVR's (Algorithmic Virus Recognition) modules.
  12. - HTScan will use the new ADDNSIGS.DAT file.
  13. - HTScan now check's the checksum in VIRSCAN.DAT
  14. - HTScan now supports external compressed file signatures in the file 
  15.   COMPRSCA.DAT
  16. - HTScan will abort with errorlevel 75..99 if a run-time error occurred.
  17. - It is now possible to generate a more accurate message with the first
  18.   character of the signature.
  19.  
  20.  
  21. Version 1.16 (October 1991)
  22.  
  23. - THE DEFAULT ERRORLEVEL SETTING AT THE END OF THE PROGRAM HAS BEEN CHANGED.
  24.   In earlier version of HTScan the default was /$W- now the default is /$W+.
  25.   This default change was announced in de doc's of version 1.14 and 1.15.
  26. - Placing every option in HTScan.CFG in a separate line is now possible.
  27.   An example of HTScan.CFG can be found in Examples.zip
  28. - It is now possible to place your own messages in the file HTScan.MSG.
  29.   These messages will be displayed, depending on the errorlevel of HTScan,
  30.   after HTScan ended.
  31.   An example of HTScan.MSG can be found in Examples.zip
  32. - HTScan now also looks for a file MCAFEE.DAT and HTTROJAN.DAT in the same
  33.   directory as VIRSCAN.DAT and/or HTSCAN.DAT and/or VIRUSBUL.DAT.
  34.   MCAFEE.DAT may contain search strings in McAfee format. HTTROJAN.DAT may
  35.   contain search strings for trojans and jokes in a HTSCAN.DAT style.
  36.   HTTrojan.Dat is included in this package. An example of McAfee.Dat can be
  37.   found in Examples.zip
  38. - When multiple signature-files are used, every signature has a postfix
  39.   indicating the origin signature-file.
  40. - With "&<drive>", you can specify to scan all drives starting with the
  41.   specified one. With "&<drive>..<drive>" you can specify a range of drives
  42.   to scan.
  43. - A new option "/W-" and "/W+" has been introduced. With this option you can 
  44.   toggle the warnings for compressed/self-extracting files.
  45. - Option "/M" and "/U" are now enhanced with the "-".
  46.   "/M-" means don't scan memory and "/U-" means don't scan upper-memory-blocks.
  47. - Option "/Q" is now enhanced with the "+".
  48.   With this option you specify to display only the directory names while 
  49.   scanning instead of every file.
  50. - A new advanced option, /$G, is introduced which means search for every boot-
  51.   record virus in COM and EXE files. /$G and /A combined means scan every file 
  52.   for all file-viruses and all boot-record viruses.
  53. - Another new advanced option, /$A, is introduced which means display all 
  54.   scanned files in the log-file. Whether infected or not.
  55. - The last new option is "/$USlow". With this option you specify to slow down 
  56.   the upper memory scan to avoid hardware errors when scanning the 
  57.   upper-memory.
  58. - The maximum size of the hex-scanstring in HTScan.Dat has been raised to 100
  59.  
  60.  
  61. Version 1.15 (June 1991)
  62.  
  63. - wildcards in the first 2 bytes of the signature are now allowed.
  64. - %x after %x in HTScan.Dat is now allowed.
  65. - x? or ?x after ** or %x in HTScan.Dat is allowed if the following byte in
  66.   the signature file does not contain a wildcard.
  67. - EXAMPLES.DAT with signatures for the TEQUILA virus has been included in the
  68.   package.
  69. - The documentation has been improved.
  70. - HTScan displays the warnings now in a message window on the screen
  71. - The implementation of ** has been optimized resulting in a better
  72.   speed when family-signatures are used.
  73. - The maximum length of the garbage to skip with ** has been raised to 255.
  74.  
  75.  
  76. Version 1.14 (April 1991)
  77.  
  78. - A bug in relation with HTScan.CFG has been fixed.
  79. - % in the scan-string is now supported.
  80.   %x means, ignore up to x bytes.
  81. - The maximum length of the garbage to skip with ** has been raised to 200.
  82.   This allows to scan for family-signatures instead of single-virus
  83.   signatures.
  84. - A new item name is introduced. UMB which means scan the
  85.   Upper-Memory-Blocks. (The memory between 640 Kb and 1 Mb)
  86.   The High-Memory-Area is treated as UMB but only scanned when active.
  87.   (The High-Memory-Area, when available, is the 64 Kb just above 1 Mb)
  88. - A new option, /U+, is introduced which means scan the Upper-Memory-Block's
  89.   for all resident viruses.
  90.   With QEMM or Dos 5.0, /U+ is the default.
  91. - With {, } and XX it is now possible to scan for XORred parts in a virus.
  92. - HTScan will warn in the log-file when a self-extracting or compressed-
  93.   executable files was found.
  94.   On the screen you will see the message:
  95.    "x Compressed executable file(s) found."
  96. - The errorlevel setting at the end of the program has been changed.
  97.   Default, or with /$W- , when an infection is found the errorlevel will
  98.   still be 1.
  99.   With /$W+ , default in future releases, errorlevel < 50 means: a warning was
  100.   triggered.
  101. - A new option, /$O, has been added for researchers. When used, the offset
  102.   where the scan-string was found will be written in the log-file.
  103. - Two new options, /$T and /$B, are introduced to preserve space on the screen
  104.   for a shell program.
  105. - HTScan is no able to handle a third signature-file with a special syntax for
  106.   Virus-Bulletin readers.
  107.  
  108.  
  109. Version 1.13 (february 1991)
  110.  
  111. - Spaces within the hex signature string are allowed now.
  112. - Screens with more, or less, then 25 lines are supported too.
  113. - HTScan now beeps when a virus is found.
  114. - A file containing the filenames to scan are allowed too.
  115.   (See '@' in the documentation.)
  116. - A special switch for network users has been added. See /$NOE.
  117. - It is now possible to scan a disk with wildcards.
  118.   E.g scan all *.COM files on drive C: with "HTSCAN C:\*.COM"
  119.  
  120.  
  121. Version 1.12 (november 1990)
  122.  
  123. - Compared to version 1.11, version 1.12 is about 5% faster.
  124. - A minor bug, in relation with /A, has been fixed.
  125.  
  126.  
  127. Version 1.11 (november 1990)
  128.  
  129. - Compared to version 1.10, version 1.11 is about 45% faster.
  130.  
  131.  
  132. Version 1.10 (october 1990)
  133.  
  134. - It is now possible to scan conventional memory.
  135.   With LOW en HIGH in the second line of a virus-signature you can specify
  136.   which part of the memory has to be search with this signature.
  137.   With /M you can force HTScan to scan LOW and HIGH memory for all viruses.
  138. - Now, only the first 2 bytes of the virus-signature (4 hex chars) may
  139.   not contain wild-cards. In version 1.00 this was 4 bytes.
  140. - The wildcard * has been changed to stay compatible with VirScan.Dat.
  141. - The user-interface has been improved
  142.  
  143.  
  144. Version 1.00 (june 1990)
  145.  
  146.   Initial release
  147.