home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d07xx / d0797.lha / BBBF / BBBF.doc < prev    next >
Text File  |  1993-01-10  |  8KB  |  189 lines

  1.  
  2.                      BootBlock.brainfile (BBBF)
  3.                          version 0.95 beta
  4.  
  5.                  Released the 18th of November 1992
  6.  
  7.              Programmed by Johan Eliasson, SHI member.
  8.               Copyright ⌐ Safe Hex International 1992
  9.  
  10.  
  11. INTRODUCTION
  12. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  13. This package should include the following files:
  14.  
  15.   BBBF.doc
  16.   CheckDrive
  17.   CheckDrive.doc
  18.   ListKnown
  19.   ListKnown.doc
  20.  
  21.   l/Bootblock.brainfile
  22.   libs/Bootblock.library
  23.  
  24.   Programmers/BootblockLibrary.doc
  25.   Programmers/CheckDrive.c
  26.   Programmers/fd/BBBF.fd
  27.   Programmers/pragma/BBBF.pragma.h
  28.   Programmers/include/BBBF.h
  29.  
  30. The Bootblock.library/brainfile is an attempt to make life a little
  31. bit easier for programmers of anti-virus utilities, diskcopy programs,
  32. directory utilities, disk packers and for whoever who wants to check the
  33. bootblock of some device, and of course for you, the user, who are dead-
  34. tired of those %$ú&%$& viruses...
  35. The library has some easy-to-use functions to read the brainfile, and to
  36. check a bootblock with it. See the BootblockLibrary.doc for more info
  37. about that!
  38.  
  39. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  40. LEGAL STUFF
  41. ~~~~~~~~~~~
  42. The BBBF package is freely distributable as long as all of its files are
  43. included in their original form without additions, deletions, or
  44. modifications of any kind, with the following exception:
  45. If your program uses the Bootblock.library/Bootblock.brainfile then they
  46. may be distributed along with it.
  47. If you use this library in your program you must give credit to SHI (like
  48. the note below) and the programmer in your documentation.
  49. The BBBF package may not be used in a commercial program without written
  50. permission by Safe Hex International.
  51. Only a nominal fee (maximum 6$) may be charged for the distribution of BBBF.
  52. This software is provided "AS IS" without warranty of any kind, either
  53. expressed or implied. By using the BBBF package, you agree to accept the
  54. entire risk as to the quality and performance of the program.
  55.  
  56. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  57.     Some Notes About SHI
  58.     --------------------
  59.     I'm  member  of  SHI  (Safe Hex International) a world wide Amiga user-
  60.     group,  special  founded  to  get  the  Amiga more popular and to fight
  61.     against virus spreading.
  62.  
  63.     ABOUT SAFE HEX INTERNATIONAL
  64.     If you know  a virus  programmer you  can get a  reward of  $ 1000  for
  65.     supplying his name and address. The fact is that the law punishes  data
  66.     crime very severely (5 years in jail in most countries).
  67.     We are an international user group with more than 500 members, who have
  68.     started trying to stop the spreading  of viruses. Let me give you  some
  69.     example:                                                               
  70.  
  71.         1. Our motto is: "Safe Hex, who dares do anything else today?".
  72.         2. A virus bank containing all well known virus killer programmes.
  73.         3. We help people to get money back lost by virus infection.
  74.         4. We  write articles about virus problems for 9 Amiga magazines.
  75.         5. We release the newest and the best virus killers around.
  76.         6. We have more than 30 "Virus Centers" worldwide where you can get 
  77.            free virus help by phoning our "Hotlines", and of cause get the 
  78.            newest virus killers too translated in your own.... language for 
  79.            a very little cost.
  80.  
  81.     For more information contact:
  82.  
  83.         SAFE HEX INTERNATIONAL            (Please send 2 "Coupon-Response 
  84.         Erik Loevendahl Soerensen         International" and a self addres-
  85.         Snaphanevej 10                    sed envelope, if you want more
  86.         DK-4720 Praestoe                  information about SHI by letter)
  87.         Denmark                             
  88.         Phone: + 45 55 99 25 12
  89.         Fax  : + 45 55 99 34 98
  90.  
  91. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  92. HOW TO USE IT:
  93. ~~~~~~~~~~~~~~
  94. Well, for you, the user, it's really very simple!
  95.  
  96. Just install the Bootblock.library in your LIBS: directory, and
  97. install the Bootblock.brainfile in your L: directory!
  98.  
  99. There, that wasn't so hard, was it? 8-)
  100.  
  101. Now the library/brainfile are ready for use by any program that
  102. supports them!
  103.  
  104. Happy virus-hunting!
  105.  
  106. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  107. BRAINFILE HISTORY
  108. ~~~~~~~~~~~~~~~~~
  109.  
  110. Version 0.9 beta
  111. ~~~~~~~~~~~~~~~~
  112. First version.
  113.  
  114. Version 0.91 beta
  115. ~~~~~~~~~~~~~~~~~
  116. Removed all non-virus bootblocks from the brainfile upon request from
  117. Erik Loevendahl Soerensen. Now you will only be alerted if the bootblock
  118. contains a virus, anti-virus, or any other suspicious resident program.
  119. This is for speed and so that the user won't be bothered with messages
  120. like 'This bootblock is the MegaSuperDemoLoader 32.84' all the time.
  121. I have tried to clean up this doc a bit too. There were a few obvious
  122. mistakes that I guess you spotted.
  123. BBBF now knows 171 original viruses, and a vast number of clones.
  124.  
  125. Version 0.92 beta (15.10.92)
  126. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127. V 0.91 didn't recognize the Chameleon (Little Sven) virus correctly.
  128. Instead of adding a short piece of code to deal with that, I rewrote
  129. the complete brainfile-system, so it will be easier to add new viruses
  130. to the brainfile from now on.
  131. BBBF now knows 164 original viruses, and a vast number + 7 clones.
  132.  
  133. Version 0.93 beta (29.10.92)
  134. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  135. Still beta, as I haven't recieved any feedback from the users yet.
  136. I divided the BBBF.doc into two parts, BBBF.doc (for the users), and
  137. BootblockLibrary.doc (for the programmers).
  138. I got a big bunch of bootblocks that helped me correct many mistakes.
  139. Thanks to Martin Lauridsen for sending it to me!
  140. These mistakes include the Lamer Exterminator lot, Switch Off,
  141. ScarFace, Paradox II, Julie and CList.
  142.  
  143. I also added these viruses:
  144. Byte Bandit 4
  145. BOMBed by some virus
  146. Lamer Exterminator 7
  147.  
  148. BBBF knows 156 original viruses and an innumerable amount of clones!
  149. You may have noticed that version 0.91 knew 171 viruses, and this version
  150. knows 156 viruses. That doesn't mean that this version recognizes less
  151. viruses, it just means that I don't bother naming all those clones that
  152. looks almost like the original virus, and works the same way. So don't
  153. worry, version 0.93 IS an improvement! 8-)
  154.  
  155. Version 0.94 beta (01.11.92)
  156. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  157. Got another sending from Erik.
  158. Removed a few harmless bootblocks.
  159. Knows 152 original viruses.
  160. I also added the ListKnown program to the BBBF package.
  161.  
  162. Version 0.95 beta (18.11.92)
  163. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  164. Added viruses: Sonja, ZEST, Adam Brierly, Cobra, Germany.
  165.  
  166. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  167.  
  168. Well, that's all for now!
  169.  
  170. Please, I need your opinions! Even if you have no complaints nor ideas
  171. it's nice just to hear that it works... 8-)
  172. Send new viruses, ideas, threats and harddrives to:
  173.  
  174.              Johan Eliasson             Phone: +46 11 169138
  175.              BΣckgatan 6
  176.              60358 Norrk÷ping
  177.              SWEDEN
  178.  
  179. Note: If you send me a disk, don't expect getting it back, unless you
  180.       include money for postage! I'm really poor...
  181.  
  182. Thanks goes to Magnus Holmgren and Tommy Hallgren for helping out with my
  183. C troubles, Tommy Hallgren and Mats Erlandsson for testing!
  184. Erik Loevendahl Soerensen at SHI for all his support.
  185. John Lohmeyer, whose Interpret.library I used as a model when designing
  186. this library. Thanks guys!
  187.  
  188. END OF DOC.
  189.