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

  1.  
  2.     Technical info on the 'removelink.library'
  3.         Written by Johan Öhman
  4.  
  5.  
  6.     I have developed this library using
  7.     the 'Cygnus Editor 2.12 Pro' (Partly)
  8.     and the rest using the 'Asm-One 1.06'
  9.     assembler (but will with small changes 
  10.     assemble correctly with many other assemblers,
  11.     eg. DevPac)
  12.  
  13.     The current source is on aprox. 63000 bytes
  14.     (+ 14000 bytes of include files),
  15.     and when it's assembled and written to
  16.     disk as a object-file, that file will take
  17.     up about 8 kB's of diskspace.
  18.  
  19.     The internal virus-recogs are currently using
  20.     AT LEAST 4 LONGWORDS (on some hard viruses I use
  21.     even up to 6 longwords).
  22.  
  23.     That means that >>20 BYTES<< has to be in thesame order
  24.     at thesame place, and at the right spot in the infected
  25.     file for the library to (and even now I'm not sure the library will)
  26.     make ANY misstake...
  27.  
  28.     Those chances are very, very, very small.
  29.  
  30.     To get the number of viruses covered, you just get them through
  31.     the 'RL_VirusesCovered' field, and to get the names
  32.     you just access the 'RL_VirusList' field (this is what
  33.     the 'ShowVList' programme does.
  34.     That programme should be on this disk too ).
  35.